mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-06 19:21:15 +01:00
updated version to 9.2 and added phpfreechat
This commit is contained in:
parent
3ac566fda8
commit
f6b7ab98f3
@ -16,24 +16,25 @@ if (isset($_SERVER['HTTP_HOST'])) // security precaution: forbit calling setup-c
|
|||||||
|
|
||||||
$verbose = 0;
|
$verbose = 0;
|
||||||
$config = array(
|
$config = array(
|
||||||
'packagename' => 'eGroupware',
|
'packagename' => 'egroupware-epl',
|
||||||
'version' => 'trunk', // '1.6'
|
'version' => '9.2', // '1.6'
|
||||||
'packaging' => date('Ymd'), // '001'
|
'packaging' => date('Ymd'), // '001'
|
||||||
'egwdir' => 'egroupware',
|
'egwdir' => 'egroupware',
|
||||||
'svndir' => '/tmp/build_root/egw_buildroot-svn',
|
'svndir' => '/tmp/build_root/epl_buildroot-svn',
|
||||||
'egw_buildroot' => '/tmp/build_root/egw_buildroot',
|
'egw_buildroot' => '/tmp/build_root/epl_buildroot',
|
||||||
'sourcedir' => '~/rpm/SOURCES',
|
'sourcedir' => '/srv/obs/download/stylite-epl/egroupware-epl-9.1',
|
||||||
'svnbase' => 'http://svn.egroupware.org/egroupware',
|
'svnbase' => 'svn+ssh://stylite@svn.stylite.de/stylite',
|
||||||
'svnbranch' => 'trunk', // 'branches/1.6' or 'tags/1.6.001'
|
'egwbase' => 'svn+ssh://svn@dev.egroupware.org/egroupware',
|
||||||
'svnalias' => 'aliases/default', // default alias
|
'svnbranch' => 'branches/Stylite-EPL-9.2', // 'branches/1.6' or 'tags/1.6.001'
|
||||||
|
'svnalias' => 'epl-ssh', // default alias
|
||||||
'aliasdir' => 'egroupware', // directory created by the alias
|
'aliasdir' => 'egroupware', // directory created by the alias
|
||||||
'extra' => array('egw-pear','gallery','mydms','icalsrv'),
|
'extra' => array('stylite','$egwbase/$svnbranch/egw-pear','$egwbase/$svnbranch/gallery','$egwbase/$svnbranch/phpfreechat'),
|
||||||
'types' => array('tar.bz2','tar.gz','zip'),
|
'types' => array('tar.bz2','tar.gz','zip'),
|
||||||
'svn' => '/usr/bin/svn',
|
'svn' => '/usr/bin/svn',
|
||||||
'clamscan' => '/usr/bin/clamscan',
|
'clamscan' => '/usr/bin/clamscan',
|
||||||
'freshclam' => '/usr/bin/freshclam',
|
'freshclam' => '/usr/bin/freshclam',
|
||||||
'gpg' => '/usr/bin/gpg',
|
'gpg' => '/usr/bin/gpg',
|
||||||
'packager' => 'packager@egroupware.org',
|
'packager' => 'build@stylite.de',
|
||||||
'skip' => array(),
|
'skip' => array(),
|
||||||
'run' => array('checkout','copy','virusscan','create','sign')
|
'run' => array('checkout','copy','virusscan','create','sign')
|
||||||
);
|
);
|
||||||
@ -71,7 +72,7 @@ while(($arg = array_shift($argv)))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$config[$name] = array_unique(preg_split('/[ ,]+/',$value));
|
$config[$name] = array_unique(split('[ ,]+',$value));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user