From 95c5b50e57dd3410ebd4f0f2a390aeb32e0ac7a5 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 8 Aug 2009 20:21:44 +0200 Subject: [PATCH] byhand-foo and use the new script location Signed-off-by: Joerg Jaspert --- scripts/debian/byhand-tag | 5 ++++- scripts/debian/byhand-task | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/debian/byhand-tag b/scripts/debian/byhand-tag index e9cb43ac..c0ddf5a3 100755 --- a/scripts/debian/byhand-tag +++ b/scripts/debian/byhand-tag @@ -1,5 +1,8 @@ #!/bin/sh -ue +export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars +. $SCRIPTVARS + # Tarball to read, compressed with gzip INPUT="${1:?"Usage: $0 filename"}" @@ -38,7 +41,7 @@ mv "$OUTNONFREE" "$TARGET"tag.non-free chmod 644 "$TARGET"tag "$TARGET"tag.contrib "$TARGET"tag.non-free -(cd $TARGET && ./mk-extra-overrides.sh) +(cd $TARGET && $scriptsdir/mk-extra-overrides.sh) trap - EXIT diff --git a/scripts/debian/byhand-task b/scripts/debian/byhand-task index 8caf9422..9fca5f95 100755 --- a/scripts/debian/byhand-task +++ b/scripts/debian/byhand-task @@ -5,6 +5,9 @@ if [ $# -lt 4 ]; then exit 1 fi +export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars +. $SCRIPTVARS + INPUT="$1" # Tarball to read, compressed with gzip VERSION="$2" ARCH="$3" @@ -58,7 +61,7 @@ mv "$OUTMAIN" "$TARGET"task chmod 644 "$TARGET"task -(cd $TARGET && ./mk-extra-overrides.sh) +(cd $TARGET && $scriptsdir/mk-extra-overrides.sh) trap - EXIT -- 2.39.5