2010-05-20 Ramon Novoa <rnovoa@artica.es>

* DEBIAN/control, DEBIAN/make_deb_package.sh,
          include/config_process.php, pandora_console.spec: Updated for the
          release of Pandora FMS 3.1 RC1.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2770 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2010-05-20 13:05:34 +00:00
parent 349dbebcd5
commit 2156da2ec0
5 changed files with 15 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2010-05-20 Ramon Novoa <rnovoa@artica.es>
* DEBIAN/control, DEBIAN/make_deb_package.sh,
include/config_process.php, pandora_console.spec: Updated for the
release of Pandora FMS 3.1 RC1.
2010-05-20 Raúl Mateos <raulofpandora@gmail.com> 2010-05-20 Raúl Mateos <raulofpandora@gmail.com>
* operation/users/user_edit.php: Updated year. Use better table in group * operation/users/user_edit.php: Updated year. Use better table in group

View File

@ -1,5 +1,5 @@
package: PandoraFMS-Console package: PandoraFMS-Console
Version: 3.0.0.20091028 Version: 3.1rc1
Architecture: all Architecture: all
Priority: optional Priority: optional
Section: admin Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
pandora_console_version="3.1.0" pandora_version="3.1rc1"
package_pear=1 package_pear=1
package_pandora=1 package_pandora=1
@ -94,7 +94,7 @@ then
cp -R DEBIAN temp_package cp -R DEBIAN temp_package
find temp_package/var/www/pandora_console -name ".svn" | xargs rm -Rf find temp_package/var/www/pandora_console -name ".svn" | xargs rm -Rf
rm -Rf temp_package/var/www/pandora_console/pandora_console.spec rm -Rf temp_package/var/www/pandora_console/pandora_console.spec
chmod 777 -R temp_package/DEBIAN chmod 755 -R temp_package/DEBIAN
echo "Calculate md5sum for md5sums package control file." echo "Calculate md5sum for md5sums package control file."
for item in `find temp_package` for item in `find temp_package`
@ -118,7 +118,7 @@ then
echo "Make the package \"Pandorafms console\"." echo "Make the package \"Pandorafms console\"."
dpkg-deb --build temp_package dpkg-deb --build temp_package
mv temp_package.deb pandorafms.console_$pandora_console_version.deb mv temp_package.deb pandorafms.console_$pandora_version.deb
fi fi
if [ $package_pear -eq 1 ] if [ $package_pear -eq 1 ]
@ -137,4 +137,4 @@ fi
echo "Delete the \"temp_package\" temporary dir for job." echo "Delete the \"temp_package\" temporary dir for job."
rm -Rf temp_package rm -Rf temp_package
echo "DONE: Package ready at: ../pandorafms.console_$pandora_console_version.deb" echo "DONE: Package ready at: ../pandorafms.console_$pandora_version.deb"

View File

@ -22,8 +22,8 @@
/** /**
* Pandora build version and version * Pandora build version and version
*/ */
$build_version = 'PC100506'; // Remember is YYMMDD $build_version = 'PC100519'; // Remember is YYMMDD
$pandora_version = 'v3.1-dev'; $pandora_version = 'v3.1rc1';
/* Help to debug problems. Override global PHP configuration */ /* Help to debug problems. Override global PHP configuration */
if (!isset($develop_bypass)) $develop_bypass = 0; if (!isset($develop_bypass)) $develop_bypass = 0;

View File

@ -2,8 +2,8 @@
# Pandora FMS Console # Pandora FMS Console
# #
%define name pandorafms_console %define name pandorafms_console
%define version 3.0.0 %define version 3.1rc1
%define release 4 %define release 1
%define httpd_name httpd %define httpd_name httpd
# User and Group under which Apache is running # User and Group under which Apache is running
%define httpd_name apache2 %define httpd_name apache2