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

removed first non-reproducible part

This commit is contained in:
Bert van der Weerd 2022-01-19 13:22:07 +01:00
parent 5ca67704ed
commit f77123356f
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -119,19 +119,6 @@ def librewolf_patches():
exec('mkdir -p lw') exec('mkdir -p lw')
# insert the settings pane source (experimental)
exec('rm -rf librewolf-pref-pane')
exec('git clone https://gitlab.com/librewolf-community/browser/librewolf-pref-pane.git')
os.chdir('librewolf-pref-pane')
exec('git diff 1fee314adc81000294fc0cf3196a758e4b64dace > ../lw/librewolf-pref-pane.patch')
os.chdir('..')
exec('rm -rf librewolf-pref-pane')
patch('lw/librewolf-pref-pane.patch')
exec('rm -f lw/librewolf-pref-pane.patch')
##! This is the moment in time we grab the Settings repo HEAD revision ##! This is the moment in time we grab the Settings repo HEAD revision
exec('git clone https://gitlab.com/librewolf-community/settings.git') exec('git clone https://gitlab.com/librewolf-community/settings.git')
exec("cp -v settings/defaults/pref/local-settings.js lw/") exec("cp -v settings/defaults/pref/local-settings.js lw/")
@ -139,7 +126,7 @@ def librewolf_patches():
exec("cp -v settings/librewolf.cfg lw/") exec("cp -v settings/librewolf.cfg lw/")
exec('rm -rf settings') exec('rm -rf settings')
# provide a script that fetches and bootstraps Nightly # provide a script that fetches and bootstraps Nightly and some mozconfigs
exec('cp -v ../scripts/mozfetch.sh lw') exec('cp -v ../scripts/mozfetch.sh lw')
exec('cp -v ../assets/mozconfig.new ../assets/mozconfig.new.without-wasi ../scripts/setup-wasi-linux.sh lw') exec('cp -v ../assets/mozconfig.new ../assets/mozconfig.new.without-wasi ../scripts/setup-wasi-linux.sh lw')