[hooks] buildfail: add uname -m subdir
This commit is contained in:
parent
f69a297810
commit
ad351df5aa
@ -13,7 +13,7 @@ if [ ! -f "${BUILD_LOG}" ]; then
|
|||||||
echo "cannot find build log file"
|
echo "cannot find build log file"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
REMOTE_DIR="~/tinderbox/${DATE_DIR}/${MATTER_PORTAGE_FAILED_PACKAGE_NAME}"
|
REMOTE_DIR="~/tinderbox/${DATE_DIR}/$(uname -m)/${MATTER_PORTAGE_FAILED_PACKAGE_NAME}"
|
||||||
|
|
||||||
echo "Uploading ${BUILD_LOG} to tinderbox.sabayon.org..."
|
echo "Uploading ${BUILD_LOG} to tinderbox.sabayon.org..."
|
||||||
ssh entropy@tinderbox.sabayon.org mkdir -p "${REMOTE_DIR}"
|
ssh entropy@tinderbox.sabayon.org mkdir -p "${REMOTE_DIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user