Merge "Fix typo in netrc machine name"
authorAnil Shashikumar Belur <abelur@linuxfoundation.org>
Mon, 20 Feb 2017 22:41:53 +0000 (22:41 +0000)
committerGerrit Code Review <gerrit@openecomp.org>
Mon, 20 Feb 2017 22:41:53 +0000 (22:41 +0000)
jjb/dcae/script-apod-analytics-daily-release.sh
jjb/dcae/script-apod-analytics-merge.sh
jjb/dcae/script-apod-analytics-verify.sh

index 7a15c2f..95a26c9 100755 (executable)
@@ -12,7 +12,7 @@ REPO="${NEXUSPROXY}/content/sites/raw"
 
 #Create a netrc file for use with curl
 NETRC=$(mktemp)
-echo "machine nexus.dcaeapod.org login $USER password $PASS" > "$NETRC"
+echo "machine nexus.openecomp.org login $USER password $PASS" > "$NETRC"
 
 #Write an envionment var for the netrc location since it's a temp file
 echo "NETRC=$NETRC" > "$WORKSPACE/netrc_env.txt"
index da37978..a42da6f 100755 (executable)
@@ -12,7 +12,7 @@ REPO="${NEXUSPROXY}/content/sites/raw"
 
 #Create a netrc file for use with curl
 NETRC=$(mktemp)
-echo "machine nexus.dcaeapod.org login $USER password $PASS" > "$NETRC"
+echo "machine nexus.openecomp.org login $USER password $PASS" > "$NETRC"
 
 #Write an envionment var for the netrc location since it's a temp file
 echo "NETRC=$NETRC" > "$WORKSPACE/netrc_env.txt"
index 6ce3edf..b696f2d 100755 (executable)
@@ -12,7 +12,7 @@ REPO="${NEXUSPROXY}/content/sites/raw"
 
 #Create a netrc file for use with curl
 NETRC=$(mktemp)
-echo "machine nexus.dcaeapod.org login $USER password $PASS" > "$NETRC"
+echo "machine nexus.openecomp.org login $USER password $PASS" > "$NETRC"
 
 #Write an envionment var for the netrc location since it's a temp file
 echo "NETRC=$NETRC" > "$WORKSPACE/netrc_env.txt"