fixes
This commit is contained in:
parent
2424b0c7f2
commit
c039ae197e
3 changed files with 16 additions and 18 deletions
|
|
@ -3,7 +3,6 @@ all :
|
|||
|
||||
make -C buildenv
|
||||
make -C fetched-image
|
||||
make -C built-image
|
||||
make -C librewolf
|
||||
|
||||
clean :
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue