X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-task;h=1fcccc088b50cfea7e2b64c44408b42f4333ae29;hb=9d77b10ef77da44cf458cc808c323c253b9b8c80;hp=6610783c345ecdbd72c6fb9e9be047287b0579e5;hpb=daabc309ca2b0869085f760a4fdb268999e050fc;p=dak.git diff --git a/scripts/debian/byhand-task b/scripts/debian/byhand-task index 6610783c..1fcccc08 100755 --- a/scripts/debian/byhand-task +++ b/scripts/debian/byhand-task @@ -1,7 +1,8 @@ -#!/bin/sh +#!/bin/bash set -u set -e +set -o pipefail if [ $# -lt 4 ]; then echo "Usage: $0 filename version arch changes_file" @@ -64,8 +65,8 @@ mv "$OUTMAIN" "$TARGET"task chmod 644 "$TARGET"task -(cd $TARGET && $scriptsdir/mk-extra-overrides.sh) -dak external-overrides import Task <"$TARGET"task +dak external-overrides import unstable main Task <"$TARGET"task +dak external-overrides copy unstable testing trap - EXIT