Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files changed not working #120

Open
cdenneen opened this issue Jun 6, 2017 · 0 comments
Open

Files changed not working #120

cdenneen opened this issue Jun 6, 2017 · 0 comments

Comments

@cdenneen
Copy link
Contributor

cdenneen commented Jun 6, 2017

So the output of Files changed is not showing anything even though it actually is syncing changes to the modules directory structure.
FIles added seems to be working though.

Before:

 ~/src/gitlab/puppet/modulesync_configs  master ?  ls -la moduleroot/spec/spec_helper_local.rb
-rw-r--r--  1 cdenneen  staff   405B May 31 11:33 moduleroot/spec/spec_helper_local.rb
 ~/src/gitlab/puppet/modulesync_configs  master ?  ls -la modules/puppet-*/spec/*_local.rb
-rw-r--r--  1 cdenneen  staff   340B May 31 11:30 modules/puppet-monitoring_scripts/spec/spec_helper_local.rb
-rw-r--r--  1 cdenneen  staff    54B May 31 11:30 modules/puppet-profile_base/spec/spec_helper_local.rb

After:


 ~/src/gitlab/puppet/modulesync_configs  master ?  msync update -m "Test change" --noop
Syncing puppet-pes3backup
Overriding any local changes to repositories in modules
No config file under modules/puppet-pes3backup/.sync.yml found, using default values
Using no-op. Files in puppet-pes3backup may be changed but will not be committed.
Files changed:
Files added:
spec/spec_helper_local.rb


--------------------------------
Syncing puppet-monitoring_scripts
Overriding any local changes to repositories in modules
No config file under modules/puppet-monitoring_scripts/.sync.yml found, using default values
Using no-op. Files in puppet-monitoring_scripts may be changed but will not be committed.
Files changed:
Files added:


--------------------------------
Syncing puppet-profile_base
Overriding any local changes to repositories in modules
No config file under modules/puppet-profile_base/.sync.yml found, using default values
Using no-op. Files in puppet-profile_base may be changed but will not be committed.
Files changed:
Files added:


--------------------------------
 ~/src/gitlab/puppet/modulesync_configs  master ?  ls -la modules/*/spec/spec_helper_local.rb
-rw-r--r--  1 cdenneen  staff   405B Jun  6 15:09 modules/puppet-monitoring_scripts/spec/spec_helper_local.rb
-rw-r--r--  1 cdenneen  staff   405B Jun  6 15:09 modules/puppet-pes3backup/spec/spec_helper_local.rb
-rw-r--r--  1 cdenneen  staff   405B Jun  6 15:09 modules/puppet-profile_base/spec/spec_helper_local.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant