Merge "Updated according to Chris comment Minor updates to the structure"
authorSofia Wallin <sofia.wallin@ericsson.com>
Mon, 11 Jul 2016 13:13:15 +0000 (13:13 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 11 Jul 2016 13:13:15 +0000 (13:13 +0000)
1  2 
build-composite.sh

diff --combined build-composite.sh
@@@ -50,6 -50,8 +50,6 @@@ git_clone() 
      popd
  }
  
 -git_clone releng
 -
  repos=$(get_repo_names)
  
  [[ -e docs/projects ]] && rm -rf docs/projects
@@@ -86,7 -88,7 +86,7 @@@ echo "Creating document links
  echo
  targets="
  configurationguide/configuration.options.render.rst
- configurationguide/installation.procedure.render.rst
+ configurationguide/scenario.description.rst
  userguide/feature.userguide.render.rst
  testframework/framework.installation.procedure.render.rst
  testframework/framework.userguide.render.rst
@@@ -116,6 -118,6 +116,6 @@@ d
      echo
  done
  
 -$WORKSPACE/releng/utils/docs-build.sh
 +$WORKSPACE/scripts/docs-build.sh
  
  echo "Done"