erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Make upload to GNU ftp site actually work


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Make upload to GNU ftp site actually work.
Date: Sun, 14 Oct 2007 00:48:16 -0400

commit 1baaa7884a88fffc7924260c93e9334c9ab09d90
Author: Michael Olson <address@hidden>
Date:   Wed Jun 21 21:52:56 2006 +0000

    Make upload to GNU ftp site actually work.
    
    * Makefile (upload): Make this work with the GNU upload system.
    git-archimport-id: address@hidden/erc--main--0--patch-10

diff --git a/ChangeLog b/ChangeLog
index 3c17e6e..4153c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-21  Michael Olson  <address@hidden>
+
+       * Makefile (upload): Make this work with the GNU upload system.
+
 2006-06-14  Michael Olson  <address@hidden>
 
        * erc.el (erc-active-buffer): If the active buffer has been
diff --git a/Makefile b/Makefile
index 51dd69c..2695c91 100644
--- a/Makefile
+++ b/Makefile
@@ -148,8 +148,12 @@ release: autoloads distclean
 upload:
        (cd .. && gpg --detach erc-$(VERSION).tar.gz && \
          gpg --detach erc-$(VERSION).zip && \
-         echo open ftp://savannah.gnu.org > upload.lftp ; \
-         echo cd /incoming/savannah/erc >> upload.lftp ; \
+         echo "Directory: erc" | gpg --clearsign > \
+           erc-$(VERSION).tar.gz.directive.asc && \
+         cp erc-$(VERSION).tar.gz.directive.asc \
+           erc-$(VERSION).zip.directive.asc && \
+         echo open ftp://ftp-upload.gnu.org > upload.lftp ; \
+         echo cd /incoming/ftp >> upload.lftp ; \
          echo mput erc-$(VERSION).zip* >> upload.lftp ; \
          echo mput erc-$(VERSION).tar.gz* >> upload.lftp ; \
          echo close >> upload.lftp ; \




reply via email to

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