Just one comment (inline). Otherwise, go ahead and open a PR at
https://github.com/clearlinux/autospec
-Patrick
On 2020-03-30 at 17:32:44 +0100, Ross Burton wrote:
github.com/GNOME is a mirror of the canonical git
repositories, which are at
gitlab.gnome.org.
---
autospec/tarball.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autospec/tarball.py b/autospec/tarball.py
index e8c8506..3149e8b 100644
--- a/autospec/tarball.py
+++ b/autospec/tarball.py
@@ -369,7 +369,7 @@ def name_and_version(name_arg, version_arg, filemanager, config):
# construct github giturl from gnome projects
Please update this comment (or remove it).
if not giturl and "download.gnome.org"
in url:
- giturl = "https://github.com/GNOME/{}.git".format(name)
+ giturl = "https://gitlab.gnome.org/GNOME/{}.git".format(name)
if "mirrors.kernel.org" in url:
m = re.search(r".*/sourceware/(.*?)/releases/(.*?).tgz", url)
--
2.26.0
_______________________________________________
Dev mailing list --
dev(a)lists.clearlinux.org
To unsubscribe send an email to
dev-leave(a)lists.clearlinux.org