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 dcd93cb5a1770905ba4929d4cf9e7a50b681da31
Author: Sam Ruby <rubys@intertwingly.net>
AuthorDate: Wed Aug 3 17:11:20 2016 -0400
rely on cron jobs to keep svn up to date
---
www/officers/acreq.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index ea4c4f1..f2ccdba 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -46,7 +46,7 @@ APMAIL_BIN = ASF::SVN['infra/infrastructure/apmail/trunk/bin']
unless `#{SVN} status -q #{ACREQ}`.empty?
raise "acreq/ working copy is dirty"
end
-`#{SVN} update --ignore-externals #{ACREQ} #{OFFICERS} #{APMAIL_BIN}`
+`#{SVN} update --ignore-externals #{ACREQ}`
REQUESTS = "#{ACREQ}/new-account-reqs.txt"
--
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <commits@whimsical.apache.org>.
|