www-apps/gitlab-ce:

Moved warning about MySQL migrations to the postinst phase, as the config phase might fail when the database is not updated. So the message must be displayed earlier.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Manuel Friedli 2017-03-28 17:20:32 +02:00
parent 0996deb7ff
commit 812abee2fe
4 changed files with 19 additions and 11 deletions

View file

@ -1,3 +1,9 @@
28 Mar 2017; Manuel Friedli <manuel@fritteli.ch> gitlab-ce-9.0.0.ebuild,
gitlab-ce-9999.ebuild:
www-apps/gitlab-ce: Moved warning about MySQL migrations to the postinst
phase, as the config phase might fail when the database is not updated. So the
message must be displayed earlier.
28 Mar 2017; Manuel Friedli <manuel@fritteli.ch> gitlab-ce-9.0.0.ebuild,
gitlab-ce-9999.ebuild:
www-apps/gitlab-ce: Fixed the latest ebuild to use yarn instead of npm.