This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.buildout/sync.sh

10 lines
375 B
Bash
Executable File

cd src
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
git pull; git pull entrouvert master; git push; git push entrouvert master
cd -
done