summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Collapse)Author
2011-10-23GitRepository: rename commits to get_commitsGuido Günther
Git-Dch: Ignore
2011-10-23git: Docstring updatesGuido Günther
2011-10-22GitRepository.__init__: improve error messageGuido Günther
Git-Dch: Ignore
2011-10-22GitRepository: remove now superfluous check_pathGuido Günther
2011-10-22Use GitRepository._git_command instead of GitCommandGuido Günther
so we execute commands in the repository by default
2011-10-22Execute GitRepository._get_output default at self.path by defaultGuido Günther
Git-Dch: Ignore
2011-10-22Add GitRepository.remove_filesGuido Günther
to mark files for removal Git-Dch: Ignore
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther
Git-Dch: Ignore
2011-10-22Execute GitRepository.__git_inout and self.pathGuido Günther
Git-Dch: Ignore
2011-10-22Make create_repo a @classmethodGuido Günther
and GitInit superfluous Git-Dch: Ignore
2011-10-21Add _git_command that executes a command at the repo's pathGuido Günther
making explicit path checking superfluous. Git-Dch: Ignore
2011-10-21Add cwd option to gbp.command_wrappers.CommandGuido Günther
2011-10-16Make sure self.config['filter'] is a listGuido Günther
The python2.7 OptionParser chokes otherwise.
2011-10-16Move guess_upstream_version into UpstreamSourceGuido Günther
2011-10-16Use known_compressions in guess_upstream_version tooGuido Günther
Closes: #645477
2011-09-27gbp-pq: don't fail on missing series fileGuido Günther
but create an empty branch instead
2011-08-26Add docstringGuido Günther
Git-Dch: Ignore
2011-08-23Fix pristine-tar error messageGuido Günther
2011-08-09Ignore comments and empty lines in series filesGuido Günther
Closes; #637224
2011-08-09Leave compression type detection to tar by defaultGuido Günther
2011-08-09Add known_compressions() to UpstreamSourceGuido Günther
so we can use it for the DscFile parsing. This fixes the import of xz compressed upstream tarballs.
2011-07-30doc: epydoc updatesGuido Günther
Git-Dch: Ignore
2011-07-30gbp-pq: add --time-mache=N optionGuido Günther
to find the last commit the patch-queue applies to.
2011-07-30Don't return commits in a different order than git-logGuido Günther
Git-Dch: Ignore
2011-07-30gbp.git.GitRepository: Add first_parent option to commits()Guido Günther
Git-Dch: Ignore
2011-07-30Epydoc indentationGuido Günther
Git-Dch: Ignore
2011-07-30Robustify gbp.git.commits()Guido Günther
Git-Dch: Ignore
2011-07-29Add copyright headers to all non autogenerated filesGuido Günther
Git-Dch: Ignore
2011-07-29Move GbpPatchQueue and GbpPatch into gbp.pqGuido Günther
2011-07-29Fix some epydoc warningsGuido Günther
Git-Dch: Ignore
2011-07-29Add strip option to GitRepository.applyGuido Günther
2011-07-27Be less picky about empty filtersGuido Günther
Closes: #635641
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther
2011-07-25Strip trailing '/' from the unpack pathGuido Günther
so the dirname/basename split works reliably Git-Dch: Ignore
2011-07-25git-import-orig: support filters for all input formatsGuido Günther
Closes: #628645
2011-07-25Support importing zip archivesGuido Günther
This can now be easily extended to support other formats
2011-07-24git-import-orig: Better support uscan of non tar.gz tarballsGuido Günther
Closes: #629538
2011-07-24Use target element of newer uscanGuido Günther
and move uscan parsing into a separate function. 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-07-06gbp-create-remote-repo: switch to git.debian.orgGuido Günther
Thanks: Ritesh Raj Sarraf Closes: #632897
2011-05-20Add support for qemubuilderGuido Günther
Closes: #601298
2011-04-17git-dch: improve formatting of commit subjectGuido Günther
by taking into account idlength and the prefix added by git-dch itself.
2011-04-17config: minor option parsing cleanupGuido Günther
Git-Dch: Ignore
2011-04-17tests: add doctests for gbp.deb.orig_file()Guido Günther
2011-04-11Disable submodule processing by default.Guido Günther
2011-04-10gbp: Handle whitespace in submodule namesGuido Günther
Closes: #622103
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther
2011-04-09Merge branch 'master' into experimentalGuido Günther
2011-04-06Revert "gbp: restrict splitting output of ls-tree to 3, since filenames ↵Guido Günther
might contain spaces" This reverts commit 8f14b0ace5934c27261f388820f5c3c587c97fba.
2011-04-06Make submodule support conditionalGuido Günther