aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-posttag-push
Commit message (Collapse)AuthorAge
* examples/gbp-posttag-push: flake8 cleanGuido Günther2016-11-25
| | | | Gbp-Dch: Ignore
* gbp-posttag-push: use gbp.log everywhereGuido Günther2016-11-25
| | | | Gbp-Dch: Ignore
* examples/gbp-posttag-push: allow to upload packages tooGuido Günther2016-11-25
| | | | | after pushing all the git data to the remote end. Making one more custom packaging script obsolete.
* Fix new flake8 errorsGuido Günther2016-11-15
| | | | E305 expected 2 blank lines after class or function definition
* docs: Don't suggest deprecated section names in examplesGuido Günther2016-11-04
|
* posttag-push: Print branches we push toGuido Günther2016-09-29
|
* Remove some leftover configparser importsGuido Günther2016-07-05
| | | | Git-Dch: Ignore
* Fix spelling of existant->existent in function names, strings and commentsOtto Kekäläinen2016-07-03
|
* gbp-posttag-pull: Be more verbose when pushingGuido Günther2015-08-26
|
* Improve error messageGuido Günther2015-03-27
|
* Fix print function usage in examples tooGuido Günther2015-03-27
|
* Handle ConfigParser -> configparser renameGuido Günther2015-02-20
| | | | | | to work towards Python3 support Gbp-Dch: Ignore
* examples: fix loggingGuido Günther2013-03-14
| | | | Thanks: Carsten Schoenert
* Make exception syntax consistentGuido Günther2012-07-02
|
* gbp-posttag-push: Tighten branch regexpGuido Günther2012-03-27
| | | | so we don't push to branches ending with the same name accidentally.
* gbp-posttag-push: check if upstream is up to date per remoteGuido Günther2012-01-13
| | | | | This isn't perfect since someone else might have already pushed that ref and we might not have pulled it yet.
* gbp-post-tag-push: Add --verbose optionGuido Günther2012-01-10
| | | | to ease debugging
* gbp-posttag-push: Allow to push the upstream tag tooGuido Günther2012-01-10
| | | | via the -u option.
* fix for remote repos containing '.'Guido Günther2009-02-26
|
* add gbp-posttag-push exampleGuido Günther2009-02-22