Changeset 1172 for trunk/packages/sipb-xen-dev/sx-build-release
- Timestamp:
- Oct 23, 2008, 10:04:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-dev/sx-build-release
r1170 r1172 33 33 [ $Distribution = 'unstable' ] \ 34 34 || echo "$(basename $0): warning: Distribution is ${Distribution}, script expects unstable" 35 changesfile="$(ls `pwd`/${Source}_*${Version}*.changes | grep -v 'source.changes$')" 36 reprepro-env include unstable $changesfile 37 reprepro-env copy stable unstable ${Source} \ 38 $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$changesfile) 35 changesfile=`pwd`/${Source}_*${Version}*.changes 36 for i in $changesfile; do 37 reprepro-env include unstable $i 38 reprepro-env copy stable unstable \ 39 $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$i) 40 done 41 reprepro-env copy stable unstable ${Source} 39 42 40 43 cd ..
Note: See TracChangeset
for help on using the changeset viewer.