aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts
Commit message (Collapse)AuthorAge
* gbp-create-remote-repo: move option parsing to separate functionGuido Günther2012-03-21
| | | | Git-Dch: Ignore
* gbp create-remote-repo: allow to pass template directoryGuido Günther2012-03-21
| | | | to git init so it's possible to set up remote hooks.
* gbp-create-remote-repo: Cleanup raise statementsGuido Günther2012-03-21
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: test generated configGuido Günther2012-03-19
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: improve remote script readabilityGuido Günther2012-03-19
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: make command and script generation testableGuido Günther2012-03-19
|
* gbp-create-remote-repo: allow to use local file transport tooGuido Günther2012-03-19
|
* gbp-create-remote-repo: don't expect a terminalGuido Günther2012-03-18
| | | | so you can do 'echo y | gbp-create-remote-repo'
* gbp-create-remote-repo: Use DebianGitRepositoryGuido Günther2012-03-18
| | | | Closes: #664283
* Parse author and comitter from changelog for native package tooGuido Günther2012-03-15
| | | | Closes: #662993
* git-import-dscs: allow to ignore gbp.conf files stored in the repositoryGuido Günther2012-03-08
| | | | Closes: #660898
* import_dsc: Create debian branch for native packages tooGuido Günther2012-03-08
| | | | Closes: #663001
* gbp-pq: refactor args of write_patch()Markus Lehtonen2012-02-20
| | | | | | | Allows defining the formerly hardcoded patch_dir. This makes write_patch() re-usable in the upcoming RPM-tools. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Merge tag 'debian/0.6.0_git20120218' into experimentalGuido Günther2012-02-18
|\ | | | | | | Debian release 0.6.0~git20120218
| * gbp-pq: Properly print patch nameGuido Günther2012-02-18
| | | | | | | | when guessing authorship information
* | Rename GbpOptionParserCommon common to GbpOptionParserGuido Günther2012-02-13
| |
* | Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
|/ | | | | | | | | | | Split GbpOptionParser in to a common base class and a Debian specific subclass, as a preparation for upcoming RPM support. This allows having different default values (and help texts) for common options between different package types, and, clearer separation of package type specific options. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* gbp-pull: Use a DebianGitRepositoryGuido Günther2012-02-10
| | | | Closes: #59290
* import_orig: Properly detect .tgz and other abbreviated file extensionsGuido Günther2012-02-07
| | | | Closes: #658777
* import_orig: clarify function descriptionGuido Günther2012-02-07
|
* UpstreamSource: turn is_* vars and properties into methodsGuido Günther2012-02-07
| | | | | since this is more consistent with the other is_* methods in other classes.
* gbp-pq: don't crash in get_maintainer_from_control()Markus Lehtonen2012-01-23
| | | | even if debian/control is missing.
* buildpackage: Add pristine-tar-commit optionGuido Günther2012-01-22
| | | | | | This option allows to auto commit a generated tarball to the pristine-tar branch to simplify building non-dfsg clean packages and to make it easier to track uptream git.
* PristineTar: move to separate moduleGuido Günther2012-01-22
| | | | | and make it accessible from GitRepository to group checkout/checkin/lookup.
* Don't assume gzip compression of the orig tarballGuido Günther2012-01-18
|
* Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen2012-01-17
| | | | | Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning.
* deb: minor refactor of parameters of has_orig()Markus Lehtonen2012-01-15
|
* deb: minor refactor of parameters of symlink_orig()Markus Lehtonen2012-01-15
|
* buildpackage: Allow to pass pbuilder optionsGuido Günther2012-01-11
| | | | via commandline or gbp.conf
* Allow to specify the upstream tree via --upstream-treeGuido Günther2012-01-10
| | | | without the indirection to --upstream-branch.
* import_dsc: remove debian dir from upstream sourceGuido Günther2011-12-29
| | | | | | | after importing it. This gives as the orig tarball on upstream but the debian branch looks the same as with dpkg-source -x. Closes: #653472
* dch: Honor epoch when guessing new upstream versionGuido Günther2011-12-28
| | | | | Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase
* dch: Split guessing of upstream version into separate functionGuido Günther2011-12-28
|
* GitRepository: Add num option to git_commitsGuido Günther2011-12-27
| | | | | to limit number of returned commits and fix path option to also accept a list of paths instead of a string.
* dch: Indentation and docstring cleanupsGuido Günther2011-12-27
|
* dch: Add doctests for snapshot_versionGuido Günther2011-12-27
|
* dch: fix epydoc parametersGuido Günther2011-12-26
|
* gbp-pq: add "switch" actionGuido Günther2011-12-26
| | | | to quickly switch between patch-queue and base branch.
* Rename gbp.pq to gbp.patch_seriesGuido Günther2011-12-26
| | | | since that's what it currently handles.
* pq.Patch: move support for parsing patch headers into Patch classGuido Günther2011-12-26
| | | | and add tests.
* pq: rename PatchQueue to PatchSeriesGuido Günther2011-12-26
| | | | since this models a quilt patch series
* Add --[no-]-pbuilder-autoconfGuido Günther2011-12-26
| | | | to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
* scripts/pq: handle patches without filename extensionGuido Günther2011-12-18
| | | | | Don't fail if patches don't have a proper patch header and filename extensions (like in the heimdal package)
* scripts/pq: Move patch name handling to separate functionGuido Günther2011-12-18
| | | | and add tests
* pq: add --force option to fore recreation of pq branchGuido Günther2011-12-16
| | | | so one doesn't have to drop the old one first.
* Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther2011-12-16
|
* Parse the changelog of the exported tree instead of the working copyGuido Günther2011-11-30
| | | | | | | | when using --export. This reduces the number of options needed when using an export dir since the correct tarball is now being created without additional options. Closes: #564791
* buildpackage.py: move changelog fetching into functionGuido Günther2011-11-28
|
* Add ChangeLog classGuido Günther2011-11-28
| | | | making it easier to query versions. Add tests.
* Fix typosGuido Günther2011-11-23
|