From 91b17788ffa70695c0e9f2d30abde660a7dc0e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Thu, 11 Jul 2024 23:04:48 +0200 Subject: [PATCH] Fix and re-enable bootstrap.patch --- assets/patches.txt | 1 + patches/bootstrap.patch | 16 +--------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/assets/patches.txt b/assets/patches.txt index 259d530..1723a21 100644 --- a/assets/patches.txt +++ b/assets/patches.txt @@ -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 diff --git a/patches/bootstrap.patch b/patches/bootstrap.patch index c8af222..a0e03ba 100644 --- a/patches/bootstrap.patch +++ b/patches/bootstrap.patch @@ -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