mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
some more changes for 21.1 build
This commit is contained in:
parent
ce17d087c1
commit
e0b96079d8
@ -22,9 +22,9 @@ $config = array(
|
|||||||
'packaging' => date('Ymd'), // '20160520'
|
'packaging' => date('Ymd'), // '20160520'
|
||||||
'branch' => 'master', // checked out branch
|
'branch' => 'master', // checked out branch
|
||||||
'tag' => '$version.$packaging', // name of tag
|
'tag' => '$version.$packaging', // name of tag
|
||||||
'checkoutdir' => '~/epl-20.1-checkout', //realpath(__DIR__.'/../..'),
|
'checkoutdir' => '~/epl-21.1-checkout', //realpath(__DIR__.'/../..'),
|
||||||
'egw_buildroot' => '/tmp/build_root/epl_20.1_buildroot',
|
'egw_buildroot' => '/tmp/build_root/epl_21.1_buildroot',
|
||||||
'sourcedir' => '~/download/archives/egroupware-20.1',
|
'sourcedir' => '~/download/archives/egroupware-21.1',
|
||||||
/* svn-config no longer used
|
/* svn-config no longer used
|
||||||
'svntag' => 'tags/$version.$packaging',
|
'svntag' => 'tags/$version.$packaging',
|
||||||
'svnbase' => 'svn+ssh://svn@dev.egroupware.org/egroupware',
|
'svnbase' => 'svn+ssh://svn@dev.egroupware.org/egroupware',
|
||||||
@ -54,7 +54,7 @@ $config = array(
|
|||||||
'git' => trim(`which git`),
|
'git' => trim(`which git`),
|
||||||
'gpg' => trim(`which gpg`),
|
'gpg' => trim(`which gpg`),
|
||||||
'editor' => trim(`which vi`),
|
'editor' => trim(`which vi`),
|
||||||
'rsync' => trim(`which rsync`).' --progress -e ssh --exclude "*-stylite-*" --exclude "*-esyncpro-*" --exclude "*-policy-*" --exclude "*-webauthn-*"',
|
'rsync' => trim(`which rsync`).' --progress -e ssh --exclude "*-stylite-*" --exclude "*-esyncpro-*" --exclude "*-policy-*" --exclude "*-webauthn-* --exclude "*-kanban-*"',
|
||||||
'composer' => trim(`which composer.phar`),
|
'composer' => trim(`which composer.phar`),
|
||||||
'after-checkout' => 'rm -rf */source */templates/*/source',
|
'after-checkout' => 'rm -rf */source */templates/*/source',
|
||||||
'packager' => 'build@egroupware.org',
|
'packager' => 'build@egroupware.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user