0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

hopefully the latest try for this patch

This commit is contained in:
Bert van der Weerd 2023-10-27 13:47:07 +02:00
parent fa6c41c644
commit 1a30dc2706
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 3 additions and 2 deletions

View file

@ -39,7 +39,8 @@
# put the kinds into a graph and sort topologically so that kinds are loaded
--- a/third_party/python/taskcluster_taskgraph/taskgraph/parameters.py
+++ b/third_party/python/taskcluster_taskgraph/taskgraph/parameters.py
@@ -87,46 +87,77 @@ def _get_defaults(repo_root=None):
@@ -78,49 +78,79 @@
# Use fake values if no repo is detected.
repo = Mock(branch="", head_rev="", tool="git")
repo.get_url.return_value = ""

View file

@ -1 +1 @@
3
4