dev/chroot-test/copy-installables
author Tom Parker<palfrey@lshift.net>
Thu, 29 Mar 2012 16:39:04 +0100
branchwindows
changeset 347 301479a4acdf
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Initial notes and work towards a Windows install

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