modulesync icon indicating copy to clipboard operation
modulesync copied to clipboard

Synchronize common files across your Git repositories.

Results 34 modulesync issues
Sort by recently updated
recently updated
newest added

Is there anyway to allow certain overrides in `.sync.yml` to merge with `config_defaults.yml` rather than completely override them? **config_defaults:** ```yaml .gitlab-ci.yml: variables: PUPPET_GEM_VERSION: '4.10.1' STRICT_VARIABLES: "no" BEAKER_VERSION: 'git://github.com/puppetlabs/beaker.git#97b19da' PUPPET_INSTALL_TYPE: 'agent'...

instead of providing `namespace` in `modulesync.yml` could `managed_modules.yml` allow for the following syntax: ```yaml --- - puppetlabs/puppetlabs-apt - voxpupuli/puppet-iis ``` Allowing for the `/` prefix to be parsed as namespace?...

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:...

From https://github.com/schacon/ruby-git/issues/326 --- Repro case: * Download a repository which contains a file with CRLF endings on an operating system that uses LF endings * Extracting the diff will throw...

I'm not sure if I'm using it wrong or if it is really broken: I've synced the zabbix module in the past, it is already checked out at modules/puppet-zabbix. I'm...

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...

For now, the current workflow is design for module maintainers to push to master on modulesync and use the git hook to automatically push changes to master on the managed...

Right now pull requests must be manually generated, but if #16 is implemented this should be more automatic. The corollary to automatic pull requests is automatic merging of pull requests....