Message ID | 20210519091759.11941-1-ivan.hu@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | auto-packager:mkpackage.sh: add impish | expand |
On 2021-05-19 3:17 a.m., Ivan Hu wrote: > Signed-off-by: Ivan Hu <ivan.hu@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 a49f1efe..8c439472 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" > +RELEASES="xenial 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: Alex Hung <alex.hung@canonical.com>
On 19/05/2021 10:17, Ivan Hu wrote: > Signed-off-by: Ivan Hu <ivan.hu@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 a49f1efe..8c439472 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" > +RELEASES="xenial bionic focal groovy hirsute impish" > REPO=git://kernel.ubuntu.com/hwe/fwts.git > RELEASE_TAR_URL=http://fwts.ubuntu.com/release > FWTS=fwts > Thanks Ivan. Acked-by: Colin Ian King <colin.king@canonical.com>
diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index a49f1efe..8c439472 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" +RELEASES="xenial bionic focal groovy hirsute impish" REPO=git://kernel.ubuntu.com/hwe/fwts.git RELEASE_TAR_URL=http://fwts.ubuntu.com/release FWTS=fwts
Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- auto-packager/mkpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)