2013-10-16 Ramon Novoa <rnovoa@artica.es>

* build_vars.sh: Added arch information.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8922 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2013-10-16 09:20:04 +00:00
parent 88acdc4f8d
commit e2e7b86166
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-16 Ramon Novoa <rnovoa@artica.es>
* build_vars.sh: Added arch information.
2013-09-30 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Updated the name of the server conf file.

View File

@ -5,4 +5,4 @@ PANDHOME_ENT=$CODEHOME_ENT/pandora/trunk
RPMHOME=/usr/src/packages
VERSION=$(grep 'my $pandora_version =' $CODEHOME/pandora_server/lib/PandoraFMS/Config.pm | awk '{print substr($4, 2, length($4) - 3)}')
BUILD=$(grep 'my $pandora_build =' $CODEHOME/pandora_server/lib/PandoraFMS/Config.pm | awk '{print substr($4, 2, length($4) - 3)}')
KEYGEN_VERSION=$(grep "%define version" $CODEHOME_ENT/updatemanager/keygen/pandora/pandora_keygen.spec | awk '{print $3}')
X86_64=`uname -m | grep x86_64`