Message ID | 20220103221516.567487-1-alex.hung@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | auto-packager: mkpackage.sh: remove hirsute | expand |
On 1/4/22 6:15 AM, Alex Hung wrote: > Ubuntu 21.04 reaches EOL on January, 2022. > > 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 c673c2fd..b61e4d22 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 hirsute impish jammy" > +RELEASES="bionic focal impish jammy" > 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 --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index c673c2fd..b61e4d22 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 hirsute impish jammy" +RELEASES="bionic focal impish jammy" REPO=git://kernel.ubuntu.com/hwe/fwts.git RELEASE_TAR_URL=http://fwts.ubuntu.com/release FWTS=fwts
Ubuntu 21.04 reaches EOL on January, 2022. Signed-off-by: Alex Hung <alex.hung@canonical.com> --- auto-packager/mkpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)