mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
changes for 21.1 builds (out of master)
This commit is contained in:
parent
2aa52a43c8
commit
ddda3b4165
@ -69,6 +69,7 @@ rm composer-setup.php; \
|
||||
exit $RESULT' \
|
||||
# build EGroupware
|
||||
&& cd /usr/share \
|
||||
&& composer.phar self-update 1.8.6 \
|
||||
&& composer.phar create-project --prefer-dist --no-scripts --no-dev egroupware/egroupware:$VERSION \
|
||||
&& cd egroupware \
|
||||
&& npm install \
|
||||
|
@ -18,7 +18,7 @@ date_default_timezone_set('Europe/Berlin'); // to get ride of 5.3 warnings
|
||||
$verbose = 0;
|
||||
$config = array(
|
||||
'packagename' => 'egroupware-docker',
|
||||
'version' => '20.1', // '20.1'
|
||||
'version' => '21.1',
|
||||
'packaging' => date('Ymd'), // '20160520'
|
||||
'branch' => 'master', // checked out branch
|
||||
'tag' => '$version.$packaging', // name of tag
|
||||
@ -34,7 +34,7 @@ $config = array(
|
||||
'extra' => array('$stylitebase/$svnbranch/stylite', '$stylitebase/$svnbranch/esyncpro'), //'$stylitebase/trunk/archive'),//, '$stylitebase/$svnbranch/groups'), //,'svn+ssh://stylite@svn.stylite.de/stylite/trunk/eventmgr'),
|
||||
*/
|
||||
// create an extra archive for given apps
|
||||
'extra' => array('functions' => array('stylite'), 'esyncpro', 'policy', 'webauthn', //'archive',
|
||||
'extra' => array('functions' => array('stylite'), 'esyncpro', 'policy', 'webauthn', 'kanban',
|
||||
// these apps are placed in egroupware-epl-contrib archive
|
||||
//'contrib' => array('phpgwapi', 'etemplate', 'jdots', 'phpbrain', 'wiki', 'sitemgr')
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user