aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* 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.
* 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.
* gbp-add-patch: simplify by using existing classesGuido Günther2011-12-26
|
* GitRepository: Return GitModifier from get_author_infoGuido Günther2011-11-20
|
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
| | | | Git-Dch: Ignore
* git-dch: add formatter that wraps the changelog entryGuido Günther2011-07-26
| | | | Closes: #626439
* Improve readabilityGuido Günther2011-04-28
| | | | Git-Dch: Ignore
* Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther2011-02-27
| | | | See #591858.
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* gbp-create-remote-repo: allow to set up remote branch trackingGuido Günther2011-01-11
|
* Don't hardcode package nameGuido Günther2010-08-31
|
* Simple helper to tag a version if using git-svnGuido Günther2010-08-24
|
* Deprecate our own pbuilder helpersGuido Günther2010-08-12
|
* Simple helper to create remote reposGuido Günther2010-07-30
| | | | | | | based on dom-new-git-repo from the OCaml maintainers as well as aa-create-repo. Closes: #540185
* Adjust for zeitgeist 0.4.0Guido Günther2010-07-27
|
* Don't assume the repo has a '/'Guido Günther2010-05-02
|
* Fix typoGuido Günther2010-05-02
| | | | Thanks: Paul Menzel