diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-02-24 23:20:43 +0100 |
---|---|---|
committer | Christopher Price <christopher.price@ericsson.com> | 2016-02-25 00:49:17 +0000 |
commit | 0e3d3581cb46a7e5cf6703fd4916d8479f9438a3 (patch) | |
tree | f6bd875052a1736050581250245fe7b08ab44ed0 /build-composite.sh | |
parent | 455f9662cea68d33e8c1b44a64f17f4327ccf3b2 (diff) |
Updating the overview doc with recent comments.
Change-Id: I181279f9b0a4330bb98a3e0d40ecb2687d976b92
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
(cherry picked from commit 4cb9b020b922c090061a2dee77fa8ad77394d7b9)
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-x | build-composite.sh | 5 |
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" } |