aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
Commit message (Expand)AuthorAge
* copy_from: remove, not used anymoreGuido Günther2012-02-20
* PristineTar: move to separate moduleGuido Günther2012-01-22
* command_wrappers.Command: Don't print several error linesGuido Günther2011-10-26
* Replace GitTag by GitRepository.create_tag()Guido Günther2011-10-26
* Replace GitFetch by GitRepository.fetch()Guido Günther2011-10-23
* Replace GitMerge by GitRepository.merge()Guido Günther2011-10-23
* Replace GitClone by GitRepository.clone()Guido Günther2011-10-23
* Replace GitBranch by GitRepository.create_branch()Guido Günther2011-10-23
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
* Make create_repo a @classmethodGuido Günther2011-10-22
* Add cwd option to gbp.command_wrappers.CommandGuido Günther2011-10-21
* Fix pristine-tar error messageGuido Günther2011-08-23
* Leave compression type detection to tar by defaultGuido Günther2011-08-09
* Add copyright headers to all non autogenerated filesGuido Günther2011-07-29
* Fix some epydoc warningsGuido Günther2011-07-29
* git-import-orig: support filters for all input formatsGuido Günther2011-07-25
* Support importing zip archivesGuido Günther2011-07-25
* command_wrappers: Add create tar archiveChow Loong Jin2011-03-18
* command_wrappers,git: remove unused Git functionsGuido Günther2011-03-18
* git-import-dscs: Ignore debsnap download errorsGuido Günther2011-01-18
* Use logging functionsGuido Günther2010-12-29
* Add logging functionsGuido Günther2010-11-16
* Add extra_env to GitTagGuido Günther2010-07-04
* Fix commentsGuido Günther2009-12-24
* add GitFetchGuido Günther2009-10-24
* make GitBranch remote branch awareGuido Günther2009-09-05
* add GitCloneGuido Günther2009-09-05
* add doctest for Command.call()Guido Günther2009-08-23
* add doctest for Command.__call__()Guido Günther2009-08-23
* run doctests with noseGuido Günther2009-08-22
* add filter-pristine-tarMehdi Dogguy2009-06-13
* add commit argument for GitTagGuido Günther2009-05-02
* restore default signal handlers before subprocess.callGuido Günther2009-04-24
* rename GitInitDB to GitInitGuido Günther2008-11-22
* command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó2008-06-24
* add call() doesn't mangle return codes nor uses stderrGuido Guenther2008-05-17
* fix "pristine-tar missing" error messageGuido Guenther2008-04-14
* Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó2008-04-14
* Add support for passing extra env. vars to Command objects.Adeodato Simó2008-04-14
* add _test()Guido Guenther2008-04-14
* git-core 1.5.3.4 doesn't support -q so use --quiet insteadGuido Guenther2008-03-19
* make error messages more consistentGuido Guenther2008-02-29
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
* Allow multiple file filters for git-import-{orig,dsc}Harald Braumann2008-02-23
* add PristineTar()Guido Guenther2008-02-21
* don't use the deprecated git-* command versionsGuido Günther2008-02-14
* wrap Command class to execute in a specific directoryGuido Guenther2007-11-19
* don't print a commit summary when importing into empty repos (addresses parts...Guido Guenther2007-11-05
* rmeove unneeded GitLoadDirsGuido Guenther2007-11-04
* pyline and other consistency updatesGuido Guenther2007-10-18