summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-15 17:40:45 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-15 17:40:45 +0100
commit9bf109ba7741263ce80ba9743864374c8dcdb8c2 (patch)
tree0cbe8cd0d5e64da866705c05d6a9e85c74f47cbe
parent6e669d14aaea21dc23fcd25a94263d76fb520667 (diff)
use dgit-repos not dgit-test
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index bb771cc..2e40ad7 100755
--- a/dgit
+++ b/dgit
@@ -37,7 +37,7 @@ our $dryrun = 0;
our $changesfile;
our $aliothname = 'iwj@git.debian.org';
-our $aliothpath = '/git/dgit-test';
+our $aliothpath = '/git/dgit-repos';
our $alioth_git = "git+ssh://$aliothname/$aliothpath";
our $alioth_sshtestbodge = [$aliothname,$aliothpath];