summaryrefslogtreecommitdiffstats
path: root/build-composite.sh
diff options
context:
space:
mode:
authorChristopherPrice <christopher.price@ericsson.com>2016-02-24 23:20:43 +0100
committerChristopherPrice <christopher.price@ericsson.com>2016-02-25 01:37:23 +0100
commit4cb9b020b922c090061a2dee77fa8ad77394d7b9 (patch)
treef6bd875052a1736050581250245fe7b08ab44ed0 /build-composite.sh
parent0d5c7b5b68fda47b1ee908ea9e002b30881ed83b (diff)
Updating the overview doc with recent comments.
Change-Id: I181279f9b0a4330bb98a3e0d40ecb2687d976b92 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
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"
}