automake-patches
[Top][All Lists]
Advanced

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

FYI: update gnupload invocation


From: Alexandre Duret-Lutz
Subject: FYI: update gnupload invocation
Date: Sun, 29 Feb 2004 23:28:46 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Committed on HEAD.

2004-02-29  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (cvs-release): Upload to ~ftp/pub/automake, not
        ~ftp/automake.
        * lib/gnupload (Example): Update example.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.230
diff -u -r1.230 Makefile.am
--- Makefile.am 28 Jan 2004 20:50:42 -0000      1.230
+++ Makefile.am 29 Feb 2004 22:26:44 -0000
@@ -284,7 +284,7 @@
          *)      dest=ftp;; \
        esac; \
        $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
-         --to sources.redhat.com:~ftp/automake \
+         --to sources.redhat.com:~ftp/pub/automake \
          --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
 
 cvs-diff:
Index: lib/gnupload
===================================================================
RCS file: /cvs/automake/automake/lib/gnupload,v
retrieving revision 1.3
diff -u -r1.3 gnupload
--- lib/gnupload        28 Jan 2004 16:18:21 -0000      1.3
+++ lib/gnupload        29 Feb 2004 22:26:47 -0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2004-01-28.17
+scriptversion=2004-02-29.23
 
 # Copyright (C) 2004  Free Software Foundation
 #
@@ -44,7 +44,7 @@
   address@hidden:DIRECTORY    upload files with scp
 
 Example:
-  gnupload --to sources.redhat.com:~ftp/automake \\
+  gnupload --to sources.redhat.com:~ftp/pub/automake \\
            --to alpha.gnu.org:automake \\
            automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
 

-- 
Alexandre Duret-Lutz





reply via email to

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