mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
Fix bootstrap patch
This commit is contained in:
parent
3c61a7f27e
commit
5983780e08
1 changed files with 11 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue