Author: buildbot
Date: Thu Mar 14 16:52:39 2013
New Revision: 854479

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/downloads/test1.cgi

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 14 16:52:39 2013
@@ -1 +1 @@
-1456528
+1456530

Modified: websites/staging/vcl/trunk/content/downloads/test1.cgi
==============================================================================
--- websites/staging/vcl/trunk/content/downloads/test1.cgi (original)
+++ websites/staging/vcl/trunk/content/downloads/test1.cgi Thu Mar 14 16:52:39 
2013
@@ -6,8 +6,11 @@
 echo Content-type: text/plain
 echo ""
 
-echo "testing"
-env
+if [[ "$HTTP_HOST" = "vcl.staging.apache.org" ]]; then
+       echo staging
+elif
+       echo "not staging"
+fi
 
 #cd /www/vcl.apache.org/content/downloads
 #/www/vcl.apache.org/content/downloads/test2.cgi $*


Reply via email to