From d9930dd712a1e004c3ee1db96478df44f0ccf531 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 26 Apr 2008 23:47:34 -0400 Subject: [PATCH] use reprepro more correctly svn path=/trunk/packages/sipb-xen-dev/; revision=470 --- sx-build-release | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sx-build-release b/sx-build-release index a23b03e..7705662 100755 --- a/sx-build-release +++ b/sx-build-release @@ -29,8 +29,12 @@ else fi cd .. -reprepro-env include unstable `pwd`/${Source}_*${Version}*.changes -reprepro-env include stable `pwd`/${Source}_*${Version}*.changes +[ $Distribution = 'unstable' ] \ + || echo "$(basename $0): warning: Distribution is ${Distribution}, script expects unstable" +changesfile=`pwd`/${Source}_*${Version}*.changes +reprepro-env include unstable $changesfile +reprepro-env copy stable unstable ${Source} \ + $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$changesfile) cd .. rm -rf build-release -- 1.7.9.5