summaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
Commit message (Collapse)AuthorAge
* Add aliases for gz and bz2 compression typesGuido Günther2011-04-09
|
* Detect compression from orig tarballLoïc Minier2011-04-09
|
* Pass tarball_dir to guess_comp_type()Loïc Minier2011-04-09
| | | | Git-Dch: Ignore
* Update guess_comp_type to take a cp as paramLoïc Minier2011-04-09
| | | | Git-Dch: Ignore
* Make submodule support conditionalGuido Günther2011-04-06
|
* git-buildpackage: Call gbp.update_submodulesGuido Günther2011-04-06
| | | | | before exporting a tarball or creating a separate build tree. We invoke git-submodule with --no-fetch to not break offline operation.
* git-buildpackage: drop calls to git.update_submodules()Guido Günther2011-03-21
| | | | | | since this breaks offline operation. Git-Dch: Ignore
* git-buildpackage; don't ignore errors returned by dump_tree()Guido Günther2011-03-21
| | | | Git-Dch: Ignore
* git-buildpackage: special case non-submodule tarfile generationGuido Günther2011-03-21
| | | | | | | Tarfile generation with submodules is slower since we need to concatenate several tarfiles and compress afterwards. So special case the common non submodule case and add a testcase to check the tarfiles content.
* git-buildpackage: typoGuido Günther2011-03-19
| | | | Git-Dch: Ignore
* git-buildpackage: submodule support for git_archiveGuido Günther2011-03-18
| | | | | | Heavily based on work by Sean Finney and Chow Loong Jin Closes: #588752
* git-buildpackage: submodule support for dump_treeGuido Günther2011-03-18
| | | | Heavily based on work by Sean Finney and Chow Loong Jin
* Split out command line parsingGuido Günther2011-02-09
| | | | | | to honor pycheckers sensible request for smaller functions. Git-Dch: Ignore
* git-buildpackage: print the "Looking for tarball..." message at debug levelGuido Günther2011-01-22
| | | | There's no need to print two messages in the default logging level.
* git-buildpackage: fix fallback to auto detection for unknown compression typesGuido Günther2011-01-15
|
* Use the latest commit instead of the earliest oneGuido Günther2011-01-14
| | | | | | | when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
* git-buildpackage: Add support for sending notifications via libnotifyGuido Günther2011-01-08
| | | | after the build finished.
* Use tristate option for --color=valueGuido Günther2011-01-08
| | | | this allows true and false as alias for on and off.
* pychecker warning cleanupsGuido Günther2010-12-28
| | | | (mostly unused variables and imports)
* Favor ARCH environment variable over dpkg's architectureGuido Günther2010-12-17
| | | | | based on a patch by Jacob Helwig. Closes: #607318
* Add logging functionsGuido Günther2010-11-16
| | | | | | This allows us to color and prefix the output. Closes: #544332
* Expand environment variables and '~' in gbp.conf pathsBenoît Knecht2010-11-02
| | | | | | | | Options that expect a path in gbp.conf can now be given as '~/path/to/dir' or '$HOME/path/to/dir' (or any other environment variable for that matter). Closes: #545692
* Fall back to source only changes fileGuido Günther2010-09-29
| | | | | | if the architecture one doesn't exist. Closes: #593598
* Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman2010-09-17
| | | | | | When no changelog file is available in the checkout, look for the changelog in the repository. This allows for using git-import-orig when the upstream branch is checked out, for example.
* Improve compression format detectionGuido Günther2010-09-14
| | | | | | | by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212
* Add --git-arch optionGuido Günther2010-09-02
|
* Silence compression type detectionGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther2010-08-12
|
* We don't only support .gz tarballsGuido Günther2010-08-04
|
* Add prebuild hookJonathan Nieder2010-07-06
| | | | | | | Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
* Add compression=autoGuido Günther2010-06-26
| | | | | | | to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
* Add option --git-force-create to force tarball creationChristian Kastner2010-06-19
| | | | Closes: #519297
* Add 'ignore-branch' optionGuido Günther2010-06-19
| | | | This disables the 'current branch' == 'debian-branch' check.
* Allow to set compression typeGuido Günther2009-12-24
| | | | Closes: #554520
* Make sure we drop the generated custom index fileGuido Günther2009-12-17
| | | | Closes: #561454
* add --git-retagGuido Günther2009-10-24
| | | | Closes: #521329
* catch config file parse errorsGuido Günther2009-09-15
| | | | Closes: #545690
* drop superfluous _utils from module namesGuido Günther2009-08-23
|
* check for correct overlay usageGuido Günther2009-07-29
|
* add --git-overlay optionأحمد المحمودي2009-07-29
| | | | Closes: #411206
* pass GBP_BUILD_DIR to the build commandGuido Günther2009-04-05
| | | | | this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly.
* add postbuild hookGuido Günther2009-04-04
| | | | | | can be used to e.g. run lintian. Closes: #521358
* add --git-no-ignore-newGuido Günther2009-02-26
|
* add --no-pristine-tarGuido Günther2009-02-26
| | | | Closes: #517024
* simplify boolean option handlingGuido Günther2009-02-26
|
* make --export a config file optionGuido Günther2009-02-26
|
* run git-cleaner with --git-ignore-newGuido Günther2009-02-23
| | | | Makes running with and without --git-ignore-new more consistent.
* Add --export=WC to export the working copy into export-dir.Guido Günther2009-02-23
| | | | Closes: #509138
* export sha1, branch and tagname into the commit hooks environmentGuido Günther2009-02-19
| | | | this makes it possible to push out that specific tag only.
* add --no-sign-tagsGuido Günther2008-12-28
| | | | Closes: #508889