2010-11-08 Sancho Lerena <slerena@artica.es>
* build_src.sh: Removed NT4 from the unix src package. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3560 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d6fe3c0cfc
commit
432eddcfa5
|
@ -1,3 +1,7 @@
|
|||
2010-11-08 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* build_src.sh: Removed NT4 from the unix src package.
|
||||
|
||||
2010-11-03 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_update_version.sh: Set the build in the InstallJammer mpi
|
||||
|
|
|
@ -11,7 +11,7 @@ sudo rm -Rf /usr/src/rpm/SOURCES/pandorafms_*.tar.gz
|
|||
|
||||
cd $CODEHOME/pandora_agents
|
||||
sudo tar zcvf $RPMHOME/SOURCES/pandorafms_agent-$VERSION.tar.gz --exclude \.svn --exclude nohup linux
|
||||
sudo tar zvcf $RPMHOME/SOURCES/pandorafms_agent_unix-$VERSION.tar.gz --exclude \.svn --exclude nohup unix
|
||||
sudo tar zvcf $RPMHOME/SOURCES/pandorafms_agent_unix-$VERSION.tar.gz --exclude \.svn --exclude nohup --exclude NT4 unix
|
||||
|
||||
cd $CODEHOME
|
||||
sudo tar zcvf $RPMHOME/SOURCES/pandorafms_server-$VERSION.tar.gz --exclude \.svn pandora_server
|
||||
|
|
Loading…
Reference in New Issue