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 2021/07/07 11:17:22 UTC

[whimsy] branch master updated: Has not worked for a while

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 de82fce  Has not worked for a while
de82fce is described below

commit de82fce9f47636f028b229aaf343ad9d3ea7a924
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jul 7 12:17:12 2021 +0100

    Has not worked for a while
    
    The required module has been moved, and anyway
    stopped working because of changes to the process.
    
    Further changes mean it will likely not be needed.
---
 www/new-account-request-queue.cgi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www/new-account-request-queue.cgi b/www/new-account-request-queue.cgi
deleted file mode 100755
index 35fa0d3..0000000
--- a/www/new-account-request-queue.cgi
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env ruby
-ACREQ = '/var/tools/acreq'
-Dir.chdir '/var/tools'
-require "./new-account-request-queue"