alisw / alibuild

A simple build tool for ALICE software
http://alisw.github.io/alibuild/
GNU General Public License v3.0
24 stars 47 forks source link

Regenerate init.sh after each build, in case it was clobbered #816

Closed TimoWilken closed 12 months ago

TimoWilken commented 12 months ago

In particular, the AliEn-Runtime build overwrites init.sh. That makes subsequent builds fail, so regenerate init.sh after each build. (Re-)writing init.sh after the build matches the previous behaviour of alibuild.

TimoWilken commented 12 months ago

Tested and working locally @ktf.

@pzhristov: This solves the issue with AliEn-Runtime you found.