diff mbox series

auto-packager: mkpackage.sh: remove groovy

Message ID 20210707035512.1474102-1-alex.hung@canonical.com
State Accepted
Headers show
Series auto-packager: mkpackage.sh: remove groovy | expand

Commit Message

Alex Hung July 7, 2021, 3:55 a.m. UTC
Ubuntu 20.10 reaches EOL on July 2021
---
 auto-packager/mkpackage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu July 12, 2021, 2:51 a.m. UTC | #1
On 7/7/21 11:55 AM, Alex Hung wrote:
> Ubuntu 20.10 reaches EOL on July 2021
> ---
>  auto-packager/mkpackage.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
> index 0ca9ead8..18a8e8f2 100755
> --- a/auto-packager/mkpackage.sh
> +++ b/auto-packager/mkpackage.sh
> @@ -23,7 +23,7 @@
>  # Get fwts sources, strip out .git directory, add in necessary debian packaging
>  # files, build source package ready for upload.
>  #
> -RELEASES="bionic focal groovy hirsute impish"
> +RELEASES="bionic focal hirsute impish"
>  REPO=git://kernel.ubuntu.com/hwe/fwts.git
>  RELEASE_TAR_URL=http://fwts.ubuntu.com/release
>  FWTS=fwts
> 


Acked-by: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King July 13, 2021, 5:46 p.m. UTC | #2
On 07/07/2021 04:55, Alex Hung wrote:
> Ubuntu 20.10 reaches EOL on July 2021
> ---
>  auto-packager/mkpackage.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
> index 0ca9ead8..18a8e8f2 100755
> --- a/auto-packager/mkpackage.sh
> +++ b/auto-packager/mkpackage.sh
> @@ -23,7 +23,7 @@
>  # Get fwts sources, strip out .git directory, add in necessary debian packaging
>  # files, build source package ready for upload.
>  #
> -RELEASES="bionic focal groovy hirsute impish"
> +RELEASES="bionic focal hirsute impish"
>  REPO=git://kernel.ubuntu.com/hwe/fwts.git
>  RELEASE_TAR_URL=http://fwts.ubuntu.com/release
>  FWTS=fwts
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index 0ca9ead8..18a8e8f2 100755
--- a/auto-packager/mkpackage.sh
+++ b/auto-packager/mkpackage.sh
@@ -23,7 +23,7 @@ 
 # Get fwts sources, strip out .git directory, add in necessary debian packaging
 # files, build source package ready for upload.
 #
-RELEASES="bionic focal groovy hirsute impish"
+RELEASES="bionic focal hirsute impish"
 REPO=git://kernel.ubuntu.com/hwe/fwts.git
 RELEASE_TAR_URL=http://fwts.ubuntu.com/release
 FWTS=fwts