lp://staging/~ursinha/ubuntu-cdimage/add-manifest-changelog-libs
- Get this branch:
- bzr branch lp://staging/~ursinha/ubuntu-cdimage/add-manifest-changelog-libs
Branch merges
- Steve Langasek: Needs Resubmitting
-
Diff: 1242 lines (+1123/-58)7 files modifiedbin/diff-manifest (+5/-58)
bin/image-changelog (+49/-0)
lib/cdimage/changelog.py (+160/-0)
lib/cdimage/manifest.py (+318/-0)
lib/cdimage/tests/helpers.py (+14/-0)
lib/cdimage/tests/test_changelog.py (+193/-0)
lib/cdimage/tests/test_manifest.py (+384/-0)
Branch information
Recent revisions
- 1344. By Ursula Junque
-
lib/cdimage/
manifest. py: making it clear what are binary versions and source
versions; also adding some docs to the methods - 1343. By Ursula Junque
-
lib/cdimage/
tests/test_ manifest. py: testing whenever the old source version
doesn't exist in the current package changelog, which may happen due to a
debian sync for example - 1342. By Ursula Junque
-
lib/cdimage/
manifest. py: sometimes the changelogs are manually (?) changed and versions are removed from it, added a check to return only the newest changelog block in case that happens - 1341. By Ursula Junque
-
lib/cdimage/
manifest. py: printing all the changed packages in the changed packages session, regardless they have a changelog or not - 1340. By Ursula Junque
-
bin/image-
changelog: calling manifest. parse_file; lib/cdimage/ manifest. py:
adding text to differentiate packages with changelogs (found in
changelogs.ubuntu. com) from the others - 1338. By Ursula Junque
-
lib/cdimage/
manifest. py: using correct function to return the changes in the
changelog - 1337. By Ursula Junque
-
Fixing pyflakes errors; closing the file when I extract the manifest content.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu-cdimage