aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
Commit message (Expand)AuthorAge
* command_wrappers: Simplify RunAtCommandGuido Günther2017-01-12
* Quote arguments passed to builderGuido Günther2017-01-11
* commands: allow to fall back to error reason if stderr is emptyGuido Günther2016-11-04
* Command: redirect stdout/stderr to sys.stdout/stderrMarkus Lehtonen2016-09-12
* command_wrappers: flake8 cleanGuido Günther2016-09-12
* pep8/pyflakes cleanupsGuido Günther2016-09-12
* Fix simple spelling errors in comments and stringsOtto Kekäläinen2016-07-03
* common/buildpackage: support for different archive formatsMarkus Lehtonen2015-12-02
* call debchange instead of dchEvgeni Golov2015-06-30
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* doctest: Use C locale when parsing command outputGuido Günther2015-06-12
* Command: strip newlines from stdout/err in error msgMarkus Lehtonen2015-04-01
* Add string vs. binary encoding/decodingGuido Günther2015-03-27
* command_wrapper: Make error reporting more flexibleGuido Günther2015-03-27
* Command: simplify __call__ and callGuido Günther2015-03-27
* Command: allow to capture stdout tooGuido Günther2015-03-27
* Improve error reporting on failed commandsGuido Günther2014-05-22
* Silence dpkg --compare-versionsGuido Günther2013-04-29
* Use Popen.communicate instead of subprocess callGuido Günther2013-04-29
* Revert "Use Popen.communicate instead of subprocess call"Guido Günther2013-04-29
* Use Popen.communicate instead of subprocess callGuido Günther2013-04-29
* command_wrappers: allow to silence __call__Guido Günther2013-04-27
* command_wrappers: suppress some pylint warningsMarkus Lehtonen2012-11-23
* gbp.command_wrappers: Reformat to 80 chars line lengthGuido Günther2012-08-02
* Make exception syntax consistentGuido Günther2012-07-02
* 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