aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/pristine_tar.py
Commit message (Collapse)AuthorAge
* Handle KeyboardInterrupt in pristine_tar, push, rpm_ch and tagGuido Günther2017-12-25
| | | | | to avoid python exceptions on the console. The other commands handle it already.
* pristine-tar: print upstream version number on importGuido Günther2017-12-10
| | | | Printing the debian version might be confusing
* Spell pristine_tar consistentlyGuido Günther2017-08-23
|
* pristine-tar: properly separate additional tarball by spacesGuido Günther2017-08-10
|
* pristine_tar: catch GitRepositoryError as wellGuido Günther2017-06-28
| | | | so we get a proper error message when pristine-tar is not installed.
* New command 'pristine-tar'Guido Günther2017-06-26
This allows one to run the pristine-tar import at a later point. This is useful when using component tarballs and we need to reference the right trees for the commits. The command can later be extended to allow for "export" as well to recreate the tarballs without having to invoke "gbp buildpackage".