Changeset 1172


Ignore:
Timestamp:
Oct 23, 2008, 10:04:05 PM (15 years ago)
Author:
broder
Message:

Fix a typo where sx-build-release didn't upload the source package

Location:
trunk/packages/sipb-xen-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-dev/debian/changelog

    r1170 r1172  
     1sipb-xen-dev (26.1) unstable; urgency=low
     2
     3  * Fix a typo where the source package didn't get uploaded
     4
     5 -- Evan Broder <broder@mit.edu>  Thu, 23 Oct 2008 22:03:40 -0400
     6
    17sipb-xen-dev (26) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-dev/sx-build-release

    r1170 r1172  
    3333[ $Distribution = 'unstable' ] \
    3434 || 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)
     35changesfile=`pwd`/${Source}_*${Version}*.changes
     36for 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)
     40done
     41reprepro-env copy stable unstable ${Source}
    3942
    4043cd ..
Note: See TracChangeset for help on using the changeset viewer.