summaryrefslogtreecommitdiff
path: root/git-buildpackage
AgeCommit message (Collapse)Author
2011-07-25Drop unused funciton argumentGuido Günther
spotted by pychecker Git-Dch: Ignore
2011-07-23git-buildpackage: Add upstream-tree optionRicardo Salveti de Araujo
to specify where the upstream tarball should be created from. The default is to create the upstream tarball from the exact tag and fail otherwise. To create the upstream tarball from the tip of the upstream branch use 'branch'. Based on a patch by Ricardo Salveti de Araujo
2011-05-21Make qemubuilder really a boolean optionGuido Günther
Closes: #627541 Thanks: Gregor Herrmann <gregoa@debian.org> for tracking this down
2011-05-20Add support for qemubuilderGuido Günther
Closes: #601298
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther
2011-04-09Detect compression from orig tarballLoïc Minier
2011-04-09Pass tarball_dir to guess_comp_type()Loïc Minier
Git-Dch: Ignore
2011-04-09Update guess_comp_type to take a cp as paramLoïc Minier
Git-Dch: Ignore
2011-04-06Make submodule support conditionalGuido Günther
2011-04-06git-buildpackage: Call gbp.update_submodulesGuido Günther
before exporting a tarball or creating a separate build tree. We invoke git-submodule with --no-fetch to not break offline operation.
2011-03-21git-buildpackage: drop calls to git.update_submodules()Guido Günther
since this breaks offline operation. Git-Dch: Ignore
2011-03-21git-buildpackage; don't ignore errors returned by dump_tree()Guido Günther
Git-Dch: Ignore
2011-03-21git-buildpackage: special case non-submodule tarfile generationGuido Günther
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.
2011-03-19git-buildpackage: typoGuido Günther
Git-Dch: Ignore
2011-03-18git-buildpackage: submodule support for git_archiveGuido Günther
Heavily based on work by Sean Finney and Chow Loong Jin Closes: #588752
2011-03-18git-buildpackage: submodule support for dump_treeGuido Günther
Heavily based on work by Sean Finney and Chow Loong Jin
2011-02-09Split out command line parsingGuido Günther
to honor pycheckers sensible request for smaller functions. Git-Dch: Ignore
2011-01-22git-buildpackage: print the "Looking for tarball..." message at debug levelGuido Günther
There's no need to print two messages in the default logging level.
2011-01-15git-buildpackage: fix fallback to auto detection for unknown compression typesGuido Günther
2011-01-14Use the latest commit instead of the earliest oneGuido Günther
when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2011-01-08Use tristate option for --color=valueGuido Günther
this allows true and false as alias for on and off.
2010-12-28pychecker warning cleanupsGuido Günther
(mostly unused variables and imports)
2010-12-17Favor ARCH environment variable over dpkg's architectureGuido Günther
based on a patch by Jacob Helwig. Closes: #607318
2010-11-16Add logging functionsGuido Günther
This allows us to color and prefix the output. Closes: #544332
2010-11-02Expand environment variables and '~' in gbp.conf pathsBenoît Knecht
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
2010-09-29Fall back to source only changes fileGuido Günther
if the architecture one doesn't exist. Closes: #593598
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman
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.
2010-09-14Improve compression format detectionGuido Günther
by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212
2010-09-02Add --git-arch optionGuido Günther
2010-08-12Silence compression type detectionGuido Günther
Git-Dch: Ignore
2010-08-12Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther
2010-08-04We don't only support .gz tarballsGuido Günther
2010-07-06Add prebuild hookJonathan Nieder
Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
2010-06-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-06-19Add option --git-force-create to force tarball creationChristian Kastner
Closes: #519297
2010-06-19Add 'ignore-branch' optionGuido Günther
This disables the 'current branch' == 'debian-branch' check.
2009-12-24Allow to set compression typeGuido Günther
Closes: #554520
2009-12-17Make sure we drop the generated custom index fileGuido Günther
Closes: #561454
2009-10-24add --git-retagGuido Günther
Closes: #521329
2009-09-15catch config file parse errorsGuido Günther
Closes: #545690
2009-08-23drop superfluous _utils from module namesGuido Günther
2009-07-29check for correct overlay usageGuido Günther
2009-07-29add --git-overlay optionأحمد المحمودي
Closes: #411206
2009-04-05pass GBP_BUILD_DIR to the build commandGuido Günther
this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly.
2009-04-04add postbuild hookGuido Günther
can be used to e.g. run lintian. Closes: #521358
2009-02-26add --git-no-ignore-newGuido Günther
2009-02-26add --no-pristine-tarGuido Günther
Closes: #517024
2009-02-26simplify boolean option handlingGuido Günther
2009-02-26make --export a config file optionGuido Günther