diff mbox series

auto-packager: update the fwts git repo

Message ID 20231117074739.12405-1-ivan.hu@canonical.com
State Accepted
Headers show
Series auto-packager: update the fwts git repo | expand

Commit Message

Ivan Hu Nov. 17, 2023, 7:47 a.m. UTC
Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 auto-packager/mkpackage.sh | 2 +-
 auto-packager/mktar.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh
index 7886b68a..026cd7d8 100755
--- a/auto-packager/mkpackage.sh
+++ b/auto-packager/mkpackage.sh
@@ -24,7 +24,7 @@ 
 # files, build source package ready for upload.
 #
 RELEASES="bionic focal jammy lunar mantic"
-REPO=git://kernel.ubuntu.com/hwe/fwts.git
+REPO=https://github.com/fwts/fwts
 RELEASE_TAR_URL=http://fwts.ubuntu.com/release
 FWTS=fwts
 
diff --git a/auto-packager/mktar.sh b/auto-packager/mktar.sh
index de5b0fa4..af4fbfa7 100755
--- a/auto-packager/mktar.sh
+++ b/auto-packager/mktar.sh
@@ -23,7 +23,7 @@ 
 # Get fwts sources, strip out .git directory, add in necessary debian packaging
 # files, build source package ready for upload.
 #
-REPO=git://kernel.ubuntu.com/hwe/fwts.git
+REPO=https://github.com/fwts/fwts
 FWTS=fwts
 
 #