comparison deploy/linux/build-and-test-appimage.sh @ 1926:d7593016cad3

Tweak
author Chris Cannam
date Tue, 03 Jul 2018 14:16:16 +0100
parents b12e5a6be81f
children f69819b5c248
comparison
equal deleted inserted replaced
1925:b12e5a6be81f 1926:d7593016cad3
10 *+) echo "ERROR: Current working copy has been modified - unmodified copy required so we know we can check it out separately and obtain the same contents"; exit 2;; 10 *+) echo "ERROR: Current working copy has been modified - unmodified copy required so we know we can check it out separately and obtain the same contents"; exit 2;;
11 *);; 11 *);;
12 esac 12 esac
13 13
14 echo 14 echo
15 echo -n "Building appimage from revision $current..." 15 echo "Building appimage from revision $current..."
16 16
17 dockerdir=deploy/linux/docker 17 dockerdir=deploy/linux/docker
18 18
19 cat "$dockerdir"/Dockerfile_appimage.in | \ 19 cat "$dockerdir"/Dockerfile_appimage.in | \
20 perl -p -e "s/\[\[REVISION\]\]/$current/g" > \ 20 perl -p -e "s/\[\[REVISION\]\]/$current/g" > \