dev/chroot-test/copy-installables
author Paul Crowley <paul@lshift.net>
Wed, 07 Sep 2011 11:40:33 +0100
changeset 330 77e6d9c545d4
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Changes to the way we build means we need ignore less

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