Updated the build scripts to work with the new git repo.
This commit is contained in:
parent
2ac861b8d9
commit
4c4ed32007
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash
|
||||
CODEHOME=/root/code/pandora/trunk
|
||||
CODEHOME_ENT=/root/code/artica/code
|
||||
PANDHOME_ENT=$CODEHOME_ENT/pandora/trunk
|
||||
CODEHOME=/root/code/pandorafms
|
||||
CODEHOME_ENT=/root/code/pandora_enterprise
|
||||
PANDHOME_ENT=$CODEHOME_ENT
|
||||
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)}')
|
||||
X86_64=`uname -m | grep x86_64`
|
||||
CONSOLEHOME=$CODEHOME/pandora_console
|
||||
CONSOLEHOME_ENT=$PANDHOME_ENT/pandora_console
|
||||
CONSOLEHOME_ENT=$CODEHOME_ENT/pandora_console
|
||||
|
|
Loading…
Reference in New Issue