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:
parent
88acdc4f8d
commit
e2e7b86166
|
@ -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.
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue