automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: automatize uploads of automake releases


From: Alexandre Duret-Lutz
Subject: Re: FYI: automatize uploads of automake releases
Date: Sun, 25 Jan 2004 14:55:33 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm checking this in.

2004-01-25  Alexandre Duret-Lutz  <address@hidden>

        * lib/gnupload (usage): Fix example.
        * Makefile.am (cvs-release): Fix call to gnupload.
        From Jim Meyering.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.228
diff -u -r1.228 Makefile.am
--- Makefile.am 24 Jan 2004 19:22:10 -0000      1.228
+++ Makefile.am 25 Jan 2004 13:53:35 -0000
@@ -281,7 +281,7 @@
        esac; \
        $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
          --to sources.redhat.com:~ftp/automake \
-         --to $$dest.gnu.org:gnu/automake $(DIST_ARCHIVES)
+         --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
 
 cvs-diff:
        thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
Index: lib/gnupload
===================================================================
RCS file: /cvs/automake/automake/lib/gnupload,v
retrieving revision 1.1
diff -u -r1.1 gnupload
--- lib/gnupload        24 Jan 2004 19:22:10 -0000      1.1
+++ lib/gnupload        25 Jan 2004 13:53:35 -0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2004-01-24.20
+scriptversion=2004-01-25.02
 
 # Copyright (C) 2004  Free Software Foundation
 #
@@ -45,7 +45,7 @@
 
 Example:
   gnupload --to sources.redhat.com:~ftp/automake \\
-           --to alpha.gnu.org:gnu/automake \\
+           --to alpha.gnu.org:automake \\
            automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
 
 Report bugs to <address@hidden>.

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]