aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/jenkins/scripts/clone-all.sh
blob: 77a6cafdcdb717012e2bb8687df3e0e580e83dad (plain)
1
2
3
4
5
6
7
#!/bin/sh
while read p; do
    if [ ! -e $p ]; then
	echo $p
	git clone ssh://gerrit.onap.org:29418/$p $p
    fi
done < projects.txt