[Anew commit
This commit is contained in:
parent
ebb9efca0d
commit
e31fbeea1c
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This is a helper script used to do the actual build.
|
|
||||||
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
|
|
||||||
|
|
||||||
|
|
||||||
[ -x ./PepDeb32/pepbld.sh ] && (cd PepDeb32 ; sudo ./pepbld.sh ; cd ../)
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This is a helper script used to do the actual build.
|
|
||||||
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
|
|
||||||
|
|
||||||
|
|
||||||
[ -x ./PepDeb64/pepbld.sh ] && (cd PepDeb64 ; sudo ./pepbld.sh ; cd ../)
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This is a helper script used to do the actual build.
|
|
||||||
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
|
|
||||||
|
|
||||||
|
|
||||||
[ -x ./PepDeb_arm64/pepbld.sh ] && (cd PepDeb_arm64 ; sudo ./pepbld.sh ; cd ../)
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This is a helper script used to do the actual build.
|
|
||||||
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
|
|
||||||
|
|
||||||
|
|
||||||
[ -x ./PepDev32/pepbld.sh ] && (cd PepDev32 ; sudo ./pepbld.sh ; cd ../)
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This is a helper script used to do the actual build.
|
|
||||||
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
|
|
||||||
|
|
||||||
|
|
||||||
[ -x ./PepDev64/pepbld.sh ] && (cd PepDev64 ; sudo ./pepbld.sh ; cd ../)
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# This is a helper script used to do the actual build.
|
|
||||||
# By running this script , as "sudo" you can easily build a new PeppermintOS ISO from our CI|CD pipeline.
|
|
||||||
|
|
||||||
|
|
||||||
[ -x ./PepDev_arm64/pepbld.sh ] && (cd PepDev_arm64 ; sudo ./pepbld.sh ; cd ../)
|
|
||||||
|
|
12
buildall.sh
12
buildall.sh
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
git pull --ff
|
git pull --ff
|
||||||
|
|
||||||
./PepDeb32.sh
|
./PepDeb32/BldHelper-release.sh
|
||||||
./PepDeb64.sh
|
./PepDeb64/BldHelper-release.sh
|
||||||
./PepDeb_arm64.sh
|
./PepDeb_arm64/BldHelper-release.sh
|
||||||
./PepDev32.sh
|
./PepDev32/BldHelper-release.sh
|
||||||
./PepDev64.sh
|
./PepDev64/BldHelper-release.sh
|
||||||
./PepDev_arm64.sh
|
./PepDev_arm64/BldHelper-release.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue