summaryrefslogtreecommitdiff
path: root/packaging/ng/build-ubuntu-kinetic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ng/build-ubuntu-kinetic.sh')
-rwxr-xr-xpackaging/ng/build-ubuntu-kinetic.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/packaging/ng/build-ubuntu-kinetic.sh b/packaging/ng/build-ubuntu-kinetic.sh
deleted file mode 100755
index a27bcac..0000000
--- a/packaging/ng/build-ubuntu-kinetic.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env bash
-
-# Build debian packages.
-
-set -eu
-
-DISTRO=ubuntu
-DISTRO_VERNAME=kinetic
-LABEL=$DISTRO-$DISTRO_VERNAME
-
-IMAGE_TAG=taler-packaging-$LABEL:latest
-DOCKERFILE=Dockerfile.$LABEL
-PKGDIR=packages/$LABEL
-
-echo "Building $IMAGE_TAG from $DOCKERFILE"
-
-# Build the base image. Usually fast because it's cached.
-docker build -t $IMAGE_TAG -f $DOCKERFILE .
-
-mkdir -p $PKGDIR
-
-# echo docker run -it --mount type=bind,source="$(pwd)"/buildscripts,target=/buildscripts,readonly --mount type=bind,source="$(pwd)"/$PKGDIR,target=/pkgdir $IMAGE_TAG /bin/bash
-#docker run -it --entrypoint=/bin/bash --mount type=bind,source="$(pwd)"/buildscripts,target=/buildscripts,readonly --mount type=bind,source="$(pwd)"/$PKGDIR,target=/pkgdir $IMAGE_TAG /buildscripts/build-gnunet.sh