From 35964f8dbd2b4497e753eb02dab694f9e45b0f18 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 7 Dec 2009 19:23:51 +0100 Subject: Speeding up compilation locally --- compilation | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compilation b/compilation index 9218e1a..91ac28c 100755 --- a/compilation +++ b/compilation @@ -6,8 +6,10 @@ # not limited to, mysql-client-dev, imagemagick-dev, and oracle-occi # -if [ "$USER" == "pixel" ] || [ "$USER" == "nnoble" ] ; then - prefix="ssh+git://pixel@" +if [ "x$USER" = "xpixel" ] || [ "x$USER" = "xnnoble" ] ; then + if [ "x$HOSTNAME" != "xgrumpy" ] ; then + prefix="ssh+git://pixel@" + fi path="/pub/repo.git" else prefix="http://" -- cgit v1.2.3