mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
some fixes needed to move off old devel box
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@227 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
8f8e21ba6c
commit
f38d8b1f05
1 changed files with 8 additions and 2 deletions
|
|
@ -3,6 +3,12 @@
|
|||
# This scipt assumes that you have anonCVS for nagios and nagiosplug
|
||||
# in ${IN}
|
||||
|
||||
# cvs -d:pserver:anonymous@cvs.nagiosplug.sourceforge.net:/cvsroot/nagiosplug login
|
||||
# cvs -z3 -d:pserver:anonymous@cvs.nagiosplug.sourceforge.net:/cvsroot/nagiosplug co nagiosplug
|
||||
#
|
||||
# cvs -d:pserver:anonymous@cvs.nagios.sourceforge.net:/cvsroot/nagios login
|
||||
# cvs -z3 -d:pserver:anonymous@cvs.nagios.sourceforge.net:/cvsroot/nagios co nagios
|
||||
|
||||
# Set directories
|
||||
IN=${HOME}/sf
|
||||
OUT=/col/htdocs/src/nagios
|
||||
|
|
@ -31,8 +37,8 @@ cp -fv *.gz ${OUT}
|
|||
|
||||
# Make the Nagiosplug custom RPM
|
||||
echo "%_topdir ${RPM_TOPDIR}" > ./.rpmrc
|
||||
rpm --rcfile "/usr/lib/rpm/rpmrc:/etc/rpmrc:~/.rpmrc:./.rpmrc" \
|
||||
--define 'custom 1' -ta *.gz
|
||||
mkdir -p ${RPM_TOPDIR}/RPMS/i386 ${RPM_TOPDIR}/SRPMS ${RPM_TOPDIR}/SOURCES ${RPM_TOPDIR}/BUILD ${RPM_TOPDIR}/SPECS
|
||||
rpm --rcfile "/usr/lib/rpm/rpmrc:${IN}/rpmrc" --define 'custom 1' -ta *.gz
|
||||
cp -fv ~/redhat/RPMS/i386/nagios-plugins-custom-*.i386.rpm /col/htdocs/src/nagios
|
||||
|
||||
# Copy the new snapshot and delete the old ones
|
||||
|
|
|
|||
Loading…
Reference in a new issue