You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/19 23:26:45 UTC

[whimsy] branch master updated: Now set up by server

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new dbda175b Now set up by server
dbda175b is described below

commit dbda175b33a36fbde3f3a1a1ed4211ad092b8be3
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 20 00:26:37 2022 +0100

    Now set up by server
---
 www/status/index.cgi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/www/status/index.cgi b/www/status/index.cgi
index 832c1d61..5323d7cc 100755
--- a/www/status/index.cgi
+++ b/www/status/index.cgi
@@ -28,8 +28,6 @@ else
 end
 print "Status: #{summary_status}\r\n\r\n"
 
-ENV['HOME'] = '/var/www' # TODO should be set by httpd server?
-
 git_info = `git show --format="%h  %ci %cr"  -s HEAD`.strip rescue "?"
 # TODO better format; don't assume we use master
 git_repo = `git ls-remote origin master`.strip rescue "?"