Mercurial > repos > blastem
view build_nightly @ 1559:098c11aaf8f0
Fix silly bug in handling of Mac Roman font names. Make Mac font search more exhaustive if the faster prefix check fails. Added a bunch of debug printfs in case those aren't sufficient to get things working on other machines
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 04 Apr 2018 00:01:17 -0700 |
parents | 8e3adc6264d3 |
children | 866577a220e6 |
line wrap: on
line source
#!/bin/sh set -e build_user=$1 needsu=$2 if [ "$needsu" = needsu ]; then su $build_user -c "$0 $1"; exit fi cd /home/$build_user/blastem hg revert -a hg pull hg up rev=`hg summary | sed -E -n 's/^parent: [^:]+:([^ ]+) .*$/\1/p'` sed -i -E "s/(define BLASTEM_VERSION \"[^-]+)-pre\"/\1-pre-$rev\"/" blastem.c ./build_release