diff mbox series

auto-packager: mkpackage.sh: remove xenial

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

Commit Message

Alex Hung June 17, 2021, 8:33 p.m. UTC
Ubuntu 16.04 reaches EOL on April 2021

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 auto-packager/mkpackage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King June 18, 2021, 11:15 a.m. UTC | #1
On 17/06/2021 21:33, Alex Hung wrote:
> Ubuntu 16.04 reaches EOL on April 2021
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  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 8c439472..0ca9ead8 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="xenial bionic focal groovy hirsute impish"
> +RELEASES="bionic focal groovy 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>
Ivan Hu June 21, 2021, 3:05 a.m. UTC | #2
On 6/18/21 4:33 AM, Alex Hung wrote:
> Ubuntu 16.04 reaches EOL on April 2021
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  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 8c439472..0ca9ead8 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="xenial bionic focal groovy hirsute impish"
> +RELEASES="bionic focal groovy 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>
diff mbox series

Patch

diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index 8c439472..0ca9ead8 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="xenial bionic focal groovy hirsute impish"
+RELEASES="bionic focal groovy hirsute impish"
 REPO=git://kernel.ubuntu.com/hwe/fwts.git
 RELEASE_TAR_URL=http://fwts.ubuntu.com/release
 FWTS=fwts