We had been tracking this in the releng repo
[opnfvdocs.git] / build-composite.sh
index 714bd5b..f393b62 100755 (executable)
@@ -23,6 +23,8 @@ get_repo_names() {
     #       one by one. This will be replaced by the list in project.cfg .
     # grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort
     echo "apex"
+    echo "bottlenecks"
+    echo "compass4nfv"
     echo "copper"
     echo "doctor"
     echo "fastpathmetrics"
@@ -30,9 +32,13 @@ get_repo_names() {
     echo "functest"
     echo "ipv6"
     echo "joid"
+    echo "ovsnfv"
+    echo "pharos"
+    echo "prediction"
     echo "promise"
     echo "sdnvpn"
     echo "vswitchperf"
+    echo "yardstick"
 }
 
 git_clone() {