From ad700c46f59f14d96a036b596017b8041854ff2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Messiant?= Date: Tue, 19 Mar 2013 17:11:16 +0100 Subject: [PATCH] Added collective.task to sync.sh --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 5f536c0..15babfb 100755 --- a/sync.sh +++ b/sync.sh @@ -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