You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/26 22:49:18 UTC

[whimsy.git] [1/1] Commit 550d676: s/-test//g

Commit 550d67604694638fb12cee89f6106003cf92151d:
    s/-test//g


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
DEPLOYMENT.md                                                | + -
README.md                                                    | +++ ----
www/status/index.cgi                                         | + -
------------------------------------------------------------
11 changes: 5 additions, 6 deletions.
------------------------------------------------------------


diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index c9e196b..b6a8ed5 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -2,7 +2,7 @@ Deployment
 ==========
 
 The contents of this repository are deployed to the following VM:
-https://whimsy-test.apache.org/.
+https://whimsy.apache.org/.
 
 The new VM is based on Ubuntu 14.04 (the current Whimsy is based on Ubuntu
 12.04), and is more completely managed by Puppet.  The puppet definition is
diff --git a/README.md b/README.md
index e706278..ecf3af5 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,7 @@ Whimsy hosts static content, repository checkouts/clones, CGI scripts, Rack
 applications, and cron jobs.
 
 Every committer on the Whimsy PMC can both deploy changes and new
-applications.  A new VM has been provisioned for this purpose:
-https://whimsy-test.apache.org/.
+applications to https://whimsy.apache.org/.
 
 Details by content type:
 
@@ -24,7 +23,7 @@ Details by content type:
    automatically be installed.  A simple CGI:
 
     https://github.com/apache/whimsy/blob/master/www/test.cgi
-    https://whimsy-test.apache.org/test.cgi
+    https://whimsy.apache.org/test.cgi
 
    Many CGI scripts will require user authentication.  This is done by adding
    a single line to the deployment data identifying the location of the
@@ -52,7 +51,7 @@ Details by content type:
    A simple rack application (two empty directories, and a one line file):
 
     https://github.com/apache/whimsy/tree/master/www/racktest
-    https://whimsy-test.apache.org/racktest
+    https://whimsy.apache.org/racktest
 
    Authentication requirements will also need to be two phase, like with CGI
    above; but more common conditions can be handled at the "Rack" level
diff --git a/www/status/index.cgi b/www/status/index.cgi
index b632d88..7ed1402 100755
--- a/www/status/index.cgi
+++ b/www/status/index.cgi
@@ -33,7 +33,7 @@ print <<-EOF
 <html>
   <head>
     <meta charset="UTF-8"/>
-    <title>Whimsy-Test Status</title>
+    <title>Whimsy Status</title>
     
     <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
     <link rel="stylesheet" type="text/css" href="css/status.css"/>