summaryrefslogtreecommitdiff
path: root/README-maint
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-20 01:23:43 +0200
committerPeter Simons <simons@cryp.to>2009-07-20 01:23:43 +0200
commita0d7d333805d6c407edd03677630bf3f7c343617 (patch)
tree690e949b63250a658f5bef3c618371005f2d2478 /README-maint
parentada161550f945e216352add7a59bc801f7b583a9 (diff)
downloadautoconf-archive-a0d7d333805d6c407edd03677630bf3f7c343617.tar.gz
README-maint: documented tarball upload procedure
Diffstat (limited to 'README-maint')
-rw-r--r--README-maint6
1 files changed, 5 insertions, 1 deletions
diff --git a/README-maint b/README-maint
index 3e81a37..8201071 100644
--- a/README-maint
+++ b/README-maint
@@ -46,7 +46,7 @@
Add the following settings to your =.git/config= file:
: [alias]
- : update-gnulib = !gnulib-tool --m4-base build-aux --source-base build-aux --import git-version-gen gitlog-to-changelog
+ : update-gnulib = !gnulib-tool --m4-base build-aux --source-base build-aux --import git-version-gen gitlog-to-changelog gnupload
: update-autotools = !autoreconf --install -Wall
: update-changelog = !build-aux/gitlog-to-changelog -- --branches >ChangeLog
: update-authors = !touch AUTHORS
@@ -56,6 +56,10 @@
Running =git bootstrap= sets up and configures the Autotools build. Once
that's accomplished, run =make -f Makefile distcheck=.
+ The tarballs can be uploaded to Savannah as follows:
+
+ : build-aux/gnupload --to dl.sv.nongnu.org:/releases/autoconf-archive -- autoconf-archive-${version}.tar.{gz,bz2}
+
* THINGS TO DO