You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We keep our code in one big repo so would like to use modulesync within that repo.
I tried using msync update --noop --offline but it seems to want to do some git updates and fails with
/data/puppet/modules/mymodule/.git: path does not exist (ArgumentError)
/data/puppet being the root of our git repo and we have a bunch of modules in /data/puppet/modules that we want to keep in sync within that one repo.
It would be good if the combination if --noop --offline or a new option of --no-git could be added to support just skipping all the git stuff and letting us handle the commit.
The text was updated successfully, but these errors were encountered:
We keep our code in one big repo so would like to use modulesync within that repo.
I tried using
msync update --noop --offline
but it seems to want to do some git updates and fails with/data/puppet/modules/mymodule/.git: path does not exist (ArgumentError)
/data/puppet being the root of our git repo and we have a bunch of modules in /data/puppet/modules that we want to keep in sync within that one repo.
It would be good if the combination if --noop --offline or a new option of --no-git could be added to support just skipping all the git stuff and letting us handle the commit.
The text was updated successfully, but these errors were encountered: