summaryrefslogtreecommitdiffstats
path: root/build-composite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-xbuild-composite.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-composite.sh b/build-composite.sh
index 717049031..fe50b3b42 100755
--- a/build-composite.sh
+++ b/build-composite.sh
@@ -23,6 +23,7 @@ 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 "compass4nfv"
echo "copper"
echo "doctor"
echo "fastpathmetrics"
@@ -30,11 +31,11 @@ get_repo_names() {
echo "functest"
echo "ipv6"
echo "joid"
+ echo "ovsnfv"
+ echo "pharos"
echo "promise"
echo "sdnvpn"
echo "vswitchperf"
- echo "ovsnfv"
- echo "compass4nfv"
echo "yardstick"
}