mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/16597] Remove not supported branches from doctum-all.conf.php
PHPBB3-16597
This commit is contained in:
parent
c728889e0e
commit
8bd35d47ad
1 changed files with 0 additions and 12 deletions
|
@ -14,18 +14,6 @@
|
||||||
require __DIR__ . '/doctum-checkout.conf.php';
|
require __DIR__ . '/doctum-checkout.conf.php';
|
||||||
|
|
||||||
$config['versions'] = Doctum\Version\GitVersionCollection::create(__DIR__ . '/../')
|
$config['versions'] = Doctum\Version\GitVersionCollection::create(__DIR__ . '/../')
|
||||||
/*
|
|
||||||
This would be nice, but currently causes various problems that need
|
|
||||||
debugging.
|
|
||||||
->addFromTags('release-3.0.*')
|
|
||||||
->add('3.0.x', '3.0-next (olympus)')
|
|
||||||
->addFromTags('release-3.1.*')
|
|
||||||
->add('3.1.x', '3.1-next (ascraeus)')
|
|
||||||
->add('master')
|
|
||||||
*/
|
|
||||||
->add('3.0.x')
|
|
||||||
->add('3.1.x')
|
|
||||||
->add('3.2.x')
|
|
||||||
->add('3.3.x')
|
->add('3.3.x')
|
||||||
->add('master')
|
->add('master')
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Reference in a new issue