Corrected some typos, default avoid multiple mr thread

This commit is contained in:
jigen 2015-10-14 18:38:26 +02:00
parent 3fde3ae0e7
commit fa6a1f4b9a
2 changed files with 4 additions and 4 deletions

View file

@ -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]

View file

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