Verigreen / verigreen

Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cacheloader folder creation issue

edagan opened this issue · comments

VG 2.5.3 is creating its cacheloader folder under: /${env.VG_HOME}
This is the actual name, it does not translate ${env.VG_HOME} to /vg, even tough it is set (see below).
This is a regression from VG 2.5.2, in which this works OK (just verified).
Please fix.

root@hostname:/${env.VG_HOME}# echo $VG_HOME
/vg
root@hostname:/${env.VG_HOME}# ls -l
total 4
drwxr-xr-x 2 root root 4096 Oct 27 09:45 cacheloader

@edagan - please check the way you mapped VG_HOME to /vg
the cacheloader is getting created according to the environment variable definition (VG_HOM).

A fix in tomcat setenv file is needed:

export VG_HOME="/DATA/VG/verigreen/garda/config"
export CATALINA_OPTS="-Denv.VG_HOME=$VG_HOME"

@edagan - can we close this one?

Feel free

From: Barak Nisim Sonino [mailto:notifications@github.com]
Sent: Sunday, January 10, 2016 11:38 AM
To: Verigreen/verigreen verigreen@noreply.github.com
Cc: edagan eli.dagan@hp.com
Subject: Re: [verigreen] cacheloader folder creation issue (#78)

@edaganhttps://github.com/edagan - can we close this one?


Reply to this email directly or view it on GitHubhttps://github.com//issues/78#issuecomment-170329632.