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
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
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
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
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
[
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
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