dev/chroot-test/copy-installables
author Cédric Krier <ced@b2ck.com>
Mon, 11 Sep 2017 21:38:10 +0200
changeset 375 a41e4382ea6e
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Use repo vfs to join the server log The method join on repo has been removed in changeset edb7f628ef8b of mercurial.

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