This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d72237  Bug: setup.py --default should not prompt for urlPrefix
8d72237 is described below

commit 8d722376e6a0bf054158d5062d0e46906684fb6e
Author: Sebb <s...@apache.org>
AuthorDate: Thu May 17 16:54:38 2018 +0100

    Bug: setup.py --default should not prompt for urlPrefix
    
    This fixes #452
---
 CHANGELOG.md   | 1 +
 tools/setup.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 457bfa9..fe2281d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## Changes in 0.11-SNAPSHOT
+- Bug: setup.py --default should not prompt for urlPrefix (#452)
 - Bug: copy-list.py does not work (#450)
 - Bug: unnecessary test (will always succeed) in copy-list.py (#451)
 - Bug: archiver ignores failures if dumponfail is not defined (#449)
diff --git a/tools/setup.py b/tools/setup.py
index 5ef2d4d..4dffbe6 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -114,6 +114,7 @@ if args.defaults:
     shards = 1
     replicas = 0
     genname = "cluster"
+    urlPrefix = ''
 
 # Accept CLI args, copy them
 if args.dbprefix:

-- 
To stop receiving notification emails like this one, please contact
s...@apache.org.

Reply via email to