aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* 8bit GuidoGuido Günther2018-02-26
|
* gbp-try-ff: improve mailsGuido Günther2017-11-23
| | | | | | | Print source package too and only use the mail address since the maintainer name might contain UTF-8. Gbp-Dch: Ignore
* gbp-try-ff: fail on uscan problemsGuido Günther2017-11-23
| | | | Gbp-Dch: Ignore
* gbp-try-ff: don't hardcode debian-branchGuido Günther2017-11-21
|
* gbp-try-ff: send mail when new upstream version is foundGuido Günther2017-11-21
|
* gbp-try-ff: don't rely on options from ~/.gbp.confGuido Günther2017-11-21
|
* print is a function in Python3Guido Günther2017-11-12
| | | | Gbp-Dch: Ignore
* examples: Add gbp-try-ffGuido Günther2017-11-08
| | | | | Helper to fetch new upstream source, refresh patches and do a test build.
* examples: drop gbp-posttag-pushGuido Günther2017-11-08
| | | | We have "gbp push" now
* README.source example: fix typoGuido Günther2017-09-13
| | | | Thanks: Roel van Meer
* gbp-posttag-push: decode bytesGuido Günther2017-08-02
|
* Switch all interpreters to /usr/bin/python3Guido Günther2017-08-02
|
* posttag-push: Use named parameter for dry_runGuido Günther2017-03-19
|
* gbp-posttag-push: add missing dry-run for debian branch pushGuido Günther2017-01-19
|
* gbp-posttag-push: Push pristine-tar as wellGuido Günther2017-01-07
| | | | iff configured
* gbp-posttag-push: add configuration helpGuido Günther2017-01-06
|
* flake8 check examplesGuido Günther2017-01-06
|
* post-tag-push: Try push with dry run before dputGuido Günther2016-12-31
| | | | | This makes sure we have integrted all changes form the remote end before uploading into the archive.
* gbp-posttag-push: strip epoch when looking for changes fileGuido Günther2016-12-24
|
* gbp-posttag-push: Fix logging callsGuido Günther2016-12-24
| | | | | | leftovers from using print Gbp-Dch: Ignore
* gbp-posttag-push: catch exceptionsGuido Günther2016-12-07
| | | | instead of printing the full trace
* 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 typosGuido Günther2016-11-25
| | | | Gbp-Dch: Ignore
* 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
|
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* 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
|
* Fixup trailer in README.source exampleGuido Günther2016-02-04
|
* Add README.source exampleGuido Günther2015-12-03
| | | | | | | | This can be used for gbp managed projects. Different tools are mentioned in different paragraphs so they can easily be extended or deleted if unused. Improvements are very welcome!
* Update jenkins-scratchbuilderGuido Günther2015-09-06
| | | | to not use "git-" but "gbp "
* Remove gbp-cowbuilder-sidGuido Günther2015-09-06
| | | | git-pbuilder replaced it ages ago
* gbp-posttag-pull: Be more verbose when pushingGuido Günther2015-08-26
|
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
| | | | use gnu.org/licences instead of a postal address, as suggested by Guido
* Improve error messageGuido Günther2015-03-27
|
* Fix print function usage in examples tooGuido Günther2015-03-27
|
* Extract exception message in a less arcane wayGuido Günther2015-03-27
|
* Handle ConfigParser -> configparser renameGuido Günther2015-02-20
| | | | | | to work towards Python3 support Gbp-Dch: Ignore
* Don't use print as a statementGuido Günther2015-02-20
| | | | | | | | | | via 2to3-3.4 -w -f print . to work towards python3 support Gbp-Dch: Ignore
* Add Jenkins Scratchbuilder exampleGuido Günther2013-05-30
| | | | | It's a simple script that can be used to build Debian packages via gbp and Jenkins.
* examples: fix loggingGuido Günther2013-03-14
| | | | Thanks: Carsten Schoenert
* GitRepository: raise GitRepositoryError on git errorsGuido Günther2012-07-28
| | | | | | | Raise GitRepositoryError in cases where CommandExecFailed (from GitCommand) was previously silently passed forward. Heavily based on a patch by Markus Lehtonen <markus.lehtonen@linux.intel.com>
* Make exception syntax consistentGuido Günther2012-07-02
|
* gbp-add-patch: Fix typoGuido Günther2012-03-28
|
* gbp-posttag-push: Tighten branch regexpGuido Günther2012-03-27
| | | | so we don't push to branches ending with the same name accidentally.
* Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
| | | | | | | | | | | Split GbpOptionParser in to a common base class and a Debian specific subclass, as a preparation for upcoming RPM support. This allows having different default values (and help texts) for common options between different package types, and, clearer separation of package type specific options. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* 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.