| Submitter | Keng-Yu Lin |
|---|---|
| Date | Dec. 9, 2011, 4:17 a.m. |
| Message ID | <1323404256-10623-2-git-send-email-kengyu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/130279/ |
| State | Accepted |
| Headers | show |
Comments
On 09/12/11 04:17, Keng-Yu Lin wrote: > Signed-off-by: Keng-Yu Lin<kengyu@canonical.com> > --- > auto-packager/mkpackage.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh > index d6b553d..0c89d6d 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 maverick natty oneiric" > +RELEASES="lucid maverick natty oneiric precise" > REPO=git://kernel.ubuntu.com/hwe/fwts.git > FWTS=fwts > Acked-by: Colin King <colin.king@canonical.com>
Patch
diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index d6b553d..0c89d6d 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 maverick natty oneiric" +RELEASES="lucid maverick natty oneiric precise" REPO=git://kernel.ubuntu.com/hwe/fwts.git FWTS=fwts
Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> --- auto-packager/mkpackage.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)