smoke-rebase () { | |
while true; do | |
(perl Makefile.PL && make realclean && perl Makefile.PL) &>/dev/null \ | |
&& make -j9 ptest \ | |
&& git rebase --continue \ | |
|| break | |
done | |
say All done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment