summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Document changes and release 0.6.13~bpo70+1debian/0.6.13_bpo70+1Guido Günther2014-04-04
|
* Add gbp.conf for wheezy backportsGuido Günther2014-04-04
|
* Lower devscripts dependencyGuido Günther2014-04-04
| | | | This reopens #635920
* Remove versioned devscipts build-depGuido Günther2014-04-04
| | | | The tests now detect the dch defaults
* Merge tag 'debian/0.6.13' into bpo/wheezyGuido Günther2014-04-04
|\ | | | | | | git-buildpackage Debian release 0.6.13
| * Document changes and release 0.6.13debian/0.6.13Guido Günther2014-04-03
| |
| * config: add decorator to add_option_* functionsGuido Günther2014-04-03
| | | | | | | | | | This allows us to build an internal list of valid options and print these.
| * Import command not moduleGuido Günther2014-04-03
| | | | | | | | This matches the function name
| * docs: re-enable missing manpageMarkus Lehtonen2014-04-03
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * Remove tests now covered by 18_test_ConfigGuido Günther2014-04-02
| |
| * Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen2014-04-02
| | | | | | | | | | | | | | | | | | Which caused an unwanted behavior of not fetching refs/heads at all -- only tags were fetched. This reverts commit 5dd598fb8f2a9109189fad6cf631811f12ce2130 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * Add minimal 'config' commandGuido Günther2014-04-01
| | | | | | | | | | | | This only allows to print single config values so far. Closes: #733470
| * .gitignore: ignore editor backup filesGuido Günther2014-04-01
| |
| * Test option parser fallbacks more thoroughlyGuido Günther2014-04-01
| | | | | | | | | | | | revealing another bug where we overwrote parsed values with defaults Closes: #733759
| * Document changes and release 0.6.12debian/0.6.12Guido Günther2014-03-29
| |
| * Use a much simpler version to fix the command name in --helpGuido Günther2014-03-29
| | | | | | | | | | | | mostly reverting e1780f0. Closes: #742907
| * Document changes and release 0.6.11debian/0.6.11Guido Günther2014-03-27
| |
| * Fix command outputGuido Günther2014-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | The first line lacked the subcommand like: $ gbp pull --help Usage: gbp [options] - safely update a repository from remote instead of $ gbp pull --help Usage: gbp pull [options] - safely update a repository from remote ^^^^
| * ComponentTestBase: use regex matching in log checkingMarkus Lehtonen2014-03-27
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * pq: minor log message typo fixMarkus Lehtonen2014-03-27
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * Use a temporary directoryGuido Günther2014-03-27
| | | | | | | | This avoids file name collisions and weired files in the working copy.
| * tests: more robust check for the default urgency level of dchMarkus Lehtonen2014-03-27
| | | | | | | | | | | | | | | | The dch tool might not report it's version if it is incorrectly compiled. Create a dummy changelog and parse it "manually" to determine the default urgency level. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen2014-03-27
| | | | | | | | | | | | | | Explicitly use --tags in git arguments - otherwise tags might not be fetched. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen2014-03-27
| | | | | | | | | | | | | | Use the '--no-renames' git command line option in order to prevent two filenames per entry. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: add some missing sgml closing tagsMarkus Lehtonen2014-03-27
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * Fix config file nameMario Lang2014-03-13
| |
| * Remove incorrect docs about multiple filter optionsGuido Günther2014-03-09
| | | | | | | | Closes: #718536
| * Request verbose output on bug reportsGuido Günther2014-03-03
| |
| * Document changes and release 0.6.10debian/0.6.10Guido Günther2014-02-23
| |
| * git-import-dsc: Document --create-missing-branchesGuido Günther2014-02-23
| |
| * import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther2014-02-23
| | | | | | | | Closes: #739888
| * Remove cover-min-percentageGuido Günther2014-02-23
| | | | | | | | | | It makes running single tests harder than necessary since it requires the percentage also when using "nose <testname>".
| * config: Don't pull in config defaults twiceGuido Günther2014-02-19
| | | | | | | | | | | | This would otherwise overwrite values set in the legacy config sections. Closes: #733759
| * config: Don't pull in config defaults twiceGuido Günther2014-02-18
| | | | | | | | | | | | This would otherwise overwrite values set in the legacy config sections. Closes: #733759
| * Update copyright noticeGuido Günther2014-02-16
| | | | | | | | Git-Dch: Ignore
* | Merge tag 'debian/0.6.9' into bpo/wheezyGuido Günther2014-02-19
|\| | | | | | | | | | | | | git-buildpackage Debian release 0.6.9 Conflicts: debian/changelog
| * Document changes and release 0.6.9debian/0.6.9Guido Günther2014-02-15
| |
| * docs: improve docs on using upstream's git repoGuido Günther2014-02-15
| | | | | | | | | | | | The documentation on using upstream's git directly instead of tarballs was very terse. Add a step by step guide on how to get started and how to update to new upstream versions.
| * import_orig: test error paths of find_sourceGuido Günther2014-01-07
| |
| * tests: adapt dch tests for older devscriptsMarkus Lehtonen2014-01-07
| | | | | | | | | | | | | | Determine the default urgency level by determining the version number of the dch tool from command line. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * Change the default of cleaner to /bin/trueGuido Günther2014-01-05
| | | | | | | | | | | | | | | | | | Running a clean command within version control by default nowadays causes more trouble than it helps. It's unnecessary with pbuilder/cowbuilder/sbuild and with export-dir. So change the default from 'debuild clean' to a noop ('/bin/true'). Closes: #670624
| * Make parsing config file sections symmetricGuido Günther2014-01-05
| | | | | | | | | | | | | | | | | | | | | | Always read the legacy command's config file section prior to the subcommand's config file section. Until now 'gbp <subcommand>' would read '[subcommand]' as well as '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read '[gbp-<subcommand>]' sections. Closes: #733759
| * Avoid backtrace on config file parse errorsGuido Günther2014-01-05
| | | | | | | | | | | | "gbp buildpackage" did this already but others didn't Closes: #733759
| * Depend on newer devscriptsGuido Günther2013-12-24
| | | | | | | | | | | | | | | | These contain a uscan that handles repackaging at the right level and won't let us pick up the wrong tarball name. Closes: #635920 Thanks: gregor herrmann and all others involved
| * Document changes and release 0.6.8debian/0.6.8Guido Günther2013-12-20
| |
| * Determine changes file name based on dpkg-buildpackage optionsGuido Günther2013-12-20
| | | | | | | | Closes: #732678
| * Run nosetest on executables tooGuido Günther2013-12-20
| | | | | | | | They're all well behaved and this allows us to use doctests in them
| * Adjust test cases to newer devscriptsGuido Günther2013-12-17
| | | | | | | | Closes: #732384
| * No need to document --verboseGuido Günther2013-12-02
| | | | | | | | | | | | | | Properly document --help instead. Thanks: Olivier Berger for pointing this out Closes: #731149
| * Document changes and release 0.6.7debian/0.6.7Guido Günther2013-11-29
| |