Changeset 978


Ignore:
Timestamp:
Jan 10, 2012, 9:34:35 AM (12 years ago)
Author:
hmueller
Message:

EXTRASOURCES to control buildserver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dassbuild/trunk/usr/bin/dassbuild_prepare.sh

    r951 r978  
    223223    fi
    224224
     225    if [ -r "EXTRASOURCES" ]; then
     226        # EXTRASOURCES has to list the files
     227        # that are used to control the buildprocess of
     228       # obs. rpmlintrc is such an example
     229        # these files are copied to the build environment
     230        mkdir -p ${BUILDTEMP}/src/${PACKAGE}
     231        cp -av `cat EXTRASOURCES` ${BUILDTEMP}/src/${PACKAGE}
     232    fi
    225233fi
    226234exit 0
Note: See TracChangeset for help on using the changeset viewer.