use reprepro more correctly
authorGreg Price <price@mit.edu>
Sun, 27 Apr 2008 03:47:34 +0000 (23:47 -0400)
committerGreg Price <price@mit.edu>
Sun, 27 Apr 2008 03:47:34 +0000 (23:47 -0400)
svn path=/trunk/packages/sipb-xen-dev/; revision=470

sx-build-release

index a23b03e..7705662 100755 (executable)
@@ -29,8 +29,12 @@ else
 fi
 
 cd ..
 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
 
 cd ..
 rm -rf build-release