summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2015-11-13 12:01:49 -0600
committerSol Jerome <sol.jerome@gmail.com>2015-11-13 12:01:49 -0600
commit00cd02a07beb445dd08025e352e45a270e9bfc9b (patch)
tree788499def3a73c771cf32d7249877acb9ca396c5 /tools
parent720bb89c940906726f30a62c46521f1851b540c3 (diff)
downloadbcfg2-00cd02a07beb445dd08025e352e45a270e9bfc9b.tar.gz
bcfg2-00cd02a07beb445dd08025e352e45a270e9bfc9b.tar.bz2
bcfg2-00cd02a07beb445dd08025e352e45a270e9bfc9b.zip
Version bump to 1.4.0pre2
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/export.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/export.py b/tools/export.py
index df3c810d5..77c7371b4 100755
--- a/tools/export.py
+++ b/tools/export.py
@@ -344,8 +344,8 @@ E.G. 1.2.0pre1 is a valid version.
commando_orders = ["vcs_commit",
"vcs_tag",
"create_archive",
- "gpg_encrypt",
- "scp_archive"]
+ "gpg_encrypt"]
+ #"scp_archive"]
if options.dryrun:
for cmd in commando_orders: