From 115503ad90fe8a6762dbc01793becd4776215ced Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Thu, 15 Feb 2018 12:40:51 -0700 Subject: [PATCH] development repo url update --- README.md | 2 +- build/repo.sh | 17 ----------------- docs/dev/awips-development-environment.md | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100755 build/repo.sh diff --git a/README.md b/README.md index 19c3648d8c..f8a8017afa 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Instructions on how to deploy CAVE from Eclipse. [awips2repo] name=AWIPS II Repository - baseurl=https://www.unidata.ucar.edu/repos/yum/awips2-dev/ + baseurl=https://www.unidata.ucar.edu/repos/yum/el6-dev/ enabled=1 protect=0 gpgcheck=0 diff --git a/build/repo.sh b/build/repo.sh deleted file mode 100755 index 14e9e3fc5a..0000000000 --- a/build/repo.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -source buildEnvironment.sh -export LD_LIBRARY_PATH=/usr/lib:/lib:/usr/lib64:/lib64 -export RPMDIR=/awips2/jenkins/build/rpms/awips2_${AWIPSII_VERSION}/ -cp comps.xml ${RPMDIR} -cd ${RPMDIR} -pwd -repomanage -k2 --old . | xargs rm -f -createrepo -g ./comps.xml . -unset LD_LIBRARY_PATH -. /etc/profile.d/awips2.sh -rsync --archive --delete $RPMDIR tomcat@www:/web/content/repos/yum/awips2-dev/ - -cd .. -#rm -rf awips2_${AWIPSII_VERSION}.tar -#tar -cf awips2_${AWIPSII_VERSION}.tar awips2_${AWIPSII_VERSION} -#scp awips2_${AWIPSII_VERSION}.tar mjames@129.114.17.218:/awips2/repo/ diff --git a/docs/dev/awips-development-environment.md b/docs/dev/awips-development-environment.md index 860316dfd2..e51592c53f 100644 --- a/docs/dev/awips-development-environment.md +++ b/docs/dev/awips-development-environment.md @@ -5,7 +5,7 @@ Quick instructions on how to deploy CAVE from Eclipse. [awips2repo] name=AWIPS II Repository - baseurl=https://www.unidata.ucar.edu/repos/yum/awips2-dev/ + baseurl=https://www.unidata.ucar.edu/repos/yum/el6-dev/ enabled=1 protect=0 gpgcheck=0