Fix typo in netrc machine name 29/1029/1
authorLisa Revel <lr0306@att.com>
Mon, 20 Feb 2017 21:52:10 +0000 (21:52 +0000)
committerLisa Revel <lr0306@att.com>
Mon, 20 Feb 2017 21:52:10 +0000 (21:52 +0000)
Change-Id: I156f34e9ae09df610782daf624e6ac21e276ae65
Signed-off-by: Lisa Revel <lr0306@att.com>
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"