build_jobs: drop old hack for 1010 branch

Not applicable to these scripts which do not build branches other than
their own. Plus the 1010 branch is dead now anyway.
This commit is contained in:
Michael Marineau 2016-10-27 14:28:12 -07:00
parent b0a114c4db
commit a5c0973c24
3 changed files with 0 additions and 15 deletions

View File

@ -48,11 +48,6 @@ script() {
source .repo/manifests/version.txt
export COREOS_BUILD_ID
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
echo "SKIPPING ARM"
exit 0
fi
# figure out if ccache is doing us any good in this scheme
enter ccache --zero-stats

View File

@ -49,11 +49,6 @@ script() {
source .repo/manifests/version.txt
export COREOS_BUILD_ID
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
echo "SKIPPING ARM"
exit 0
fi
# Set up GPG for signing images
export GNUPGHOME="${PWD}/.gnupg"
rm -rf "${GNUPGHOME}"

View File

@ -67,11 +67,6 @@ enter() {
source .repo/manifests/version.txt
export COREOS_BUILD_ID
if [[ "${COREOS_VERSION}" == 1010.* && "${BOARD}" == arm64-usr ]]; then
echo "SKIPPING ARM"
exit 0
fi
# Set up GPG for signing images
export GNUPGHOME="${PWD}/.gnupg"
rm -rf "${GNUPGHOME}"