development repo url update
This commit is contained in:
parent
5792813c48
commit
115503ad90
3 changed files with 2 additions and 19 deletions
|
@ -55,7 +55,7 @@ Instructions on how to deploy CAVE from Eclipse.
|
||||||
|
|
||||||
[awips2repo]
|
[awips2repo]
|
||||||
name=AWIPS II Repository
|
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
|
enabled=1
|
||||||
protect=0
|
protect=0
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
|
@ -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/
|
|
|
@ -5,7 +5,7 @@ Quick instructions on how to deploy CAVE from Eclipse.
|
||||||
|
|
||||||
[awips2repo]
|
[awips2repo]
|
||||||
name=AWIPS II Repository
|
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
|
enabled=1
|
||||||
protect=0
|
protect=0
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue