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).
Apache License 2.0
57 stars 19 forks source link

Externalized cacheloader to location pointed by VG_HOME. Works on win… #24

Closed borzamircea closed 9 years ago

borzamircea commented 9 years ago

…/lin

soninob commented 9 years ago

Did you check it on Linux machine? Please see the following exception: Caused by: java.io.IOException: Unable to create cache loader location /${env.VG_HOME}/cacheloader

Could it be that you already have the cacheloader folder at place?

soninob commented 9 years ago

@borzamircea - what is the status on this one? do you have any update?

borzamircea commented 9 years ago

Last time I talked to Eitan, we agreed that it works with bash and windows (maybe explicitly state that and promise an update for tcsh)

borzamircea commented 9 years ago

Closed by #72 , which is merged with the latest version of VG.