software/gitlab: update gitlab-ce to fix npm error
Since yesterday, software/gitlab can no longer be installed with an error while installing gitlab_npm: ERR! Invalid dependency type requested: alias This is because we are using npm install to install a repository which uses yarn.lock to pin versions, so the install was done without having the dependencies pinned. Using an old yarn for this repository does not seem so easy, so we just have made a commit to convert the yarn.lock to a package-lock.json, so that we don't have to update the tooling here. Once we update, we'll rework this part of the software to use yarn, it seems gitlab still uses yarn in more recent versions. `git describe` also produced different (more correct) output, because some tags were missing in our mirror of gitlab-ce.
Showing
-
Owner
@alain.takoudjou FYI I did this ( it's updating gitlab-ce@74c9f9fe ) as the minimal effort to have this old software buildable again to repair the test. Unless you see a problem with this, I'm pushing if test pass.
-
Maintainer
@jerome thanks for info, no problem for me to push if ok.
-
Owner
Thanks @alain.takoudjou test was repaired so I pushed
Please register or sign in to comment