← Back to team overview

xubuntu-dev team mailing list archive

Re: [Merge] ~xubuntu-dev/ubuntu-cdimage:xubuntu-core into ubuntu-cdimage:main

 

Thanks for the feedback! Applied the requested fixes.

Diff comments:

> diff --git a/etc/config b/etc/config
> index 524e7d8..5f67f7a 100644
> --- a/etc/config
> +++ b/etc/config
> @@ -50,6 +50,9 @@ case $DIST in
>      focal)
>          ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu xubuntu ubuntustudio lubuntu ubuntukylin ubuntu-mate ubuntu-budgie}"
>          ;;
> +    jammy)
> +        ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu xubuntu ubuntustudio lubuntu ubuntukylin ubuntu-mate ubuntu-budgie}"
> +        ;;

Removed.

>      *)
>          ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu xubuntu ubuntustudio lubuntu ubuntukylin ubuntu-mate ubuntu-budgie ubuntu-unity}"
>          ;;
> diff --git a/etc/default-arches b/etc/default-arches
> index 5572c9f..7882ed1 100644
> --- a/etc/default-arches
> +++ b/etc/default-arches
> @@ -67,6 +67,7 @@ ubuntustudio		*			focal-			amd64
>  
>  xubuntu			*			trusty-bionic		amd64 i386
>  xubuntu			*			focal-			amd64
> +xubuntu-minimal			*			lunar-			amd64

Removed.

>  
>  *			dvd			trusty-bionic		amd64 i386
>  *			dvd			*			amd64
> diff --git a/etc/qa-products b/etc/qa-products
> index ea32841..0af6b3d 100644
> --- a/etc/qa-products
> +++ b/etc/qa-products
> @@ -119,6 +119,7 @@ Ubuntu Unity Desktop amd64					ubuntu-unity	daily-live			desktop					amd64			iso
>  # Xubuntu
>  Xubuntu Desktop amd64						xubuntu			daily-live			desktop					amd64			iso
>  Xubuntu Desktop i386						xubuntu			daily-live			desktop					i386			iso
> +Xubuntu Minimal amd64						xubuntu/minimal daily-live			desktop					amd64			iso

Makes sense. Switched to the xubuntu project and minimal publish type.

>  
>  # Ubuntu WSL (special case, not built via cdimage)
>  Ubuntu WSL									ubuntu			wsl					desktop					amd64			iso
> diff --git a/lib/cdimage/tests/test_tree.py b/lib/cdimage/tests/test_tree.py
> index c293665..e7103de 100644
> --- a/lib/cdimage/tests/test_tree.py
> +++ b/lib/cdimage/tests/test_tree.py
> @@ -311,7 +311,7 @@ class TestPublisherWebIndices(TestCase):
>               [vanilla, "//cdimage.ubuntu.com/include/lubuntu/style.css"]),
>              ("xubuntu",
>               [assets + "/vanilla-framework-version-1.8.0.min.css",
> -              "//cdimage.ubuntu.com/include/xubuntu/style.css"]),
> +              "//cdimage.ubuntu.com/include/xubuntu/style.css"])

Restored the lost comma.

>          ):
>              self.config["PROJECT"] = project
>              publisher = Publisher(self.tree, "daily")


-- 
https://code.launchpad.net/~xubuntu-dev/ubuntu-cdimage/+git/ubuntu-cdimage/+merge/435316
Your team Xubuntu Developers is subscribed to branch ~xubuntu-dev/ubuntu-cdimage:xubuntu-core.



References