X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-task;h=cd40167181dbe27fda86529a463172a4a8587985;hb=77c62d8ce099969468b370ef90806127f31cd925;hp=82f0964482889732c6f506cfff5a0bd3841d259d;hpb=0872b2e0b78670c91fd2bf0bda52e5761e079820;p=dak.git diff --git a/scripts/debian/byhand-task b/scripts/debian/byhand-task index 82f09644..cd401671 100755 --- a/scripts/debian/byhand-task +++ b/scripts/debian/byhand-task @@ -1,4 +1,7 @@ -#!/bin/sh -ue +#!/bin/sh + +set -u +set -e if [ $# -lt 4 ]; then echo "Usage: $0 filename version arch changes_file" @@ -61,7 +64,8 @@ mv "$OUTMAIN" "$TARGET"task chmod 644 "$TARGET"task -(cd $TARGET && $scriptsdir/mk-extra-overrides.sh) +dak external-overrides import unstable main Task <"$TARGET"task +dak external-overrides copy unstable testing trap - EXIT