File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ func execMake(args []string, usage func()) {
769
769
golangBinaries map [string ]string // map[goImportPath]debianBinaryPackage
770
770
)
771
771
772
- // TODO: also check whether there already is a git repository on alioth .
772
+ // TODO: also check whether there already is a git repository on salsa .
773
773
eg .Go (func () error {
774
774
var err error
775
775
golangBinaries , err = getGolangBinaries ()
@@ -861,10 +861,10 @@ func execMake(args []string, usage func()) {
861
861
log .Printf (" git add debian && git commit -a -m 'Initial packaging'\n " )
862
862
log .Printf (" gbp buildpackage --git-pbuilder\n " )
863
863
log .Printf ("\n " )
864
- log .Printf ("To create the packaging git repository on alioth , use:\n " )
865
- log .Printf (" ssh git.debian.org \" /git/pkg-go/setup-repository %s 'Packaging for %s' \" \n " , debsrc , debsrc )
864
+ log .Printf ("To create the packaging git repository on salsa , use:\n " )
865
+ log .Printf (" dh-make-golang create-salsa-project %s" , debsrc )
866
866
log .Printf ("\n " )
867
- log .Printf ("Once you are happy with your packaging, push it to alioth using:\n " )
868
- log .Printf (" git remote set-url origin git+ssh://git .debian.org/git/pkg-go /packages/%s.git\n " , debsrc )
867
+ log .Printf ("Once you are happy with your packaging, push it to salsa using:\n " )
868
+ log .Printf (" git remote set-url origin git@salsa .debian.org:go-team /packages/%s.git\n " , debsrc )
869
869
log .Printf (" gbp push\n " )
870
870
}
You can’t perform that action at this time.
0 commit comments