importer: patches-applied tags are not reused correctly
Bug #1763778 reported by
Nish Aravamudan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-ubuntu |
New
|
Undecided
|
Unassigned |
Bug Description
We should check to see by Git tree if an existing patches-applied import exists and reuse it.
Related branches
~nacc/git-ubuntu:lp1731554-importer-rework-v2
Ready for review
for merging
into
git-ubuntu:master
- Server Team CI bot: Needs Fixing (continuous-integration)
- git-ubuntu developers: Pending requested
-
Diff: 4178 lines (+2634/-771)9 files modifieddoc/SPECIFICATION.importer (+72/-0)
gitubuntu/dsc.py (+38/-0)
gitubuntu/git_repository.py (+23/-11)
gitubuntu/importer.py (+519/-586)
gitubuntu/importer_test.py (+1803/-43)
gitubuntu/importerutils.py (+50/-0)
gitubuntu/importlocal.py (+0/-2)
gitubuntu/importppa.py (+5/-16)
gitubuntu/source_information.py (+124/-113)
~nacc/git-ubuntu:importer-abstract-out-upload-tags
Ready for review
for merging
into
git-ubuntu:master
- Server Team CI bot: Needs Fixing (continuous-integration)
- Robie Basak: Pending requested
-
Diff: 414 lines (+304/-49)2 files modifiedgitubuntu/importer.py (+183/-49)
gitubuntu/test_importer.py (+121/-0)
~nacc/git-ubuntu:importer-fix-tests
Ready for review
for merging
into
git-ubuntu:master
- Server Team CI bot: Needs Fixing (continuous-integration)
- Andreas Hasenack: Pending requested
- Robie Basak: Pending requested
-
Diff: 1124 lines (+307/-339) (has conflicts)3 files modifiedgitubuntu/git_repository.py (+0/-6)
gitubuntu/importer.py (+181/-292)
gitubuntu/test_importer.py (+126/-41)