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:
parent
8b44b7d8d2
commit
8e678a83e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
modules/
|
modules/
|
||||||
modulesync.yml
|
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
*.swp
|
*.swp
|
||||||
|
4
modulesync.yml
Normal file
4
modulesync.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
namespace: openstack
|
||||||
|
git_base: ssh://proposal-bot@review.openstack.org:29418/
|
||||||
|
branch: msync_automatic_update
|
Loading…
Reference in New Issue
Block a user