| Submitter | Keng-Yu Lin |
|---|---|
| Date | Dec. 17, 2012, 8:08 a.m. |
| Message ID | <1355731684-3750-2-git-send-email-kengyu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/206795/ |
| State | Accepted |
| Headers | show |
Comments
On 17/12/12 08:08, 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 8ad9ae9..bb4015c 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" > +RELEASES="lucid natty oneiric precise quantal raring" > REPO=git://kernel.ubuntu.com/hwe/fwts.git > RELEASE_TAR_URL=http://fwts.ubuntu.com/release > FWTS=fwts >
On 12/17/2012 04:08 PM, 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 8ad9ae9..bb4015c 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" > +RELEASES="lucid natty oneiric 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>
Patch
diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index 8ad9ae9..bb4015c 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" +RELEASES="lucid natty oneiric precise quantal raring" REPO=git://kernel.ubuntu.com/hwe/fwts.git RELEASE_TAR_URL=http://fwts.ubuntu.com/release FWTS=fwts
Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> --- auto-packager/mkpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)