On 8 May 2018 at 10:55, Sam Ruby <[email protected]> wrote: > On Tue, May 8, 2018 at 5:45 AM, sebb <[email protected]> wrote: >> On 8 May 2018 at 10:39, Sam Ruby <[email protected]> wrote: >>> On Tue, May 8, 2018 at 4:57 AM, sebb <[email protected]> wrote: >>>> >>>> Are you sure the shortcut causes a failure? >>> >>> Following is from the syslog: >>> >>> whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:60:in `find!': Unable to find >>> svn checkout for https://svn.apache.org/repos/foundation_board >>> (Exception) >> >> That line number (60) does not agree with the current code. > > Good catch! > >> Maybe the installed version of the library is out of date? > > It certainly is: https://rubygems.org/gems/whimsy-asf/versions/0.0.77, > but that shouldn't be used: > > https://github.com/apache/whimsy/blob/master/www/board/agenda/Gemfile#L3 > > I could certainly build and push out a new version of whimsy-asf, but > that would only be a temporary solution.
I think we need to remove the Gem from the system entirely. I assume most code is not using the Gem otherwise we would have seen more issues. So it might be feasible to remove it (or at least rename it) and see what breaks. However if there is a way to tell the service to pick up the library from the source, that should be added first. > - Sam Ruby
