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:
parent
fa6c41c644
commit
1a30dc2706
2 changed files with 3 additions and 2 deletions
|
@ -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 = ""
|
||||
|
||||
|
|
2
release
2
release
|
@ -1 +1 @@
|
|||
3
|
||||
4
|
||||
|
|
Loading…
Reference in a new issue