This commit is contained in:
Bert van der Weerd 2021-09-30 00:20:14 +02:00
parent 2424b0c7f2
commit c039ae197e
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
3 changed files with 16 additions and 18 deletions

View file

@ -3,7 +3,6 @@ all :
make -C buildenv
make -C fetched-image
make -C built-image
make -C librewolf
clean :

View file

@ -1,16 +0,0 @@
from librewolf/fetched-image
# dependencies
run apt-get install -y git
workdir /
run git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
workdir windows
run ln -s /firefox-$(cat /version)
run ls -l
run pwd
run ls -l /
run python3 build.py --version $(cat /version) fetch
run python3 build.py lw_do_patches
run python3 build.py build
run python3 build.py lw_post_build
run python3 build.py package

View file

@ -1,2 +1,17 @@
from librewolf/built-image
from librewolf/fetched-image
# dependencies
run apt-get install -y git
workdir /
run git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
workdir windows
run ln -s /firefox-$(cat /version)
run ls -l
run pwd
run ls -l /
run python3 build.py --version $(cat /version) fetch
run python3 build.py lw_do_patches
run python3 build.py build
run python3 build.py lw_post_build
run python3 build.py package
run python3 build.py lw_artifacts