From 0e3d3581cb46a7e5cf6703fd4916d8479f9438a3 Mon Sep 17 00:00:00 2001 From: ChristopherPrice Date: Wed, 24 Feb 2016 23:20:43 +0100 Subject: Updating the overview doc with recent comments. Change-Id: I181279f9b0a4330bb98a3e0d40ecb2687d976b92 Signed-off-by: ChristopherPrice (cherry picked from commit 4cb9b020b922c090061a2dee77fa8ad77394d7b9) --- build-composite.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build-composite.sh') 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" } -- cgit 1.2.3-korg