Changeset 470


Ignore:
Timestamp:
Apr 26, 2008, 11:47:34 PM (16 years ago)
Author:
price
Message:

use reprepro more correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-dev/sx-build-release

    r466 r470  
    3030
    3131cd ..
    32 reprepro-env include unstable `pwd`/${Source}_*${Version}*.changes
    33 reprepro-env include stable   `pwd`/${Source}_*${Version}*.changes
     32[ $Distribution = 'unstable' ] \
     33 || echo "$(basename $0): warning: Distribution is ${Distribution}, script expects unstable"
     34changesfile=`pwd`/${Source}_*${Version}*.changes
     35reprepro-env include unstable $changesfile
     36reprepro-env copy stable unstable ${Source} \
     37  $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$changesfile)
    3438
    3539cd ..
Note: See TracChangeset for help on using the changeset viewer.