oar-team / oar-docker

Manage a small OAR developpement cluster with docker.
http://oar.imag.fr/wiki:oar-docker
6 stars 6 forks source link

unversioned files mess around in the middle #20

Closed npf closed 9 years ago

npf commented 9 years ago

I have a sources/visualization_interfaces/DrawGantt-SVG/drawgantt.php in the source aside with the versioned sources/visualization_interfaces/DrawGantt-SVG/drawgantt.php.in.

When doing oardocker install, the /usr/local/share/oar-web-status/drawgantt-svg/drawgantt.php.in seems to be the unversioned drawgantt.php mentioned above instead of the one that should be generated from drawgantt.php.in

SalemHarrache commented 9 years ago

What about doing a “git clean -Xfd” before the installation?

It should not delete the unversioned files in the host machine directory (use of copy-on-write).