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 9bb9ef1 Bills checkout is not actually needed
9bb9ef1 is described below
commit 9bb9ef1755fed372f2787c2340566a0bbef3afcc
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 24 12:55:02 2019 +0000
Bills checkout is not actually needed
---
repository.yml | 3 ---
tools/svnupdate.rb | 12 ------------
www/status/monitors/svn.rb | 2 +-
3 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/repository.yml b/repository.yml
index 1e8e75f..fa09e20 100644
--- a/repository.yml
+++ b/repository.yml
@@ -12,9 +12,6 @@
:svn:
- Bills:
- url: private/financials/Bills
-
Meetings:
url: private/foundation/Meetings
diff --git a/tools/svnupdate.rb b/tools/svnupdate.rb
index 774e5ac..a1ebaa8 100644
--- a/tools/svnupdate.rb
+++ b/tools/svnupdate.rb
@@ -56,17 +56,5 @@ elsif mail.subject =~ %r{^committers: r\d+ -( in)?
/committers/board} # committe
end
end
-elsif mail.subject =~ %r{^bills: r\d+ -( in)? /financials/Bills} # operations@
-
- # prevent concurrent updates being performed by the cron job
- File.open(LOG, File::RDWR|File::CREAT, 0644) do |log|
- log.flock(File::LOCK_EX)
-
- Dir.chdir '/srv/svn/Bills' do
- `svn cleanup`
- `svn update`
- end
- end
-
end
diff --git a/www/status/monitors/svn.rb b/www/status/monitors/svn.rb
index 32bd8dc..1fef172 100644
--- a/www/status/monitors/svn.rb
+++ b/www/status/monitors/svn.rb
@@ -5,7 +5,7 @@
Sample input:
---- cut here ---
-/srv/svn/Bills
+/srv/svn/Meetings
Updating '.':
At revision 67610.