chiark / gitweb /
use dgit-repos not dgit-test
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Aug 2013 16:40:45 +0000 (17:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Aug 2013 16:40:45 +0000 (17:40 +0100)
dgit

diff --git a/dgit b/dgit
index bb771cc2b65525d3292d20440c43afb55d138730..2e40ad7e7f8b106e68304f62a1068676a22d4751 100755 (executable)
--- 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];