ucphhpc / migrid-sync

MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
3 stars 3 forks source link

Adjust/generateconfs auto user group home #75

Open jonasbardino opened 1 week ago

jonasbardino commented 1 week ago

A follow-up to PR72 to switch more generateconfs arguments over to keyword_auto with dynamic expansion of user/group and related paths to fit the active environment. This is particularly useful for local development where neither the mig user nor the code and state dirs can be expected to be in the root of the home directory. It additionally allows elimination of the dynamic expansion of values in mig.shared.defaults and keeps it local to the install helpers.

jonasbardino commented 7 hours ago

Manually rebased to current edge with force push because the commit history got really messy after merging recent updates there.