aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-19 19:35:26 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-19 19:35:26 +0200
commita4731340a2fedb713efbd0c85385d3f4a58f9a62 (patch)
tree8abcad7765020ebdaf31a05814eee0966e466183
parent6aff36c8ecb28d183a684294fa5d9a058b0ef139 (diff)
Use same default as mini-dinstall's example configHEADmaster
-rw-r--r--stagepkg/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagepkg/command.py b/stagepkg/command.py
index 5c6ce5e..7f0bc80 100644
--- a/stagepkg/command.py
+++ b/stagepkg/command.py
@@ -16,7 +16,7 @@ import glob
import optparse
# move to conf file
-archive_root = "/home/debian-packages"
+archive_root = os.path.expanduser("~/debian")
default_arch = "i386"
incoming = "mini-dinstall/incoming"
conf_dir = "/etc/stagepkg/"