dev/chroot-test/copy-installables
author Cédric Krier <ced@b2ck.com>
Sun, 14 Dec 2014 20:30:25 +0100
changeset 374 7a1d6b228af6
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Set user as login name using a configuration index of the key path.

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