0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

removed firefox-view.patch, which caused ui bug #1636

This commit is contained in:
Bert van der Weerd 2023-10-28 03:58:23 +02:00
parent 7ce7879f23
commit 59c108246e
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
3 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,14 @@
name: Test
on: [push]
jobs:
push:
runs-on: debian
steps:
- run: apt-get update && apt-get -y upgrade
- run: apt-get -y install git make
- run: #git clone <source>
- run: #git clone <bsys6>
- run: #cd source && make all
- run: #cd bsyz6 && ./bsys6 bootstrap && ./bssys6 pacakge # x86_64-linux
- run: #copy the .bz2 to somewhere to test..

View file

@ -17,7 +17,6 @@ patches/remove_addons.patch
patches/sed-patches/allow-searchengines-non-esr.patch patches/sed-patches/allow-searchengines-non-esr.patch
patches/sed-patches/disable-pocket.patch patches/sed-patches/disable-pocket.patch
patches/sed-patches/stop-undesired-requests.patch patches/sed-patches/stop-undesired-requests.patch
patches/ui-patches/firefox-view.patch
patches/ui-patches/handlers.patch patches/ui-patches/handlers.patch
patches/ui-patches/hide-default-browser.patch patches/ui-patches/hide-default-browser.patch
patches/ui-patches/lw-logo-devtools.patch patches/ui-patches/lw-logo-devtools.patch

View file

@ -1 +1 @@
4 5