[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] byhand-foo



and use the new script location

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 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 e9cb43a..c0ddf5a 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 8caf942..9fca5f9 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
 
-- 
1.5.6.5


Reply to: