diff mbox

[1/2] auto-packager: change the git location

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

Commit Message

Keng-Yu Lin Dec. 9, 2011, 4:17 a.m. UTC
Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
---
 auto-packager/mkpackage.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Alex Hung Jan. 3, 2012, 10:11 a.m. UTC | #1
Hi,

Ack from me.

Cheers,
Alex Hung

On 12/09/2011 12:17 PM, 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 d91b3df..d6b553d 100755
> --- a/auto-packager/mkpackage.sh
> +++ b/auto-packager/mkpackage.sh
> @@ -24,7 +24,7 @@
>   # files, build source package ready for upload.
>   #
>   RELEASES="lucid maverick natty oneiric"
> -REPO=git://kernel.ubuntu.com/cking/fwts
> +REPO=git://kernel.ubuntu.com/hwe/fwts.git
>   FWTS=fwts
>
>   #
Colin Ian King Feb. 9, 2012, 9:22 a.m. UTC | #2
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 d91b3df..d6b553d 100755
> --- a/auto-packager/mkpackage.sh
> +++ b/auto-packager/mkpackage.sh
> @@ -24,7 +24,7 @@
>   # files, build source package ready for upload.
>   #
>   RELEASES="lucid maverick natty oneiric"
> -REPO=git://kernel.ubuntu.com/cking/fwts
> +REPO=git://kernel.ubuntu.com/hwe/fwts.git
>   FWTS=fwts
>
>   #

Acked-by: Colin King <colin.king@canonical.com>
diff mbox

Patch

diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index d91b3df..d6b553d 100755
--- a/auto-packager/mkpackage.sh
+++ b/auto-packager/mkpackage.sh
@@ -24,7 +24,7 @@ 
 # files, build source package ready for upload.
 #
 RELEASES="lucid maverick natty oneiric"
-REPO=git://kernel.ubuntu.com/cking/fwts
+REPO=git://kernel.ubuntu.com/hwe/fwts.git
 FWTS=fwts
 
 #