Phasing doesn't work (all packages treated as 'main')
Bug #1734905 reported by
Robie Basak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-ubuntu |
Fix Released
|
Undecided
|
Nish Aravamudan |
Bug Description
AFAICT, should_
Related branches
~nacc/git-ubuntu:script-add-options
- Nish Aravamudan: Approve
- Server Team CI bot: Approve (continuous-integration)
-
Diff: 221 lines (+57/-5)5 files modifiedbin/import-source-packages.py (+1/-0)
bin/source-package-walker.py (+14/-2)
gitubuntu/scriptutils.py (+10/-2)
gitubuntu/scriptutils_test.py (+31/-0)
snap/wrappers/git-ubuntu-self-test (+1/-1)
~nacc/git-ubuntu:lp1734905-script-fixes
- Server Team CI bot: Approve (continuous-integration)
- Robie Basak: Approve
-
Diff: 400 lines (+167/-100)3 files modifiedbin/import-source-packages.py (+15/-20)
bin/source-package-walker.py (+19/-80)
gitubuntu/scriptutils.py (+133/-0)
~nacc/git-ubuntu:lp1734905-script-fixes
Superseded
for merging
into
git-ubuntu:master
- Server Team CI bot: Pending (continuous-integration) requested
- Robie Basak: Pending requested
-
Diff: 1812 lines (+1363/-101)37 files modifiedMANIFEST.in (+1/-0)
bin/import-source-packages.py (+15/-20)
bin/source-package-walker.py (+19/-81)
gitubuntu/apt_repo.py (+259/-0)
gitubuntu/apt_repo_test.py (+210/-0)
gitubuntu/apt_repo_test/README (+24/-0)
gitubuntu/apt_repo_test/attacker-privkey.asc (+105/-0)
gitubuntu/apt_repo_test/attacker-pubkey.asc (+52/-0)
gitubuntu/apt_repo_test/by-hash.badfile/dists/bionic/InRelease (+38/-0)
gitubuntu/apt_repo_test/by-hash.badfile/dists/bionic/main/source/by-hash/SHA256/106acf8f3542252ebbd46ea8ca10719d847208c2067c483a8f4568e70bde41b1 (+1/-0)
gitubuntu/apt_repo_test/detached.attackersig/dists/bionic/Release (+2/-0)
gitubuntu/apt_repo_test/detached.attackersig/dists/bionic/Release.gpg (+16/-0)
gitubuntu/apt_repo_test/detached.badsig/dists/bionic/Release (+2/-0)
gitubuntu/apt_repo_test/detached.badsig/dists/bionic/Release.gpg (+16/-0)
gitubuntu/apt_repo_test/detached.by-hash/dists/bionic/Release (+18/-0)
gitubuntu/apt_repo_test/detached.by-hash/dists/bionic/Release.gpg (+16/-0)
gitubuntu/apt_repo_test/detached.by-hash/dists/bionic/main/source/by-hash/SHA256/106acf8f3542252ebbd46ea8ca10719d847208c2067c483a8f4568e70bde41b1 (+1/-0)
gitubuntu/apt_repo_test/inline.attackersig/dists/bionic/InRelease (+21/-0)
gitubuntu/apt_repo_test/inline.badsig/dists/bionic/InRelease (+21/-0)
gitubuntu/apt_repo_test/inline.by-hash/dists/bionic/InRelease (+38/-0)
gitubuntu/apt_repo_test/inline.by-hash/dists/bionic/main/source/by-hash/SHA256/106acf8f3542252ebbd46ea8ca10719d847208c2067c483a8f4568e70bde41b1 (+1/-0)
gitubuntu/apt_repo_test/inline.injection/dists/bionic/InRelease (+37/-0)
gitubuntu/apt_repo_test/inline.no-hash/dists/bionic/InRelease (+37/-0)
gitubuntu/apt_repo_test/inline.no-hash/dists/bionic/main/source/Sources (+1/-0)
gitubuntu/apt_repo_test/no-hash.badfile/dists/bionic/Release (+13/-0)
gitubuntu/apt_repo_test/no-hash.badfile/dists/bionic/Release.gpg (+16/-0)
gitubuntu/apt_repo_test/no-hash.badfile/dists/bionic/main/source/Sources (+1/-0)
gitubuntu/apt_repo_test/nosig.bare/dists/bionic/Release (+1/-0)
gitubuntu/apt_repo_test/nosig.detached-empty/dists/bionic/Release (+1/-0)
gitubuntu/apt_repo_test/nosig.detached-empty/dists/bionic/Release.gpg (+0/-0)
gitubuntu/apt_repo_test/nosig.inline/dists/bionic/InRelease (+1/-0)
gitubuntu/apt_repo_test/nothing/README (+4/-0)
gitubuntu/apt_repo_test/privkey.asc (+105/-0)
gitubuntu/apt_repo_test/pubkey.asc (+51/-0)
gitubuntu/scriptutils.py (+131/-0)
gitubuntu/scriptutils_test.py (+29/-0)
snap/snapcraft.yaml (+59/-0)
~nacc/git-ubuntu:lp1734905-script-fixes
Superseded
for merging
into
git-ubuntu:master
- Server Team CI bot: Needs Fixing (continuous-integration)
- Robie Basak: Needs Fixing
-
Diff: 1189 lines (+719/-300)8 files modifiedbin/import-source-packages.py (+17/-22)
bin/source-package-walker.py (+20/-83)
bin/update-repository-alias.py (+1/-2)
dev/null (+0/-192)
gitubuntu/scriptutils.py (+496/-0)
gitubuntu/scriptutils_test.py (+155/-0)
snap/snapcraft.yaml (+23/-0)
tox.ini (+7/-1)
~nacc/git-ubuntu:lp1734905-script-fixes
Superseded
for merging
into
git-ubuntu:master
- Robie Basak: Pending requested
-
Diff: 927 lines (+533/-140)6 files modifiedscripts/import-source-packages.py (+20/-25)
scripts/scriptutils.py (+322/-14)
scripts/scriptutils_test.py (+155/-0)
scripts/source-package-walker.py (+20/-85)
scripts/update-repository-alias.py (+15/-15)
tox.ini (+1/-1)
~nacc/git-ubuntu:bug-fixes-3
On hold
for merging
into
git-ubuntu:master
- Robie Basak: Needs Fixing
- Server Team CI bot: Approve (continuous-integration)
- Christian Ehrhardt : Pending requested
- Andreas Hasenack: Pending requested
- git-ubuntu developers: Pending requested
-
Diff: 1849 lines (+783/-376)15 files modifiedbin/git-ubuntu (+6/-1)
gitubuntu/build.py (+209/-134)
gitubuntu/dsc.py (+37/-11)
gitubuntu/exportorig.py (+2/-4)
gitubuntu/git_repository.py (+155/-48)
gitubuntu/importer.py (+56/-29)
gitubuntu/lint.py (+7/-5)
gitubuntu/merge.py (+1/-1)
gitubuntu/run.py (+15/-0)
gitubuntu/versioning.py (+35/-0)
scripts/import-source-packages.py (+20/-25)
scripts/scriptutils.py (+202/-13)
scripts/source-package-walker.py (+20/-85)
scripts/update-repository-alias.py (+15/-15)
snap/snapcraft.yaml (+3/-5)
Changed in usd-importer: | |
milestone: | none → lp-beta |
Changed in usd-importer: | |
status: | New → In Progress |
assignee: | nobody → Nish Aravamudan (nacc) |
Changed in usd-importer: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Possible example: jimtcl is being imported even though it's not in the whitelist, main phasing is 1%, universe phasing is 0%, and jimtcl is in universe in all supported series.