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 4eb4aa6c Need path as well
4eb4aa6c is described below
commit 4eb4aa6c340904dd5e31e4150301f5a49ccf42d8
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 20 23:20:51 2022 +0100
Need path as well
---
tools/svnupdate.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/svnupdate.rb b/tools/svnupdate.rb
index d1fa9ef6..084fcef3 100644
--- a/tools/svnupdate.rb
+++ b/tools/svnupdate.rb
@@ -37,6 +37,7 @@ elsif subject =~ %r{^foundation: r\d+ -} # generic foundation
commit prefix
# Changes to requests-received are important for the workbench to know
# when a request has been processed, so it's worth processing asap
if subject =~ %r{ /documents/emeritus-requests-received/}
+ $LOAD_PATH.unshift '/srv/whimsy/lib'
require 'whimsy/asf/config'
require 'whimsy/asf/svn'
svnrepos = ASF::SVN.repo_entries(true) || {}