summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-30 21:56:59 -0300
committerRenato Botelho <renato@netgate.com>2016-03-30 21:56:59 -0300
commita2f49238700c0ab70c282673c2b7b70e4aa9bc03 (patch)
tree1963b5fd84dc29f525f62fc35ecda5fbe31b5ae7
parent75e3b3709e8a6af0bffeaf6297ef00b4cc8ee467 (diff)
downloadpfsense-a2f49238700c0ab70c282673c2b7b70e4aa9bc03.zip
pfsense-a2f49238700c0ab70c282673c2b7b70e4aa9bc03.tar.gz
Remove arch from repo path for now, poudriere cannot deal with big names
-rw-r--r--tools/builder_common.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 39ccd3a..abe4379 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1937,10 +1937,8 @@ poudriere_jail_name() {
return 1
fi
- # Poudriere doesn't like periods in jail names
- _jail_arch=$(echo "${_jail_arch}" | tr '.' '_')
-
- echo "${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}_${_jail_arch}"
+ # Remove arch
+ echo "${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}_${_jail_arch##*.}"
}
poudriere_rename_ports() {
OpenPOWER on IntegriCloud