Re: [whimsy.git] [1/2] Commit 395987f: Don't insist on Ruby 2.3.0

2016-03-18 Thread Sam Ruby
This doesn't work, as you can see here: https://whimsy.apache.org/status/passenger The version of Ruby used must match the one specified in the apache config (/etc/apache2/mods-enabled/passenger.conf on whimsy-vm2). This is important in both places: in the call to Open3.capture3, and in the call

ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-03-18 Thread Ping My Box
Hello, The https service at whimsy.apache.org (whimsy.apache.org (https)) has been reported as down by our monitoring system: Component: response Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 400 svn authorization ["svn: E160005: Target path '/infrastructure/t

Re: New mailing list for recording various items

2016-03-18 Thread Shane Curcuru
sebb wrote on 3/18/16 11:50 AM: > There are various items logged in the cron jobs (and elsewhere?) that > it would be useful to track historically. > > For example, LDAP server issues, changes to LDAP files. > > At present the LDAP warnings are sent to the dev list by PMB. > These don't need imme

Re: Auth required for status/passenger

2016-03-18 Thread sebb
On 17 March 2016 at 16:14, Sam Ruby wrote: > On Thu, Mar 17, 2016 at 11:24 AM, sebb wrote: >> On 17 March 2016 at 13:03, Sam Ruby wrote: >>> On Thu, Mar 17, 2016 at 7:59 AM, sebb wrote: The status page says that passenger status is restricted to "ASF committer only", however the code

Re: [OT] Wunderbar html - how to output HTML comment with variable content?

2016-03-18 Thread sebb
On 17 March 2016 at 20:19, sebb wrote: > The Wunderbar docs mention outputting text with markup: > > _{"hello!!!"} > > The following also works: > > _{""} > > However it does not seem to be possible to output an HTML comment > which contains any variable text, e.g. a date. > > Is this possible? T

[jira] [Commented] (WHIMSY-49) Does INFRA-7390 have implications for allowable user ids?

2016-03-18 Thread Sam Ruby (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201882#comment-15201882 ] Sam Ruby commented on WHIMSY-49: Just to be clear: The code that needs to be patched is he

Does Whimsy really need to have a local Git workspace?

2016-03-18 Thread sebb
AFAICT the only Git files that Whimsy needs to be available locally at runtime are asf-auth and pit-auth. The other Git file it uses (data/common.yaml) is read directly from the server. So it seems a bit wasteful to keep a local clone. One might as well just read the files directly; this will als