Package Details: gitlab-ee 12.7.5-3

Git Clone URL: https://aur.archlinux.org/gitlab-ee.git (read-only, click to copy)
Package Base: gitlab-ee
Description: Project management and code hosting application
Upstream URL: https://gitlab.com/gitlab-org/gitlab
Keywords: enterprise git gitlab gitlab-ee
Licenses: MIT
Conflicts: gitlab
Provides: gitlab
Submitter: Prototik
Maintainer: alerque
Last Packager: alerque
Votes: 4
Popularity: 0.000000
First Submitted: 2016-11-06 12:46 (UTC)
Last Updated: 2024-03-28 13:54 (UTC)

Latest Comments

1 2 Next › Last »

alerque commented on 2020-03-12 10:07 (UTC)

@dinge12 The best place to start is to check the source & history of the gitlab package in [community] and port all changes across, then see what needs tweaking. Some of the style choices in the PKGBUILD are not my favorite but I'm trying to keep it as close to the [community] package as possible for easy comparison.

dinge12 commented on 2020-03-12 07:45 (UTC)

@caleb Warmest congratulations on the birth of your daughter. I will try to fix this build error and make a pull request.

alerque commented on 2020-03-11 10:08 (UTC)

@dinge12 Changes to Ruby in Arch require some fiddling to make this build again. Unfortunately I don't have time to figure it out and test it at the moment (my daughter was born a couple days ago) but I'd be happy to review and accept PRs to this build (it is synced on Github here) or as git format-patches here if anybody figures out how to fix this before I get around to it.

dinge12 commented on 2020-03-11 07:11 (UTC)

Hi,

The makepkg fails under an up to date Arch:

Created app.js in /home/pkg/gitlab-ee/src/gitlab-ee-12.7.5/app/assets/javascripts/locale/cs_CZ
Created app.js in /home/pkg/gitlab-ee/src/gitlab-ee-12.7.5/app/assets/javascripts/locale/nb_NO
Created app.js in /home/pkg/gitlab-ee/src/gitlab-ee-12.7.5/app/assets/javascripts/locale/ko
Created app.js in /home/pkg/gitlab-ee/src/gitlab-ee-12.7.5/app/assets/javascripts/locale/tr_TR
Created app.js in /home/pkg/gitlab-ee/src/gitlab-ee-12.7.5/app/assets/javascripts/locale/pa_IN

All files created, make sure they are being added to your assets.
If they are not, you can add them with this line (configurable):

//= require_tree ./locale
//= require gettext/all

==> Entering fakeroot environment...
==> Starting package()...
cp: target '/home/pkg/gitlab-ee/pkg/gitlab-ee/usr/share/webapps/gitlab' is not a directory
==> ERROR: A failure occurred in package().
    Aborting...

Sajmon commented on 2018-11-14 12:57 (UTC)

Makepkg errors on the he patch file (404)

Prototik commented on 2017-01-07 02:45 (UTC)

@das_j thanks for the notice, fixed.

<deleted-account> commented on 2017-01-06 17:01 (UTC)

`bundle install` without Kerberos is useful for GitLab CE because CE users aren't allowed to use Kerberos. EE however supports Kerberos, therefore you should not exclude the Kerberos group when installing gems.

theaifam5 commented on 2016-12-30 00:07 (UTC) (edited on 2016-12-30 00:47 (UTC) by theaifam5)

"D, [2016-12-30T01:06:08.867275 #20391] DEBUG -- sentry: ** [Raven] File exists @ syserr_fail2_in - /usr/share/webapps/gitlab-shell/.gitlab_shell_secret excluded from capture due to environment or should_capture callback rake aborted! Errno::EEXIST: File exists @ syserr_fail2_in - /usr/share/webapps/gitlab-shell/.gitlab_shell_secret" while building this package. Needed to add "gitlab" group to user.

theaifam5 commented on 2016-12-18 22:05 (UTC)

@Prototik no problem :) thanks for the info... i fixed it. I just run the command with -g parameter (for sudo: sudo -u gitlab -g gitlab...) and that was a problem.

Prototik commented on 2016-12-18 22:00 (UTC)

@TheAifam5 this package is upstreamed package `gitlab` which are build from -ee source instead of -ce. All packaging bugs should be directed to official bug tracker for `gitlab` package (of course excluding ee-only related bugs).