[nautilus-actions] Fix tarball repository path



commit 2c34c28d162bf69441d4595816d0c76516771280
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Aug 7 21:39:05 2014 +0200

    Fix tarball repository path

 ChangeLog                                |    3 +++
 {tools => maintainer}/release-tarball.sh |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7edc1b8..ce70f61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-08-07 Pierre Wieser <pwieser trychlos org>
 
+       * maintainer/release-tarball.sh:
+       - Fix new destination directory on stormy tarballs repository
+       - Move from tools/ subdirectory. 
        * configure.ac: Post-release version bump.
        
 2014-07-27 Pierre Wieser <pwieser trychlos org>
diff --git a/tools/release-tarball.sh b/maintainer/release-tarball.sh
similarity index 99%
rename from tools/release-tarball.sh
rename to maintainer/release-tarball.sh
index 1b8fdcc..8e4b0c5 100755
--- a/tools/release-tarball.sh
+++ b/maintainer/release-tarball.sh
@@ -412,7 +412,7 @@ done
 version="$(get_version ${opt_tarname})"
 
 # are we local ?
-destdir="/net/data/tarballs/${product}"
+destdir="/net/data/free/tarballs/${product}"
 desthost="stormy.trychlos.org"
 [ "$(ls ${destdir} 2>/dev/null)" = "" ] && local="no" || local="yes"
 [ "${local}" = "yes" ] && lib_desthost="" || lib_desthost="${desthost}:"
@@ -452,7 +452,7 @@ fi
 msg "tagging git"
 tag="$(echo ${product}-${version} | tr '[:lower:]' '[:upper:]' | sed 's?[-\.]?_?g')"
 msg="Releasing ${pck_name} ${version}"
-msg "git tag -s '${tag}' -m '${msg}'"
+msg "git tag -s '${tag}' -m '${msg}' (unlock with GPG passphrase)"
 command "git tag -s '${tag}' -m '${msg}'"
 command "git pull --rebase && git push && git push --tags"
 


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