From 78e52f40424cb8336ab5d06c9ea37e16cb2b40a7 Mon Sep 17 00:00:00 2001
From: "Christian Goetze (CG)" <cg@lindenlab.com>
Date: Thu, 23 Sep 2010 12:55:20 -0700
Subject: [PATCH] Add support for platform specific permanent quick links to
 the installer

---
 BuildParams | 1 +
 build.sh    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/BuildParams b/BuildParams
index acc3904d827..7a684c61cff 100644
--- a/BuildParams
+++ b/BuildParams
@@ -84,6 +84,7 @@ brad-parabuild.build_server_tests = false
 
 cg_viewer-development_lenny.collect_metrics = true
 cg_viewer-development_lenny.show_changes_since = 4b140ce7839d
+cg_viewer-development_lenny.email = cg@lindenlab.com
 
 # ========================================
 # gooey
diff --git a/build.sh b/build.sh
index 88faf124739..25ff0f368d3 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
-- 
GitLab