[libsecret] Add gnome.org install command to 'make upload-release'



commit 43b7633993dab646f2ce76fbc71faf4edafaef60
Author: Stef Walter <stefw redhat com>
Date:   Mon Aug 3 09:33:26 2015 +0200

    Add gnome.org install command to 'make upload-release'

 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 331defa..5b1469d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,8 @@ dist-hook:
        fi
 
 upload-release: $(DIST_ARCHIVES)
-               scp $(DIST_ARCHIVES) master.gnome.org:
+       scp $(DIST_ARCHIVES) master.gnome.org:
+       ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)
 
 upload-docs:
        rsync -Hvax docs/reference/libsecret/html/./ master.gnome.org:public_html/libsecret-docs/



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