Change-Id: I898b9efa72e97095c18dd4265a5d62ea655f8e67
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
setupRepos()
{
# Check for OPNFV Gerrit Repo
+ cd $DEVROOT
if [ ! -d $OPNFV_REPO ]; then
printf "Perhaps you've named it differently, but we don't see $OPNFV_REPO.\n"
if ask "Would you like us to checkout ONOSFW from Gerrit?"; then
fi
# Check for ONOSFW Mirror Repo
+ cd $DEVROOT
if [ ! -d $GITHUB_REPO ]; then
printf "Perhaps you've named it differently, but we don't see $GITHUB_REPO.\n"
if ask "Would you like us to checkout ONOSFW from Github?"; then