]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
update release instructions
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 12 Nov 2003 23:37:28 +0000 (23:37 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 12 Nov 2003 23:37:28 +0000 (23:37 +0000)
HACKING

diff --git a/HACKING b/HACKING
index f100c4adc7d6646a03710368dec54685781be441..0f5e4393cd94a7748cba430a0425377f4069a1b1 100644 (file)
--- a/HACKING
+++ b/HACKING
   This will run distcheck to create the tarball, commit the last
   NEWS/configure.ac/ChangeLog changes, and tag the repository.
 
-* Put new release on ftp site and send announcement to automake list.
-  If not an alpha, announcement must also go to FSF:
-  Put the files on a public ftp site and send a message to
-  ftp-upload@gnu.org.
-  Then send the announcement at least to info-gnu@gnu.org,
-  autotools-announce@gnu.org, and automake@gnu.org.
-
 * Update version number in configure.ac to next alpha number.
   Re-run ./bootstrap and commit.
 
+* gpg -ba -o automake-VERSION.tar.gz.sig automake-VERSION.tar.gz
+  gpg -ba -o automake-VERSION.tar.bz2.sig automake-VERSION.tar.bz2
+  echo 'directory: automake' >automake-VERSION.tar.gz.directive
+  gpg --clearsign automake-VERSION.tar.gz.directive
+  cp automake-VERSION.tar.{gz,bz2}.directive.asc
+
+  scp automake-VERSION.tar.{gz,bz2}{,.sig} sources.redhat.com:~ftp/pub/automake
+
+  For alpha releases:
+    ncftpput ftp-upload.gnu.org /incoming/alpha \
+             automake-VERSION.tar.{gz,bz2}{,.directive.asc,.sig}
+  For "real" releases:
+    ncftpput ftp-upload.gnu.org /incoming/ftp \
+             automake-VERSION.tar.{gz,bz2}{,.directive.asc,.sig}
+
+  Send announcement at least to autotools-announce@gnu.org, and
+  automake@gnu.org.  If not an alpha, announcement must also go to
+  info-gnu@gnu.org.
+
 -----
 
 Copyright (C) 2003 Free Software Foundation, Inc.