Skip to content
Snippets Groups Projects
Commit d285c6be authored by Bob Mottram's avatar Bob Mottram
Browse files

Give temporary build directory a unique ID to allow for parallelism

parent eae4047b
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@ GENERIC_IMAGE_PASSWORD='freedombone'
IMAGE_TYPE='beagleboneblack'
CURR_DIR=$(pwd)
CURR_USER="$USER"
TEMPBUILD_DIR=~/.tmp_${PROJECT_NAME}_build
UNIQUE_ID=$(openssl rand -base64 32 | tr -dc A-Za-z0-9 | head -c 10 ; echo -n '')
TEMPBUILD_DIR=~/.tmp_${PROJECT_NAME}_build_${UNIQUE_ID}
VMDEBOOTSTRAP_REPO=git://git.liw.fi/vmdebootstrap
VMDEBOOTSTRAP_VERSION=0.8
MAKEFILE=${PROJECT_NAME}-image-makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment