1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00
This commit is contained in:
Michael Stucki 2016-04-05 21:49:12 +02:00
parent 23270ee993
commit 967b20f02e
3 changed files with 1 additions and 18 deletions

0
CHANGELOG.md Executable file → Normal file
View File

0
Dockerfile Executable file → Normal file
View File

19
run.sh
View File

@ -27,23 +27,6 @@ while [[ $# > 0 ]]; do
shift shift
done done
while [[ $# > 0 ]]
do
key="$1"
case $key in
-r|--rebuild)
FORCE_BUILD=1
;;
*)
shift # past argument or value
;;
esac
shift
done
# Create shared folders # Create shared folders
mkdir -p $SOURCE mkdir -p $SOURCE
mkdir -p $CCACHE mkdir -p $CCACHE
@ -70,7 +53,7 @@ elif [[ $FORCE_BUILD = 1 ]] || ! echo "$IMAGE_EXISTS" | grep -q "$TAG"; then
fi fi
if [[ $OK -ne 0 ]]; then if [[ $OK -ne 0 ]]; then
exit 1; exit 1
fi fi
# With the given name $CONTAINER, reconnect to running container, start # With the given name $CONTAINER, reconnect to running container, start