Message ID | 20211124051522.625222-1-alex.hung@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | auto-packager:mkpackage.sh: add jammy | expand |
On 11/24/21 1:15 PM, Alex Hung wrote: > 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 18a8e8f2..c673c2fd 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" > +RELEASES="bionic focal hirsute 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 18a8e8f2..c673c2fd 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" +RELEASES="bionic focal hirsute impish jammy" REPO=git://kernel.ubuntu.com/hwe/fwts.git RELEASE_TAR_URL=http://fwts.ubuntu.com/release FWTS=fwts
Signed-off-by: Alex Hung <alex.hung@canonical.com> --- auto-packager/mkpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)