[PATCH] auto-packager: update the fwts git repo
Ivan Hu
ivan.hu at canonical.com
Fri Nov 17 07:47:39 UTC 2023
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
auto-packager/mkpackage.sh | 2 +-
auto-packager/mktar.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
#
--
2.34.1
More information about the fwts-devel
mailing list