summaryrefslogtreecommitdiffstats
path: root/tools/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/export.py')
-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: