[Pkg-octave-devel] [RFU] octave-time 1.0.9-4
Rafael Laboissiere
rafael at laboissiere.net
Fri Mar 16 21:23:30 UTC 2012
* Thomas Weber <tweber at debian.org> [2012-03-16 18:58]:
> Please run
> git push --set-upstream origin upstream pristine-tar
> git push --tags
* Thomas Weber <tweber at debian.org> [2012-03-16 19:00]:
> Missing pristine-tar and upstream branches.
Done. I keep forgetting it, sorry. I have now created the script
attached below that I put in my $GIT_EXEC_PATH. I now run:
git gbp-push
and it does all the necessary pushes. This may be useful to other
people, so I am attaching it below.
Rafael
-------------- next part --------------
#!/bin/sh
git push
git push --set-upstream origin upstream pristine-tar
git push --tags
More information about the Pkg-octave-devel
mailing list