dev/chroot-test/copy-installables
author Paul Crowley <paul@lshift.net>
Wed, 07 Sep 2011 11:05:13 +0100
changeset 327 6f2a3f251d3b
parent 326 b44dd7bad82c
child 329 11db65f65fa7
permissions -rwxr-xr-x
Copy in and use environment vars to control test

if $CHROOT_TEST_INSTALLDEB ; then
    cp build/debian/*.deb $BACKING/action
else
    hg st -mac0n -X '.hg*' -X 'dev/**' \
        | cpio -p -0 -d $BACKING/action/mercurial-server
fi