diff options
author | Daiki Ueno <ueno@gnu.org> | 2013-07-11 12:29:24 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-07-11 12:43:45 +0900 |
commit | b6c051ea3501e6e8499963880c53373dc5649143 (patch) | |
tree | 1aa4a6063139b26c1cb963b9e182eb4d1eab4dc0 /Admin | |
parent | 823ccc1ff77a3b6d4f202597c84c3ff334e42356 (diff) | |
download | external_gettext-b6c051ea3501e6e8499963880c53373dc5649143.zip external_gettext-b6c051ea3501e6e8499963880c53373dc5649143.tar.gz external_gettext-b6c051ea3501e6e8499963880c53373dc5649143.tar.bz2 |
maint: mention uploading archive.dir.tar.gz in Admin/release-steps
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/release-steps | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Admin/release-steps b/Admin/release-steps index bc632e1..f942d2a 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -74,9 +74,16 @@ Tasks not to forget before release: Then update the case statement in autopoint.in. - again: "make dist" -* Upload to ftp-upload.gnu.org according to the procedure given by - Bradley M. Kuhn on 2003-11-11. - http://www.gnu.org/prep/maintain/maintain.html#Automated-Upload-Procedure +* Upload gettext-0.xx.yy.tar.gz to ftp.gnu.org, according to the + procedure given by Bradley M. Kuhn on 2003-11-11 + http://www.gnu.org/prep/maintain/maintain.html#Automated-Upload-Procedure, + or using the gnupload script in gnulib. + gnulib/build-aux/gnupload --to ftp.gnu.org:gettext gettext-0.xx.yy.tar.gz + +* Upload archive.dir.tar.gz to alpha.gnu.org. + cp gettext-tools/misc/archive.dir.tar.gz archive.dir-0.xx.yy.tar.gz + gnulib/build-aux/gnupload --to alpha.gnu.org:gettext \ + --symlink-regex archive.dir-0.xx.yy.tar.gz - Tag the repository, using a simple tag and optionally a branch tag. git tag -m 'gettext 0.18 release' v0.18 |