[Merge] ~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu:server-minimal-common-proposed into ~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu:lunar

Utkarsh Gupta mp+437542 at code.launchpad.net
Mon Feb 20 13:21:40 UTC 2023


Woooooooot, I got it to work.

TL;DR: there seems to be a bug when seed_dist is used with a different branch other than the regular %(dist)s one, so instead of manipulating the seed_dist, I manipulated the seed_base everything works now.

$ git diff update.cfg:
--- a/update.cfg
+++ b/update.cfg
@@ -16,5 +16,5 @@ archive_base/s390x: %(archive_base/ports)s
 components: main restricted
 
 [lunar/vcs]
-seed_base: https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/
+seed_base: https://git.launchpad.net/~utkarsh/ubuntu-seeds/+git/
 seed_dist: ubuntu.%(dist)s
 

$ ./update
$ git status

	modified:   debian/changelog
	modified:   desktop-minimal-recommends-armhf
	modified:   desktop-raspi-recommends-armhf
	modified:   desktop-recommends-armhf
	modified:   update.cfg

$ git diff debian/changelog 
diff --git a/debian/changelog b/debian/changelog
index ca3a1cd..b1368a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ubuntu-meta (1.499) UNRELEASED; urgency=medium
+
+  * Refreshed dependencies
+  * Removed fwupd-signed from desktop-minimal-recommends [armhf],
+    desktop-raspi-recommends [armhf], desktop-recommends [armhf]
+
+ -- Utkarsh Gupta <utkarsh at ltemp.lxd>  Mon, 20 Feb 2023 13:04:06 +0000
+
 ubuntu-meta (1.498) lunar; urgency=medium
 
   * Update to lunar

So, nothing pertaining to server-minimal* changed, so my changes here looks good, indeed! \o/
-- 
https://code.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu/+merge/437542
Your team Ubuntu Core Development Team is subscribed to branch ~ubuntu-core-dev/ubuntu-seeds/+git/ubuntu:lunar.




More information about the Ubuntu-reviews mailing list