some updates to 1.8 build files

This commit is contained in:
Ralf Becker 2010-09-16 13:46:36 +00:00
parent dde5837735
commit 3db09a3b5a
2 changed files with 7 additions and 5 deletions

View File

@ -17,16 +17,16 @@ date_default_timezone_set('Europe/Berlin'); // to get ride of 5.3 warnings
$verbose = 0;
$config = array(
'packagename' => 'egroupware-epl',
'version' => '1.8.001',
'packaging' => date('Ymd'),
'packagename' => 'eGroupware',
'version' => '1.8',
'packaging' => '001-'.date('Ymd'),
'egwdir' => 'egroupware',
'svndir' => '/tmp/build_root/egw_1.8_buildroot-svn',
'egw_buildroot' => '/tmp/build_root/egw_1.8_buildroot',
//'sourcedir' => '/srv/obs/download/stylite-epl/egroupware-epl-10.1',
'sourcedir' => '/srv/obs/staging/egroupware/egroupware-1.8',
'svnbase' => 'svn+ssh://svn@dev.egroupware.org/egroupware',
'svnbranch' => 'branches/1.8', // 'branches/1.8' or 'tags/1.6.001'
'svnalias' => 'default-ssh', // default alias
'svnalias' => 'aliases/default-ssh', // default alias
'aliasdir' => 'egroupware', // directory created by the alias
'extra' => array('egw-pear','gallery','phpfreechat'),
'types' => array('tar.bz2','tar.gz','zip'),

View File

@ -0,0 +1,2 @@
#addFilter("eGroupware-gallery* wrong-script-interpreter")
setBadness('wrong-script-interpreter', 0)