curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00843
Re: [Merge] ~paride/curtin:20.1-29-g81144052-0ubuntu1 into curtin:ubuntu/devel
Review: Approve
LGTM!
(crispyboi) curtin % git fetch upstream
X11 forwarding request failed on channel 0
remote: Enumerating objects: 110, done.
remote: Counting objects: 100% (110/110), done.
remote: Compressing objects: 100% (76/76), done.
remote: Total 76 (delta 62), reused 0 (delta 0)
Unpacking objects: 100% (76/76), 14.69 KiB | 214.00 KiB/s, done.
>From git+ssh://git.launchpad.net/curtin
1304d3ea..81144052 master -> upstream/master
(crispyboi) curtin % git bn
ubuntu/devel
(crispyboi) curtin % git reset --hard upstream/ubuntu/devel
HEAD is now at 34894cc7 releasing curtin version 20.1-0ubuntu1
(crispyboi) curtin % pushd ~/work/git/uss-tableflip/
~/work/git/uss-tableflip ~/work/git/curtin/release/curtin
(crispyboi) uss-tableflip % git bn
master
(crispyboi) uss-tableflip % git pull
X11 forwarding request failed on channel 0
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 21 (delta 14), reused 17 (delta 14), pack-reused 0
Unpacking objects: 100% (21/21), 3.44 KiB | 251.00 KiB/s, done.
>From github.com:CanonicalLtd/uss-tableflip
c0641f9c..575fd654 master -> origin/master
Updating c0641f9c..575fd654
Fast-forward
scripts/cla-query | 9 +++------
scripts/log2dch | 10 +++++++++-
scripts/lp-attach-file | 2 +-
scripts/sru-changelog-format | 69 +++++++++++++++++++++++++++++++++++----------------------------------
4 files changed, 48 insertions(+), 42 deletions(-)
(crispyboi) uss-tableflip % popd
~/work/git/curtin/release/curtin
(crispyboi) curtin % ~/work/git/uss-tableflip/scripts/new-upstream-snapshot
updating remote upstream for default commitish upstream/master.
X11 forwarding request failed on channel 0
diff --git a/debian/changelog b/debian/changelog
index e1a75e18..ba612827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,47 @@
+curtin (20.1-29-g81144052-0ubuntu1) UNRELEASED; urgency=medium
+
+ * New upstream snapshot.
+ - vmtest: Fix multiple issues with vmtest on master
+ - Refactor uefi_remove_duplicates into find/remove functions for reuse
+ - distro: run apt-get clean after dist-upgrade, install, upgrade
+ - curthooks: UEFI remove dupes: don't remove BootCurrent, config option
+ (LP: #1894217)
+ - Pin the dependency on pyrsistent [Paride Legovini]
+ - restore default of grub.update_nvram to True in install_grub
+ [Michael Hudson-Doyle]
+ - block: disk_to_byid_path handle missing /dev/disk/by-id directory
+ (LP: #1876258)
+ - UEFI: Handle missing BootCurrent entry when reordering UEFI entries
+ (LP: #1789650)
+ - dasd: fix off-by-one device_id devno range check [Paride Legovini]
+ - curthooks: uefi_find_grub_device_ids handle type:mount without path
+ (LP: #1892242)
+ - netplan openvswitch yaml changed (LP: #1891608)
+ - tools/curtainer: do not wait for snapd.seeded.service
+ - tools/curtainer: enable using ubuntu-minimal images
+ - vmtests: add Groovy [Paride Legovini]
+ - Drop the Eoan vmtests (EOL) [Paride Legovini]
+ - tools: rename remove-vmtest-release to vmtest-remove-release
+ - Snooze the tests failing because of LP: #1861941 for two more months
+ [Paride Legovini]
+ - LP: #1671951 is Fix Released => Drop the PPA [Paride Legovini]
+ - swaps: handle swapfiles on btrfs (LP: #1884161)
+ - curtainer: fail is masking of zfs-mount or zfs-share fails
+ [Paride Legovini]
+ - multipath: handle multipath nvme name fields correctly (LP: #1878041)
+ - curtainer: mask the zfs-mount and zfs-share services [Paride Legovini]
+ - tools/jenkins-runner: shuffle test-cases to randomize load
+ [Paride Legovini]
+ - Add Trusty/UEFI/HWE-X vmtest, drop realpath add, drop shell code
+ - LP: #1881977 - Install realpath on Trusty UEFI. [Lee Trager]
+ - vmtests: fix PreservePartitionWipeVg storage config
+ - Fix mdraid name creates broken configuration
+ [James Falcon] (LP: #1803933)
+ - vmtests: update skiptests
+ - vmtest: allow installed centos images to reboot (LP: #1881011)
+
+ -- Ryan Harper <rharper@xxxxxxxxxxx> Mon, 14 Sep 2020 10:58:09 -0500
+
curtin (20.1-0ubuntu1) groovy; urgency=medium
* New upstream release.
Commit this change? (Y/n): y
[ubuntu/devel ca6d98b8] update changelog (New upstream snapshot 20.1-29-g81144052).
1 file changed, 44 insertions(+)
wrote new-upstream-changes.txt for curtin version 20.1-29-g81144052-0ubuntu1.
release with:
sed -i -e "1s/UNRELEASED/groovy/" debian/changelog
git commit -m "releasing curtin version 20.1-29-g81144052-0ubuntu1" debian/changelog
git tag ubuntu/20.1-29-g81144052-0ubuntu1
# optionally push your tag: git push <remote> ubuntu/20.1-29-g81144052-0ubuntu1
(crispyboi) curtin % sed -i -e "1s/UNRELEASED/groovy/" debian/changelog
(crispyboi) curtin % git commit -m "releasing curtin version 20.1-29-g81144052-0ubuntu1" debian/changelog
[ubuntu/devel b0eb1f6d] releasing curtin version 20.1-29-g81144052-0ubuntu1
1 file changed, 1 insertion(+), 1 deletion(-)
(crispyboi) curtin % git tag ubuntu/20.1-29-g81144052-0ubuntu1
(crispyboi) curtin % git remote add paride https://git.launchpad.net/~paride/curtin/+git/curtin
(crispyboi) curtin % git fetch paride
remote: Enumerating objects: 512, done.
remote: Counting objects: 100% (324/324), done.
remote: Compressing objects: 100% (93/93), done.
remote: Total 131 (delta 97), reused 49 (delta 38)
Receiving objects: 100% (131/131), 16.89 KiB | 786.00 KiB/s, done.
Resolving deltas: 100% (97/97), completed with 51 local objects.
>From https://git.launchpad.net/~paride/curtin/+git/curtin
* [new branch] 20.1-29-g81144052-0ubuntu1 -> paride/20.1-29-g81144052-0ubuntu1
* [new branch] arm64test -> paride/arm64test
* [new branch] bash4-compat -> paride/bash4-compat
* [new branch] ci-run-pyflakes -> paride/ci-run-pyflakes
* [new branch] curtainer-mask-zfs-services -> paride/curtainer-mask-zfs-services
* [new branch] drop-ddstreet-systemd-ppd -> paride/drop-ddstreet-systemd-ppd
* [new branch] drop-eoan-vmtests -> paride/drop-eoan-vmtests
* [new branch] enable-arm64 -> paride/enable-arm64
* [new branch] feature/jenkins-runner-shuf -> paride/feature/jenkins-runner-shuf
* [new branch] fix-dasd-device_id-range -> paride/fix-dasd-device_id-range
* [new branch] fix/style -> paride/fix/style
* [new branch] lp1861941-bump-fixby -> paride/lp1861941-bump-fixby
* [new branch] master -> paride/master
* [new branch] pin-flake8 -> paride/pin-flake8
* [new branch] pin-pyrsistent -> paride/pin-pyrsistent
* [new branch] ppc64test -> paride/ppc64test
* [new branch] proxy-disable -> paride/proxy-disable
* [new branch] remove-unused-imports -> paride/remove-unused-imports
* [new branch] remove-vmtest-release+x -> paride/remove-vmtest-release+x
* [new branch] skip-if-arch -> paride/skip-if-arch
* [new branch] target_arch -> paride/target_arch
* [new branch] update-maas-streams-url -> paride/update-maas-streams-url
* [new branch] update-pylint -> paride/update-pylint
* [new branch] vmtest-add-jsonschema-dep -> paride/vmtest-add-jsonschema-dep
* [new branch] vmtest-enable-eoan -> paride/vmtest-enable-eoan
* [new branch] vmtest-images-lockfile -> paride/vmtest-images-lockfile
* [new branch] vmtests-add-groovy -> paride/vmtests-add-groovy
* [new branch] vmtests-ppc64 -> paride/vmtests-ppc64
(crispyboi) curtin % git diff paride/20.1-29-g81144052-0ubuntu1 HEAD
diff --git a/debian/changelog b/debian/changelog
index 265d9398..a9cd16f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,7 +40,7 @@ curtin (20.1-29-g81144052-0ubuntu1) groovy; urgency=medium
- vmtests: update skiptests
- vmtest: allow installed centos images to reboot (LP: #1881011)
- -- Paride Legovini <paride.legovini@xxxxxxxxxxxxx> Mon, 14 Sep 2020 17:53:15 +0200
+ -- Ryan Harper <rharper@xxxxxxxxxxx> Mon, 14 Sep 2020 10:58:09 -0500
curtin (20.1-0ubuntu1) groovy; urgency=medium
--
https://code.launchpad.net/~paride/curtin/+git/curtin/+merge/390692
Your team curtin developers is subscribed to branch curtin:ubuntu/devel.
References