summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@seanius.net>2009-11-29 17:18:54 +0100
committerSean Finney <seanius@seanius.net>2009-11-29 17:18:54 +0100
commit11db52a1fedf54f728a9c7f6a890c1bc6d28bd7c (patch)
tree4663858d05aee5f099f5b352b86498c5985fe059
parentbf70c3ac3dfe77e9e3f86cd10d947f70e4f5166b (diff)
downloadpatch-tracker-11db52a1fedf54f728a9c7f6a890c1bc6d28bd7c.tar.gz
add explicit ./ to reprepro confdir
-rwxr-xr-xgen-patch-info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-patch-info.py b/gen-patch-info.py
index fe69bf4..3b5847b 100755
--- a/gen-patch-info.py
+++ b/gen-patch-info.py
@@ -32,7 +32,7 @@ if __name__ == '__main__':
gen_pts_index = True
if update_archive:
- os.system("env PYTHONPATH=%s reprepro -b %s --confdir reprepro/conf update"%
+ os.system("env PYTHONPATH=%s reprepro -b %s --confdir ./reprepro/conf update"%
(os.path.dirname(os.path.realpath(sys.argv[0])),
Conf.archive_root,))