1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:20:27 -07:00
go/misc/dist
Brad Fitzpatrick ac0789c63e misc/dist: use archive/tar to generate tarballs
For people untarring with -p or as root, preserving file permissions.
This way we don't make tars owned by adg/eng or adg/staff or whatever
machine Andrew was on. Instead, we always build tarballs owned by predictable
users.

Except archive/tar doesn't seem to work.

Updates #3209.

R=golang-dev, adg
CC=dsymonds, golang-dev
https://golang.org/cl/5796064
2012-03-11 23:07:38 -07:00
..
darwin misc/dist: implement binary distribution scripts in go 2012-03-01 15:49:37 +11:00
windows misc/dist: use archive/zip, seek out windows deps, add --upload flag 2012-03-11 21:02:40 -07:00
bindist.go misc/dist: use archive/tar to generate tarballs 2012-03-11 23:07:38 -07:00