From 5983780e08416b5a2c50bcbceba4d2f4c1dcd934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Tue, 29 Nov 2022 23:19:13 +0100 Subject: [PATCH] Fix bootstrap patch --- patches/bootstrap-without-vcs.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/patches/bootstrap-without-vcs.patch b/patches/bootstrap-without-vcs.patch index d213d70..9f661ab 100644 --- a/patches/bootstrap-without-vcs.patch +++ b/patches/bootstrap-without-vcs.patch @@ -123,3 +123,14 @@ index 016578b..7525139 100644 def find_hg_revision_push_info(repository, revision): +--- a/third_party/python/mozilla_repo_urls/mozilla_repo_urls/parser.py ++++ b/third_party/python/mozilla_repo_urls/mozilla_repo_urls/parser.py +@@ -9,7 +9,7 @@ for i, platform in enumerate(ADDITIONAL_PLATFORMS): + giturlparse.platforms.PLATFORMS.insert(i, platform) + + +-_SUPPORTED_PLAFORMS = ("hgmo", "github") ++_SUPPORTED_PLAFORMS = ("hgmo", "github", "gitlab") + + + def parse(url_string):