From 78e52f40424cb8336ab5d06c9ea37e16cb2b40a7 Mon Sep 17 00:00:00 2001 From: "Christian Goetze (CG)" Date: Thu, 23 Sep 2010 12:55:20 -0700 Subject: Add support for platform specific permanent quick links to the installer --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 88faf12473..25ff0f368d 100755 --- a/build.sh +++ b/build.sh @@ -284,6 +284,7 @@ then succeeded=$build_coverity else upload_item installer "$package" binary/octet-stream + upload_item quicklink "$package" binary/octet-stream # Upload crash reporter files. case "$last_built_variant" in -- cgit v1.2.3 From 653d4760e28a068e24b8ac4baa08e8f7a0db54ad Mon Sep 17 00:00:00 2001 From: Leyla Farazha Date: Fri, 3 Sep 2010 13:51:30 -0700 Subject: updating build.sh to use the grid argument --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 878aa45ce3..806e0fada7 100755 --- a/build.sh +++ b/build.sh @@ -59,6 +59,7 @@ pre_build() -t $variant \ -G "$cmake_generator" \ configure \ + -DGRID:STRING="$viewer_grid" \ -DVIEWER_CHANNEL:STRING="$viewer_channel" \ -DVIEWER_LOGIN_CHANNEL:STRING="$login_channel" \ -DINSTALL_PROPRIETARY:BOOL=ON \ -- cgit v1.2.3 From 48c2b2496d3ed6aeeebb0bc8950725f8ef7e305f Mon Sep 17 00:00:00 2001 From: "Christian Goetze (CG)" Date: Fri, 8 Oct 2010 13:02:39 -0700 Subject: Have build.sh print out info usable by open source devs. Have it check for a README and use that if needed. --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 25ff0f368d..9b4d4a16dc 100755 --- a/build.sh +++ b/build.sh @@ -114,11 +114,15 @@ then if [ -x "$top/../buildscripts/hg/bin/build.sh" ] then exec "$top/../buildscripts/hg/bin/build.sh" "$top" + elif [ -r "$top/README" ] + then + cat "$top/README" + exit 1 else cat <