modulesync icon indicating copy to clipboard operation
modulesync copied to clipboard

Files changed not working

Open cdenneen opened this issue 7 years ago • 0 comments

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

cdenneen avatar Jun 06 '17 19:06 cdenneen