summaryrefslogtreecommitdiff
path: root/gbp/command_wrappers.py
AgeCommit message (Expand)AuthorFilesLines
2014-11-14UpstreamSource.pack: support prefix manglingMarkus Lehtonen1-3/+10
2014-11-14common/buildpackage: support for different archive formatsMarkus Lehtonen1-0/+10
2014-05-22Improve error reporting on failed commandsGuido Günther1-6/+4
2013-04-29Silence dpkg --compare-versionsGuido Günther1-1/+2
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther1-8/+25
2013-04-29Revert "Use Popen.communicate instead of subprocess call"Guido Günther1-7/+0
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther1-0/+7
2013-04-27command_wrappers: allow to silence __call__Guido Günther1-5/+5
2012-11-23command_wrappers: suppress some pylint warningsMarkus Lehtonen1-9/+9
2012-08-02gbp.command_wrappers: Reformat to 80 chars line lengthGuido Günther1-11/+23
2012-07-02Make exception syntax consistentGuido Günther1-2/+2
2012-02-20copy_from: remove, not used anymoreGuido Günther1-24/+0
2012-01-22PristineTar: move to separate moduleGuido Günther1-18/+0
2011-10-26command_wrappers.Command: Don't print several error linesGuido Günther1-5/+5
2011-10-26Replace GitTag by GitRepository.create_tag()Guido Günther1-23/+0
2011-10-23Replace GitFetch by GitRepository.fetch()Guido Günther1-10/+0
2011-10-23Replace GitMerge by GitRepository.merge()Guido Günther1-9/+0
2011-10-23Replace GitClone by GitRepository.clone()Guido Günther1-8/+0
2011-10-23Replace GitBranch by GitRepository.create_branch()Guido Günther1-13/+0
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther1-8/+0
2011-10-22Make create_repo a @classmethodGuido Günther1-8/+0
2011-10-21Add cwd option to gbp.command_wrappers.CommandGuido Günther1-2/+5
2011-08-23Fix pristine-tar error messageGuido Günther1-2/+2
2011-08-09Leave compression type detection to tar by defaultGuido Günther1-12/+8
2011-07-29Add copyright headers to all non autogenerated filesGuido Günther1-0/+13
2011-07-29Fix some epydoc warningsGuido Günther1-1/+3
2011-07-25git-import-orig: support filters for all input formatsGuido Günther1-5/+6
2011-07-25Support importing zip archivesGuido Günther1-0/+10
2011-03-18command_wrappers: Add create tar archiveChow Loong Jin1-0/+10
2011-03-18command_wrappers,git: remove unused Git functionsGuido Günther1-43/+7
2011-01-18git-import-dscs: Ignore debsnap download errorsGuido Günther1-0/+2
2010-12-29Use logging functionsGuido Günther1-9/+8
2010-11-16Add logging functionsGuido Günther1-4/+2
2010-07-04Add extra_env to GitTagGuido Günther1-2/+2
2009-12-24Fix commentsGuido Günther1-2/+2
2009-10-24add GitFetchGuido Günther1-0/+10
2009-09-05make GitBranch remote branch awareGuido Günther1-2/+5
2009-09-05add GitCloneGuido Günther1-0/+7
2009-08-23add doctest for Command.call()Guido Günther1-2/+9
2009-08-23add doctest for Command.__call__()Guido Günther1-4/+11
2009-08-22run doctests with noseGuido Günther1-8/+0
2009-06-13add filter-pristine-tarMehdi Dogguy1-0/+13
2009-05-02add commit argument for GitTagGuido Günther1-2/+5
2009-04-24restore default signal handlers before subprocess.callGuido Günther1-1/+6
2008-11-22rename GitInitDB to GitInitGuido Günther1-3/+3
2008-06-24command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó1-0/+8
2008-05-17add call() doesn't mangle return codes nor uses stderrGuido Guenther1-8/+29
2008-04-14fix "pristine-tar missing" error messageGuido Guenther1-1/+1
2008-04-14Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó1-4/+4
2008-04-14Add support for passing extra env. vars to Command objects.Adeodato Simó1-2/+8