You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/04 13:00:06 UTC

[whimsy] 08/11: more reliance on pre-existing cron jobs

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit f102c4601d7fab13bab1799ec9bdb98cfd27923a
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Aug 3 20:00:10 2016 -0400

    more reliance on pre-existing cron jobs
---
 www/officers/acreq.cgi | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index d515444..1831b87 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -22,7 +22,6 @@ require 'pathname'
 require 'rexml/document'
 require 'net/http'
 
-
 # List of unix groups that do NOT correspond to PMCs
 NON_PMC_UNIX_GROUPS = %w(
   apsite
@@ -41,13 +40,6 @@ OFFICERS = ASF::SVN['private/foundation/officers']
 APMAIL_BIN = ASF::SVN['infra/infrastructure/apmail/trunk/bin']
 
 # get up to date...
-`#{SVN} cleanup #{ACREQ} #{OFFICERS} #{APMAIL_BIN}`
-`#{SVN} revert -R #{ACREQ}` if ENV[' REQUEST_METHOD'] == 'POST'
-unless `#{SVN} status -q #{ACREQ}`.empty?
-  raise "acreq/ working copy is dirty"
-end
-`#{SVN} update --ignore-externals #{ACREQ}`
-
 REQUESTS = "#{ACREQ}/new-account-reqs.txt"
 
 # grab the current list of PMCs from ldap

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.