2011-02-22 Ramon Novoa <rnovoa@artica.es>

* build_src.sh: Updated to work with the current directory structure.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3974 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2011-02-22 11:04:40 +00:00
parent c66ca0c5c3
commit 0265bfd60d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-02-22 Ramon Novoa <rnovoa@artica.es>
* build_src.sh: Updated to work with the current directory structure.
2010-12-28 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Update the console installer version. Fixed

View File

@ -17,8 +17,11 @@ cd $CODEHOME && tar zcvf $RPMHOME/SOURCES/pandorafms_console-$VERSION.tar.gz --e
# Server
cd $CODEHOME && tar zcvf $RPMHOME/SOURCES/pandorafms_server-$VERSION.tar.gz --exclude \.svn pandora_server || exit 1
# Linux and Unix agents
cd $CODEHOME/pandora_agents && tar zcvf $RPMHOME/SOURCES/pandorafms_agent-$VERSION.tar.gz --exclude \.svn --exclude nohup linux && tar zvcf $RPMHOME/SOURCES/pandorafms_agent_unix-$VERSION.tar.gz --exclude \.svn --exclude nohup --exclude NT4 unix || exit 1
# Linux agent
cd $CODEHOME/pandora_agents/shellscript && tar zcvf $RPMHOME/SOURCES/pandorafms_agent-$VERSION.tar.gz --exclude \.svn --exclude nohup linux || exit 1
# Unix agent
cd $CODEHOME/pandora_agents && tar zvcf $RPMHOME/SOURCES/pandorafms_agent_unix-$VERSION.tar.gz --exclude \.svn --exclude nohup --exclude NT4 unix || exit 1
# Enterprise console
cd $CODEHOME_ENT/pandora/trunk/pandora_console && tar zcvf $RPMHOME/SOURCES/pandorafms_console_enterprise-$VERSION.tar.gz --exclude \.svn enterprise/* || exit 1