Add live shifter to JNI
This commit is contained in:
8
otherbuilds/docker/run.sh
Executable file
8
otherbuilds/docker/run.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
revision=$(hg id | sed 's/[^0-9a-z].*$//')
|
||||
|
||||
cat Dockerfile.in | perl -p -e "s/\[\[REVISION\]\]/$revision/g" > Dockerfile
|
||||
|
||||
sudo docker build -f Dockerfile .
|
||||
|
||||
Reference in New Issue
Block a user