aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/command_wrappers.py
Commit message (Expand)AuthorAge
* 8bit GuidoGuido Günther2018-02-26
* command_wrappers: drop long unused Dch()Guido Günther2017-11-27
* command_wrapper: quote error stringsGuido Günther2017-11-09
* command_wrappers: simplify error stringsGuido Günther2017-11-09
* command_wrappers: report proper exception on bad process argumentsGuido Günther2017-10-26
* command_wrappers: Work around slightly changed exception outputGuido Günther2017-10-13
* command_wrappers: fix path lookupsGuido Günther2017-09-19
* command_wrappers: allow to look up executables in $PATHGuido Günther2017-08-30
* Python3: Fix doctest exception namesGuido Günther2017-08-02
* command_wrappers: make it more explicit that we wrap stdout, stderrGuido Günther2017-08-02
* command_wrappers: port to Python3Guido Günther2017-08-02
* 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