dev/chroot-test/copy-installables
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 31 Oct 2018 13:22:13 -0700
changeset 378 a788cfad4cfa
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Merge 7a1d6b228af6

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