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

Fix and re-enable bootstrap.patch

This commit is contained in:
Malte Jürgens 2024-07-11 23:04:48 +02:00
parent 60d449528a
commit 91b17788ff
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
2 changed files with 2 additions and 15 deletions

View file

@ -1,5 +1,6 @@
patches/allow-JXL-in-non-nightly-browser.patch
patches/allow-ubo-private-mode.patch
patches/bootstrap.patch
patches/context-menu.patch
patches/custom-ubo-assets-bootstrap-location.patch
patches/dbus_name.patch

View file

@ -1,20 +1,6 @@
diff --git a/python/mozversioncontrol/mozversioncontrol/__init__.py b/python/mozversioncontrol/mozversioncontrol/__init__.py
--- a/python/mozversioncontrol/mozversioncontrol/__init__.py
+++ b/python/mozversioncontrol/mozversioncontrol/__init__.py
@@ -959,10 +959,10 @@ class SrcRepository(Repository):
pass
def get_changed_files(self, diff_filter="ADM", mode="unstaged", rev=None):
- pass
+ return []
def get_outgoing_files(self, diff_filter="ADM", upstream=None):
- pass
+ return []
def add_remove_files(self, *paths: Union[str, Path]):
pass
@@ -993,9 +993,11 @@ class SrcRepository(Repository):
@@ -1019,9 +1019,11 @@ class SrcRepository(Repository):
"""
res = []
# move away the .git or .hg folder from path to more easily test in a hg/git repo