aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * docs: cosmetic reformat of import-dsc manpage sgml sourceMarkus Lehtonen2014-06-30
| | | | | | | | | | | | | | Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: cosmetic reformat of import-orig manpage sgml sourceMarkus Lehtonen2014-06-30
| | | | | | | | | | | | | | Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: change option argument names to uppercase in buildpackage manMarkus Lehtonen2014-06-30
| | | | | | | | | | | | For the sake of consistency. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: cosmetic reformat of buildpackage manpage sgml sourceMarkus Lehtonen2014-06-30
| | | | | | | | | | | | | | In order to make the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * buildpackage: Also print tag name when tagging the Debian releaseGuido Günther2014-06-14
| | | | | | | | Based on a patch by Kamal Mostafa
| * docs: more flexible version parsing in MakefileMarkus Lehtonen2014-06-05
| | | | | | | | | | | | Add dash to the list of valid version characters. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: document the --customizations option of gbp dchMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: document the --interactive option of gbp-import-origMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: document the --git-[no-]submodules optionMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: document the --color-scheme optionMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: sgml syntax fix, add missing semicolonsMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: reference buildpackage and pq in the gbp (supercommand) manpageMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: hyperlink references to other manpagesMarkus Lehtonen2014-06-05
| | | | | | | | | | | | | | Change references to other gbp manpages to linked refs so that we get hyperlinks in the html manpages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * docs: add some missing commas to manpagesMarkus Lehtonen2014-06-05
| | | | | | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
| * Document changes and release 0.6.15debian/0.6.15Guido Günther2014-05-24
| |
| * Revert "Determine build_dir upfront"Guido Günther2014-05-24
| | | | | | | | This reverts commit b2549fac19f2d666552291a4fcf2020ca0570834.
| * Document changes and release 0.6.14debian/0.6.14Guido Günther2014-05-22
| |
| * Improve error reporting on hooksGuido Günther2014-05-22
| | | | | | | | Make it obvious that a hook failed and not a gbp internal function
| * Improve error reporting on failed commandsGuido Günther2014-05-22
| | | | | | | | | | | | | | Make it more clear if the command exited with non zero exit status. Also don't report the command line twice. Closes: #748248
| * Determine build_dir upfrontGuido Günther2014-05-22
| | | | | | | | so it's available to all hooks
| * pq: Try harder to cleanup after a failed patchGuido Günther2014-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we fail to apply the patch the tree is left in a dirty state so reset to the last head. This avoids irritating errors like: gbp:error: Failed to apply 'debian/patches/poison+remember_trash': Failed to commit tree: fatal: invalid date format: 1998/03/21 following files would be overwritten by checkout: doc/hosts.nntp.5 innd/art.c innd/innd.h innd/rc.c Please, commit your changes or stash them before you can switch branches. Aborting Thanks: Marco d'Itri for the repo to debug this
| * pq: Print proper error message if we fail to apply the treeGuido Günther2014-05-19
| | | | | | | | | | | | | | | | | | | | e.g. instead of gbp:error: Failed to apply 'debian/patches/poison+remember_trash' we now have gbp:error: Failed to apply 'debian/patches/poison+remember_trash': Failed to commit tree: fatal: invalid date format: 1998/03/21
| * Documnt that the patches must apply without fuzzGuido Günther2014-05-19
| |
| * Fix comitter vs committer typosGuido Günther2014-05-16
| | | | | | | | | | Thanks: Sandro Tosi Closes: #748339
| * Handle version format errors more gracefullyGuido Günther2014-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far if a package claimed to be non native but the version number didn't contain a '-' we failed like: Traceback (most recent call last): File "/usr/bin/gbp", line 9, in <module> load_entry_point('gbp==0.6.13', 'console_scripts', 'gbp')() File "/usr/lib/python2.7/dist-packages/gbp/scripts/supercommand.py", line 82, in supercommand return module.main(args) File "/usr/lib/python2.7/dist-packages/gbp/scripts/buildpackage.py", line 541, in main output_dir) File "/usr/lib/python2.7/dist-packages/gbp/scripts/buildpackage.py", line 96, in prepare_upstream_tarball upstream_tree = git_archive_build_orig(repo, cp, output_dir, options) File "/usr/lib/python2.7/dist-packages/gbp/scripts/buildpackage.py", line 270, in git_archive_build_orig upstream_tree = get_upstream_tree(repo, cp, options) File "/usr/lib/python2.7/dist-packages/gbp/scripts/buildpackage.py", line 245, in get_upstream_tree cp['Upstream-Version']) File "/usr/lib/python2.7/dist-packages/gbp/deb/git.py", line 107, in version_to_tag return format % dict(version=DebianGitRepository._sanitize_version(version)) File "/usr/lib/python2.7/dist-packages/gbp/deb/git.py", line 122, in _sanitize_version return version.replace('~', '_').replace(':', '%') It shouldn't be like that.
| * gbp pq: document --forceGuido Günther2014-05-02
| |
| * Slightly improve usage outputGuido Günther2014-04-04
| |
* | Slightly improve usage outputGuido Günther2014-04-04
| |
* | 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>