Added collective.task to sync.sh

This commit is contained in:
Cédric Messiant 2013-03-19 17:11:16 +01:00
parent 4f89a661ae
commit ad700c46f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cd src
for pkg in collective.contact.core collective.contact.widget collective.dms.basecontent collective.dms.batchimport collective.dms.mailcontent collective.dms.thesaurus; do
for pkg in collective.contact.core collective.contact.widget collective.dms.basecontent collective.dms.batchimport collective.dms.mailcontent collective.dms.thesaurus collective.task; do
cd $pkg
git remote add entrouvert git+ssh://git@repos.entrouvert.org/$pkg.git