Updated the make file for buildbot runs
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
cf888161d4
commit
751282c147
58
Makefile
58
Makefile
|
@ -12,27 +12,49 @@
|
|||
|
||||
PY_PATH = ~/bubbles/python_modules
|
||||
|
||||
dev64:
|
||||
python3 ${PY_PATH}/dev_64.py
|
||||
## 64 bit ISOs
|
||||
|
||||
deb64:
|
||||
python3 ${PY_PATH}/deb_64.py
|
||||
dev64xfce:
|
||||
python3 ${PY_PATH}/build_iso.py set e-xfce b-dev64
|
||||
deb64xfce:
|
||||
python3 ${PY_PATH}/build_iso.py set e-xfce b-deb64
|
||||
deb64gfb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-deb64
|
||||
dev64gfb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-dev64
|
||||
deb64opb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-deb64
|
||||
dev64opb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-dev64
|
||||
|
||||
deb32:
|
||||
python3 ${PY_PATH}/deb_32.py
|
||||
|
||||
debarm:
|
||||
python3 ${PY_PATH}/deb_arm.py
|
||||
|
||||
dev32:
|
||||
python3 ${PY_PATH}/dev_32.py
|
||||
|
||||
devarm:
|
||||
python3 ${PY_PATH}/dev_arm.py
|
||||
|
||||
nightly:
|
||||
python3 ${PY_PATH}/nightly.py
|
||||
## 32 bit ISOs
|
||||
deb32xfce:
|
||||
python3 ${PY_PATH}/build_iso.py set e-xfce b-deb32
|
||||
dev32xfce:
|
||||
python3 ${PY_PATH}/build_iso.py set e-xfce b-dev32
|
||||
deb32gfb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-deb32
|
||||
dev32gfb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-dev32
|
||||
deb32opb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-deb32
|
||||
dev32opb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-dev32
|
||||
|
||||
## arm ISOs
|
||||
debarmxfce:
|
||||
python3 ${PY_PATH}/build_iso.py set e-xfce b-debarm
|
||||
devarmxfce:
|
||||
python3 ${PY_PATH}/build_iso.py set e-xfce b-devarm
|
||||
debarmgfb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-debarm
|
||||
devarmgfb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-devarm
|
||||
debarmopb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-debarm
|
||||
devarmopb:
|
||||
python3 ${PY_PATH}/build_iso.py set e-openbox b-devarm
|
||||
|
||||
release:
|
||||
python3 ${PY_PATH}/release.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue