Updated the make file for buildbot runs

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-10 22:37:09 +09:00
parent cf888161d4
commit 751282c147
1 changed files with 40 additions and 18 deletions

View File

@ -12,27 +12,49 @@
PY_PATH = ~/bubbles/python_modules PY_PATH = ~/bubbles/python_modules
dev64: ## 64 bit ISOs
python3 ${PY_PATH}/dev_64.py
deb64: dev64xfce:
python3 ${PY_PATH}/deb_64.py 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: ## 32 bit ISOs
python3 ${PY_PATH}/deb_32.py deb32xfce:
python3 ${PY_PATH}/build_iso.py set e-xfce b-deb32
debarm: dev32xfce:
python3 ${PY_PATH}/deb_arm.py python3 ${PY_PATH}/build_iso.py set e-xfce b-dev32
deb32gfb:
dev32: python3 ${PY_PATH}/build_iso.py set e-gnomefb b-deb32
python3 ${PY_PATH}/dev_32.py dev32gfb:
python3 ${PY_PATH}/build_iso.py set e-gnomefb b-dev32
devarm: deb32opb:
python3 ${PY_PATH}/dev_arm.py python3 ${PY_PATH}/build_iso.py set e-openbox b-deb32
dev32opb:
nightly: python3 ${PY_PATH}/build_iso.py set e-openbox b-dev32
python3 ${PY_PATH}/nightly.py
## 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: release:
python3 ${PY_PATH}/release.py python3 ${PY_PATH}/release.py