summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* hooks: print hook name prior to executionGuido Günther2017-12-01
| | | | This makes it simpler to identify build steps
* docs: gbp-buildpackage: clarify hook working directoriesGuido Günther2017-12-01
|
* docs: gbp-buildpackage: list hooks in execution orderGuido Günther2017-12-01
|
* docs: gbp-buildpackge: clarify --git-no-create-origGuido Günther2017-12-01
|
* docs: gbp: mention push and tagGuido Günther2017-12-01
|
* docs: gbp.conf: make notes better visisbleGuido Günther2017-12-01
| | | | Gbp-Dch: Ignore
* docs: gbp.conf: bring back section namesGuido Günther2017-12-01
| | | | These got lost in f6e360f6ca0b4e3b510f82546a1daada592b18b6.
* Document changes and release 0.9.4debian/0.9.4Guido Günther2017-11-28
|
* git-pbuilder: properly escape -?Guido Günther2017-11-28
| | | | Closes: #882984
* DebianSource: add test for workdir != toplevel debian dirGuido Günther2017-11-28
| | | | Gbp-Dch: Ignore
* dch: Create changelog if missingGuido Günther2017-11-27
| | | | | Closes: #669171 Thanks: Daniel Dehennin for the groundwork on this
* guess_version_from_upstream: allow to work without a changelogGuido Günther2017-11-27
| | | | | | | This makes it usable when creating changelogs but it can also be useful when we don't want to compare to changelog version. Gbp-Dch: Ignore
* DebianSource: provide mapping for control file as wellGuido Günther2017-11-27
| | | | | | | This makes sure we have the logic to access these files in debian/ in one place. Gbp-Dch: Ignore
* DebianSource: document toplevel requirementGuido Günther2017-11-27
| | | | Gbp-Dch: Ignore
* ChangeLog: don't raise Exception()Guido Günther2017-11-27
| | | | It's too generic
* ChangeLog: add class method to create empty changelogsGuido Günther2017-11-27
|
* ChangeLog: capture debchange errors instead of spewing on stderrGuido Günther2017-11-27
|
* ChangeLog: don't use lists as default argumentsGuido Günther2017-11-27
| | | | Gbp-Dch: Ignore
* dch: allow to reraise exceptionsGuido Günther2017-11-27
| | | | | | | | This eases debugging since we can do GBP_DEBUG=raise gbp dch … and get the exception trace without modifying the source
* command_wrappers: drop long unused Dch()Guido Günther2017-11-27
|
* uscan: disentangle logic a bitGuido Günther2017-11-23
|
* 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
|
* import-orig: use separate exit code when uscan did not find anything newGuido Günther2017-11-21
|
* import-orig: avoid notGuido Günther2017-11-21
| | | | Gbp-Dch: Ignore
* docs: Add --git-overlay to synopsisGuido Günther2017-11-19
|
* tag: make it more obvious what is being taggedGuido Günther2017-11-16
| | | | Gbp-Dch: Ignore
* Bump standards versionGuido Günther2017-11-16
|
* Document changes and release 0.9.3debian/0.9.3Guido Günther2017-11-16
|
* import_orig: drop debian/ again in --merge-mode=replaceGuido Günther2017-11-16
| | | | | | | Another fallout of the Python3 conversion Closes: #881750 Thanks: Víctor Cuadrado Juan for providing a nice reproducer
* tests: let _check_repostate check repo cleaniness as wellGuido Günther2017-11-16
| | | | This will point out any unintended leftovers.
* Fix typoGuido Günther2017-11-13
| | | | | Thanks: lintian Gbp-Dch: Ignore
* docs: better explain dch operationGuido Günther2017-11-13
| | | | Closes: #880552
* dch: make --auto the defaultGuido Günther2017-11-13
| | | | | | | | | The current default mode of looking at the version in the changelog only leads to problems when people build up the changelog incrementally. --auto mode handles this since many years so make this the default, there's still --since for finer control where to start from. Closes: #880552
* docs: use consistent capitalization of first level headlinesGuido Günther2017-11-13
|
* rpm: conditionally check for librpm flagsGuido Günther2017-11-13
| | | | | Not all of them are in newer librpm and this way we can add new ones as needed as well.
* tests: Standardize test descriptionsGuido Günther2017-11-13
| | | | Gbp-Dch: Ignore
* dev_requirements: non need to ship mock with Python3Guido Günther2017-11-13
|
* dev_requirements: pin noseGuido Günther2017-11-13
|
* changelog: handle comma in maintainers nameGuido Günther2017-11-12
| | | | | Thanks: Andreas Beckmann for the proposed fix Closes: #737623
* print is a function in Python3Guido Günther2017-11-12
| | | | Gbp-Dch: Ignore
* GitRepository: require an exact ref path when looking for branchesGuido Günther2017-11-12
| | | | | | | | | | | | | | Otherwise we might match on refs/heads/refs/heads/foo instead of refs/heads/foo when looking for branch named 'foo' Closes: #813298
* tests: Use 09_test_write_tree for more GitRepository testsGuido Günther2017-11-12
| | | | | | | There are some tests that aren't nice to read as doctest. Use this file for tests like this regarding GitRepository. Gbp-Dch: Ignore
* Use assertRaises as context managerGuido Günther2017-11-12
| | | | | | for better readability Gbp-Dch: Ignore
* tests: Fix test_import_orig_rpm descriptionGuido Günther2017-11-12
| | | | Gbp-Dch: Ignore
* git-pbuilder: handle --helpGuido Günther2017-11-10
| | | | Closes: #734862
* git-pbuilder: mark as executableGuido Günther2017-11-10
|