svn commit: r436164 - in head/www/gitlab: . files

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Mar 15 08:35:59 UTC 2017



On 14.03.2017 21:22, Mathieu Arnold wrote:
> Le 14/03/2017 à 17:39, Torsten Zuehlsdorff a écrit :
>> +OPTIONS_SINGLE=	DATABASE
>> +OPTIONS_SINGLE_DATABASE=	PGSQL MYSQL
>> +OPTIONS_DEFAULT=	PGSQL
>> +PGSQL_DESC=	Default PostgreSQL support (preferred)
>> +MYSQL_DESC=	Optional MySQL support
>
> Would it be possible to make that an OPTIONS_MULTI or OPTIONS_GROUP so
> that both can be selected or none (for generic packaging)

Not really useful, no.

If none is selected, GitLab won't work at all.
If MYSQL is selected, GitLab has known issues.
If PGSQL is selected, everything is fine.

There are some users who prefer to use MYSQL and can cope with the 
consequences. Any other should use just PostgreSQL. Therefore the choice 
of SINGLE.

Also every option modifies the Gemfile when selected. So even with 
MULTI, the user would need to manually patch GitLab to be able to start.

Greetings,
Torsten


More information about the svn-ports-all mailing list