"setting defaults for 1.6.002"

This commit is contained in:
Ralf Becker 2009-07-20 07:36:28 +00:00
parent 3a6ed9ce4e
commit 84bd571ae8

View File

@ -17,14 +17,14 @@ if (isset($_SERVER['HTTP_HOST'])) // security precaution: forbit calling setup-c
$verbose = 0;
$config = array(
'packagename' => 'eGroupware',
'version' => 'trunk', // '1.6'
'packaging' => date('Ymd'), // '001'
'version' => '1.6',
'packaging' => '002',
'egwdir' => 'egroupware',
'svndir' => '/tmp/build_root/egw_buildroot-svn',
'egw_buildroot' => '/tmp/build_root/egw_buildroot',
'egw_buildroot' => '/tmp/build_root/egw_buildroot_16',
'sourcedir' => '~/rpm/SOURCES',
'svnbase' => 'http://svn.egroupware.org/egroupware',
'svnbranch' => 'trunk', // 'branches/1.6' or 'tags/1.6.001'
'svnbranch' => 'branches/1.6', // 'trunk' or 'tags/1.6.001'
'svnalias' => 'aliases/default', // default alias
'aliasdir' => 'egroupware', // directory created by the alias
'extra' => array('egw-pear','gallery','mydms','icalsrv'),