voxpupuli/modulesync_config

Name: modulesync_config

Owner: Vox Pupuli

Description: configuration for our module sync

Created: 2015-07-11 17:37:50.0

Updated: 2017-12-15 00:47:07.0

Pushed: 2018-01-12 10:18:23.0

Homepage: null

Size: 519

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ModuleSync Configs

Build Status

Module sync configurations for Vox Pupuli Modules

How to use it
clone https://github.com/voxpupuli/modulesync_config.git
odulesync_config
checkout $(git tag --list | tail -n 1) # checkout latest tag
le install
le exec msync update --help
Examples
module sync one specific module
le exec msync update -f {module_name} --message "modulesync $(git describe)"
module sync one module and review changes before submitting changes
le exec msync update -f {module_name} --noop
odules/{module_name}
it then git commit/push
Syncing all modules

This will sync everything in the managed_modules.yml.

le exec msync update --message "modulesync $(git describe)"

Now you can use hub to create pull requests.

n/create-pull-requests
Clean up old mess before syncing
n/clean-git-checkouts

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.