diff mbox series

auto-packager: mkpackage.sh: remove bionic

Message ID 1510838285-15695-1-git-send-email-alex.hung@canonical.com
State Superseded
Headers show
Series auto-packager: mkpackage.sh: remove bionic | expand

Commit Message

Alex Hung Nov. 16, 2017, 1:18 p.m. UTC
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 Nov. 16, 2017, 2:08 p.m. UTC | #1
Don't you mean "add bionic"?

On 16/11/17 13:18, 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 b1d7a9b..378d5a7 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="trusty xenial zesty artful"
> +RELEASES="trusty xenial zesty artful bionic"
>  REPO=git://kernel.ubuntu.com/hwe/fwts.git
>  RELEASE_TAR_URL=http://fwts.ubuntu.com/release
>  FWTS=fwts
>
Alex Hung Nov. 16, 2017, 2:29 p.m. UTC | #2
oops, must be too tired...

On Thu, Nov 16, 2017 at 10:08 PM, Colin Ian King
<colin.king@canonical.com> wrote:
> Don't you mean "add bionic"?
>
> On 16/11/17 13:18, 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 b1d7a9b..378d5a7 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="trusty xenial zesty artful"
>> +RELEASES="trusty xenial zesty artful bionic"
>>  REPO=git://kernel.ubuntu.com/hwe/fwts.git
>>  RELEASE_TAR_URL=http://fwts.ubuntu.com/release
>>  FWTS=fwts
>>
>
>
> --
> fwts-devel mailing list
> fwts-devel@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/fwts-devel
diff mbox series

Patch

diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index b1d7a9b..378d5a7 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="trusty xenial zesty artful"
+RELEASES="trusty xenial zesty artful bionic"
 REPO=git://kernel.ubuntu.com/hwe/fwts.git
 RELEASE_TAR_URL=http://fwts.ubuntu.com/release
 FWTS=fwts