Skip to content

Commit 5457aa6

Browse files
aviaustapelberg
authored andcommitted
add instructions to create repos on salsa (#82)
1 parent 185faa6 commit 5457aa6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

make.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ func execMake(args []string, usage func()) {
769769
golangBinaries map[string]string // map[goImportPath]debianBinaryPackage
770770
)
771771

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.
773773
eg.Go(func() error {
774774
var err error
775775
golangBinaries, err = getGolangBinaries()
@@ -861,10 +861,10 @@ func execMake(args []string, usage func()) {
861861
log.Printf(" git add debian && git commit -a -m 'Initial packaging'\n")
862862
log.Printf(" gbp buildpackage --git-pbuilder\n")
863863
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)
866866
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)
869869
log.Printf(" gbp push\n")
870870
}

0 commit comments

Comments
 (0)