summaryrefslogtreecommitdiff
path: root/gbp/scripts
AgeCommit message (Collapse)Author
2012-01-23gbp-pq: don't crash in get_maintainer_from_control()Markus Lehtonen
even if debian/control is missing.
2012-01-22buildpackage: Add pristine-tar-commit optionGuido Günther
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.
2012-01-22PristineTar: move to separate moduleGuido Günther
and make it accessible from GitRepository to group checkout/checkin/lookup.
2012-01-18Don't assume gzip compression of the orig tarballGuido Günther
2012-01-17Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen
Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning.
2012-01-15deb: minor refactor of parameters of has_orig()Markus Lehtonen
2012-01-15deb: minor refactor of parameters of symlink_orig()Markus Lehtonen
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
via commandline or gbp.conf
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
without the indirection to --upstream-branch.
2011-12-29import_dsc: remove debian dir from upstream sourceGuido Günther
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
2011-12-28dch: Honor epoch when guessing new upstream versionGuido Günther
Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase
2011-12-28dch: Split guessing of upstream version into separate functionGuido Günther
2011-12-27GitRepository: Add num option to git_commitsGuido Günther
to limit number of returned commits and fix path option to also accept a list of paths instead of a string.
2011-12-27dch: Indentation and docstring cleanupsGuido Günther
2011-12-27dch: Add doctests for snapshot_versionGuido Günther
2011-12-26dch: fix epydoc parametersGuido Günther
2011-12-26gbp-pq: add "switch" actionGuido Günther
to quickly switch between patch-queue and base branch.
2011-12-26Rename gbp.pq to gbp.patch_seriesGuido Günther
since that's what it currently handles.
2011-12-26pq.Patch: move support for parsing patch headers into Patch classGuido Günther
and add tests.
2011-12-26pq: rename PatchQueue to PatchSeriesGuido Günther
since this models a quilt patch series
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther
to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
2011-12-18scripts/pq: handle patches without filename extensionGuido Günther
Don't fail if patches don't have a proper patch header and filename extensions (like in the heimdal package)
2011-12-18scripts/pq: Move patch name handling to separate functionGuido Günther
and add tests
2011-12-16pq: add --force option to fore recreation of pq branchGuido Günther
so one doesn't have to drop the old one first.
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther
2011-11-30Parse the changelog of the exported tree instead of the working copyGuido Günther
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
2011-11-28buildpackage.py: move changelog fetching into functionGuido Günther
2011-11-28Add ChangeLog classGuido Günther
making it easier to query versions. Add tests.
2011-11-23Fix typosGuido Günther
2011-11-22buildpackage: group functions needed for export-dir handlingGuido Günther
2011-11-22buildpackage: move export of source tree into separate functionGuido Günther
2011-11-22Support postexport hooksGuido Günther
Heavily based on a patch by Jan Čapek Closes: #640982
2011-11-22buildpackage: move tarball preparation into separate functionGuido Günther
2011-11-21gbp-pq: Instead of looking for the signature don't let git generate itGuido Günther
Thanks: Robert Luberda
2011-11-06gbp-pull: massive speedup by just updating the refGuido Günther
to the remote's SHA1 instead of checking out the branch and doing a fast-forward merge.
2011-11-04gbp-pq: don't claim we're uptodateGuido Günther
if 'rebase' is invoked from the pq branch.
2011-11-01Use import_dsc as a moduleGuido Günther
No need to spawn an external command here.
2011-11-01Get rid of the symlinkGuido Günther
by moving the commands to gbp/scripts/