EESSI / compatibility-layer

Compatibility layer of the EESSI project
https://eessi.github.io/docs/compatibility_layer
GNU General Public License v2.0
11 stars 21 forks source link

Don't remove the gentoo overlay dir if it's already using git #110

Closed bedroge closed 3 years ago

bedroge commented 3 years ago

I just noticed that the playbook always removes the gentoo repo dir in the compat layer. Though it's quite harmless, it only needs to do so in the first run, when we actually are changing from rsync to git. For other runs, it should check if this change has already been done.