From: Ian Jackson Date: Thu, 15 Aug 2013 16:40:45 +0000 (+0100) Subject: use dgit-repos not dgit-test X-Git-Tag: debian/0.2~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=9bf109ba7741263ce80ba9743864374c8dcdb8c2 use dgit-repos not dgit-test --- diff --git a/dgit b/dgit index bb771cc2..2e40ad7e 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];