Corrected some typos, default avoid multiple mr thread
This commit is contained in:
parent
3fde3ae0e7
commit
fa6a1f4b9a
2 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@ update =
|
|||
git_assure_remote immerda ${immerda}module-concat.git
|
||||
git_assure_remote lelutin ${lelutin}puppet-concat.git
|
||||
git_assure_remote varac ${varac}concat.git
|
||||
git_assure_remote ortiche ${ortiche}module-common.git
|
||||
git_assure_remote ortiche ${ortiche}module-concat.git
|
||||
git remote update
|
||||
|
||||
[cron]
|
||||
|
|
|
@ -4,6 +4,6 @@ git clone http://git.lattuga.net/opuppet/shared-puppet-modules-mr.git \
|
|||
shared-puppet-modules
|
||||
cd shared-puppet-modules
|
||||
git checkout ortiche
|
||||
mr -j5 -c .mrconfig -t checkout
|
||||
mr -j5 -c .mrconfig -t update
|
||||
mr -j5 -c .mrconfig -t push ortiche
|
||||
mr -c .mrconfig -t checkout
|
||||
mr -c .mrconfig -t update
|
||||
mr -c .mrconfig -t push ortiche
|
||||
|
|
Loading…
Reference in a new issue