2014-01-24 Ramon Novoa <rnovoa@artica.es>

* build_rpm.sh,
	  build_rpm_redhat.sh,
	  build_src.sh: Remove the keygen from the build scripts (it is not used
	  anymore).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2014-01-24 09:51:04 +00:00
parent c0f358c58c
commit b4c91bc31c
4 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,10 @@
2014-01-24 Ramon Novoa <rnovoa@artica.es>
* build_rpm.sh,
build_rpm_redhat.sh,
build_src.sh: Remove the keygen from the build scripts (it is not used
anymore).
2013-11-26 Sergio Martin <sergio.martin@artica.es>
* pandroid_event_viewer/src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java

View File

@ -22,8 +22,5 @@ rpmbuild -ba $PANDHOME_ENT/pandora_console/enterprise/pandora_console_enterprise
# Enterprise server
rpmbuild -ba $PANDHOME_ENT/pandora_server/PandoraFMS-Enterprise/pandora_server_enterprise.spec || exit 1
# Updatemanager keygen
rpmbuild -ba $CODEHOME_ENT/updatemanager/keygen/pandora/pandora_keygen.spec || exit 1
exit 0

View File

@ -22,8 +22,5 @@ rpmbuild -ba $PANDHOME_ENT/pandora_console/enterprise/pandora_console_enterprise
# Enterprise server
rpmbuild -ba $PANDHOME_ENT/pandora_server/PandoraFMS-Enterprise/pandora_server_enterprise.redhat.spec || exit 1
# Updatemanager keygen
rpmbuild -ba $CODEHOME_ENT/updatemanager/keygen/pandora/pandora_keygen.redhat.spec || exit 1
exit 0

View File

@ -32,9 +32,6 @@ cd $PANDHOME_ENT/pandora_console && tar zcvf $RPMHOME/SOURCES/pandorafms_console
# Enterprise server
cd $PANDHOME_ENT/pandora_server/ && tar zcvf $RPMHOME/SOURCES/pandorafms_server_enterprise-$LOCAL_VERSION.tar.gz --exclude \.svn PandoraFMS-Enterprise || exit 1
# Updatemanager keygen
cd $CODEHOME_ENT/updatemanager/keygen && tar cvzf $RPMHOME/SOURCES/pandorafms_keygen-$KEYGEN_VERSION.tar.gz --exclude .svn --exclude keygen --exclude keygen.i386.static --exclude pandora_keygen.spec pandora || exit 1
# Create symlinks needed to build RPM packages
if [ "$1" == "nightly" ]; then
ln -s $RPMHOME/SOURCES/pandorafms_console-$LOCAL_VERSION.tar.gz $RPMHOME/SOURCES/pandorafms_console-$VERSION.tar.gz || exit 1