aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
Commit message (Collapse)AuthorAge
* Get rid of the symlinkGuido Günther2011-11-01
| | | | by moving the commands to gbp/scripts/
* GitRepository: rename base_dir to git_dirGuido Günther2011-10-28
| | | | since that's where it points to.
* GitRepository: Rename remove_tag() to delete_tag()Guido Günther2011-10-26
| | | | to be consistent with delete_branch()
* GitRepository: make branch, path and base_dir read only propertiesGuido Günther2011-10-26
|
* Replace GitTag by GitRepository.create_tag()Guido Günther2011-10-26
|
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
| | | | Git-Dch: Ignore
* Drop unpack_orig and tar_toplevelGuido Günther2011-07-25
|
* Drop unused funciton argumentGuido Günther2011-07-25
| | | | | | spotted by pychecker Git-Dch: Ignore
* git-buildpackage: Add upstream-tree optionRicardo Salveti de Araujo2011-07-23
| | | | | | | | | 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
* Make qemubuilder really a boolean optionGuido Günther2011-05-21
| | | | | Closes: #627541 Thanks: Gregor Herrmann <gregoa@debian.org> for tracking this down
* Add support for qemubuilderGuido Günther2011-05-20
| | | | Closes: #601298
* 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
|