Skip to content

Commit

Permalink
use “gbp push” instead of git push with tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Oct 22, 2017
1 parent 1df9d7a commit c930d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,5 +818,6 @@ func main() {
log.Printf(" ssh git.debian.org \"/git/pkg-go/setup-repository %s 'Packaging for %s'\"\n", debsrc, debsrc)
log.Printf("\n")
log.Printf("Once you are happy with your packaging, push it to alioth using:\n")
log.Printf(" git push git+ssh://git.debian.org/git/pkg-go/packages/%s.git --tags master pristine-tar upstream\n", debsrc)
log.Printf(" git remote set-url origin git+ssh://git.debian.org/git/pkg-go/packages/%s.git\n", debsrc)
log.Printf(" gbp push\n")
}

0 comments on commit c930d6e

Please sign in to comment.