summaryrefslogtreecommitdiffhomepage
path: root/tests/24_test_gbp_import_orig.py
Commit message (Collapse)AuthorAge
* import_orig: drop debian/ again in --merge-mode=replaceGuido Günther2017-11-16
| | | | | | | Another fallout of the Python3 conversion Closes: #881750 Thanks: Víctor Cuadrado Juan for providing a nice reproducer
* ipmort_orig: pick best way to import upstream tarball automaticallyGuido Günther2017-04-12
| | | | | | | Add new value --merge-mode=auto that selects either 'replace' or 'merge' depending on the source format version. Closes: #700411
* TestImportOrigGitRepository: test higher level invocationsGuido Günther2017-04-04
| | | | | | and add missing test for rrr_merge Git-Dch: Ignore
* import-orig: Handle download errors properlyGuido Günther2016-12-26
| | | | | This introduces tests that reach out to the network. These are disabled by default.
* 24_test_gbp_import_orig: flake8 cleanGuido Günther2016-09-12
|
* import_orig: Recover from import errorsGuido Günther2016-06-28
by winding back branches and tags to their pre-error states Closes: #828838