Enable a default modulesync.yml for infra purpose

A sample is already specified if someone wants to run msync from its
computer, but the goal here is that a commit into this repo will
automatically update all the repo in managed_modules.yml.

For that reason we provide a default modulesync.yml that will be used by
a hook in openstack-infra to sync the change across all the modules

Change-Id: Ia140d0b7bc669e0fc2caf073ab1f2798b6958f55
This commit is contained in:
Yanis Guenane 2015-07-23 14:54:18 +02:00 committed by Yanis Guenane
parent 8b44b7d8d2
commit 8e678a83e5
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
modules/
modulesync.yml
Gemfile.lock
*.swp

4
modulesync.yml Normal file
View File

@ -0,0 +1,4 @@
---
namespace: openstack
git_base: ssh://proposal-bot@review.openstack.org:29418/
branch: msync_automatic_update