]> sourceware.org Git - automake.git/commitdiff
* Makefile.am (cvs-release): Upload to ~ftp/pub/automake, not
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Feb 2004 22:28:38 +0000 (22:28 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Feb 2004 22:28:38 +0000 (22:28 +0000)
~ftp/automake.
* lib/gnupload (Example): Update example.

ChangeLog
Makefile.am
Makefile.in
lib/gnupload

index 4c9257eefbc2fe3352ed29f0c04f86f0ae511d27..40d67248e3db671278eb0c17b4c29a0950dd6fab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-02-29  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * Makefile.am (cvs-release): Upload to ~ftp/pub/automake, not
+       ~ftp/automake.
+       * lib/gnupload (Example): Update example.
+
        * lib/config-ml.in, lib/config.guess, lib/config.sub,
        lib/texinfo.tex: New upstream versions.
 
index f344e8cc3c9181f38c25bbff5df19e684c6ed711..56ec68740feeee31a5d249210ef030ab28fb9bfd 100644 (file)
@@ -284,7 +284,7 @@ cvs-release: cvs-dist
          *)      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 de8722e3a72081334402afc74fcf2a28b7bf3c61..d6a92163bd8a20b8c18829a391cff566a95ade2e 100644 (file)
@@ -769,7 +769,7 @@ cvs-release: cvs-dist
          *)      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 d0e2f537588b0b12590d9932b98b7bc0fda31582..e413e1a33ab31ada3b264bee25235de6f4acfe7d 100755 (executable)
@@ -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 @@ Recognized destinations are:
   [user@]host: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
 
This page took 0.035966 seconds and 5 git commands to generate.