From 8fb3c0a3f96024786305a1234fe5cfb70e6f00c0 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 9 Mar 2020 03:37:34 +0100 Subject: Initial release --- run/devel.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 run/devel.sh (limited to 'run/devel.sh') diff --git a/run/devel.sh b/run/devel.sh new file mode 100644 index 0000000..57ec7f0 --- /dev/null +++ b/run/devel.sh @@ -0,0 +1,9 @@ +#! /bin/bash + +set -o errexit + +if [ ! -d ../repos ]; then + buildah unshare bash ../build/extract.sh +fi + +podman run --name "ccpi-devel" -it --rm --hooks-dir /usr/share/containers/oci/hooks.d/ -v ~/ccpi/data:/ccpi/data -v ~/ccpi/repos:/ccpi/repos localhost/ccpi bash -c "bash /root/setup/provision.sh; bash" -- cgit v1.2.1