erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Update the upload rule in Makefile.


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Update the upload rule in Makefile.
Date: Sun, 14 Oct 2007 00:48:14 -0400

commit 9f0a44f740d9975fbec1b8e16a12542b178fae02
Author: Michael Olson <address@hidden>
Date:   Sat Jun 3 18:08:22 2006 +0000

    Update the upload rule in Makefile.
    
    * Makefile (upload): Make this work for Savannah uploads.
    git-archimport-id: address@hidden/erc--main--0--patch-3

diff --git a/ChangeLog b/ChangeLog
index 818612b..1dcc503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-06-03  Michael Olson  <address@hidden>
 
+       * Makefile (upload): Make this work for Savannah uploads.
+
        * AUTHORS: Update for Savannah move.  No old entries have been
        removed, in case people have not registered yet on Savannah.
 
diff --git a/Makefile b/Makefile
index b986520..89f3560 100644
--- a/Makefile
+++ b/Makefile
@@ -146,10 +146,12 @@ release: autoloads distclean
          zip -r erc-$(VERSION).zip erc-$(VERSION))
 
 upload:
-       (cd .. && echo open ftp://upload.sourceforge.net > upload.lftp ; \
-         echo cd /incoming >> upload.lftp ; \
-         echo mput erc-$(VERSION).zip >> upload.lftp ; \
-         echo mput erc-$(VERSION).tar.gz >> upload.lftp ; \
+       (cd .. && gpg --detach erc-$(VERSION).tar.gz && \
+         gpg --detach erc-$(VERSION).zip && \
+         echo open ftp://savannah.nongnu.org > upload.lftp ; \
+         echo cd /incoming/savannah/erc >> upload.lftp ; \
+         echo mput erc-$(VERSION).zip* >> upload.lftp ; \
+         echo mput erc-$(VERSION).tar.gz* >> upload.lftp ; \
          echo close >> upload.lftp ; \
          lftp -f upload.lftp ; \
          rm -f upload.lftp)




reply via email to

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