diff mbox

auto-packager: mkpackage.sh: remove Natty and Oneiric

Message ID 1369074902-26540-1-git-send-email-kengyu@canonical.com
State Accepted
Headers show

Commit Message

Keng-Yu Lin May 20, 2013, 6:35 p.m. UTC
Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
---
 auto-packager/mkpackage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King May 20, 2013, 8 p.m. UTC | #1
On 20/05/13 19:35, Keng-Yu Lin wrote:
> Signed-off-by: Keng-Yu Lin <kengyu@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 3fc55f2..81cadeb 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="lucid natty oneiric precise quantal raring"
> +RELEASES="lucid precise quantal raring"
>  REPO=git://kernel.ubuntu.com/hwe/fwts.git
>  RELEASE_TAR_URL=http://fwts.ubuntu.com/release
>  FWTS=fwts
> 
Yes, good idea to get rid of these old releases.

Acked-by: Colin Ian King <colin.king@canonical.com>
Colin Ian King May 20, 2013, 8:01 p.m. UTC | #2
On 20/05/13 19:35, Keng-Yu Lin wrote:
> Signed-off-by: Keng-Yu Lin <kengyu@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 3fc55f2..81cadeb 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="lucid natty oneiric precise quantal raring"
> +RELEASES="lucid precise quantal raring"
>  REPO=git://kernel.ubuntu.com/hwe/fwts.git
>  RELEASE_TAR_URL=http://fwts.ubuntu.com/release
>  FWTS=fwts
> 

perhaps we also need saucy too.

Colin
Alex Hung May 20, 2013, 11:46 p.m. UTC | #3
On 05/21/2013 02:35 AM, Keng-Yu Lin wrote:
> Signed-off-by: Keng-Yu Lin <kengyu@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 3fc55f2..81cadeb 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="lucid natty oneiric precise quantal raring"
> +RELEASES="lucid precise quantal raring"
>   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>
diff mbox

Patch

diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index 3fc55f2..81cadeb 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="lucid natty oneiric precise quantal raring"
+RELEASES="lucid precise quantal raring"
 REPO=git://kernel.ubuntu.com/hwe/fwts.git
 RELEASE_TAR_URL=http://fwts.ubuntu.com/release
 FWTS=fwts