summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
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 $@