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

added a few comments

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

View file

@ -110,7 +110,8 @@ def librewolf_patches():
for p in patches:
patch(p)
# apply xmas.patch seperately
# apply xmas.patch seperately because not all builders use this repo the same way, and
# we don't want to disturbe those workflows.
patch('../patches/xmas.patch')
#
@ -119,7 +120,7 @@ def librewolf_patches():
exec('mkdir -p lw')
##! This is the moment in time we grab the Settings repo HEAD revision
##! [non-reproducible] This is the moment in time we grab the Settings repo HEAD revision
exec('git clone https://gitlab.com/librewolf-community/settings.git')
exec("cp -v settings/defaults/pref/local-settings.js lw/")
exec("cp -v settings/distribution/policies.json lw/")