From 7a185f443093508585e6a9ed476ea1c4f85885dc Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 27 Aug 2021 11:35:15 +0100 Subject: Add alias to run git besect with standard build options --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index b302dd6..7e9307e 100644 --- a/bashrc +++ b/bashrc @@ -160,6 +160,9 @@ EOF rm -f $launcher } +bisect() { + MAILINGLISTS_INSTALL_BASE=$(git root)/../mailinglists ANALYTICS_INSTALL_BASE=$(git root)/analytics OCTAL_INSTALL_BASE=$(git root)/../smssite OCTAL_BASE=$(git root) CCACHE_BASEDIR=$(git root) git bisect run nice -n5 b2 -l300 -j$TASKS $@ +} build() { title "Build in progress" CCACHE_BASEDIR=$(git root) nice -n5 b2 -j$TASKS $@ -- cgit v1.2.3