-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure apt::update is run before installing Gitlab #388
Conversation
CI errors seem unrelated to this change. |
@baurmatt CI should be fixed with GitLab 14. Can you please rebase your changes on top of the main branch? From your working directory:
|
Thanks @smortex! I'm not near a full shell for another 2-3 weeks. If this is urgent, feel free to do it yourself. I think the permission should be sufficient. |
I think I can't edit existing commit, just add new ones on top: romain@zappy puppet-gitlab % git remote -v
origin [email protected]:voxpupuli/puppet-gitlab.git (fetch)
origin [email protected]:voxpupuli/puppet-gitlab.git (push)
syseleven [email protected]:syseleven/puppet-gitlab.git (fetch)
syseleven [email protected]:syseleven/puppet-gitlab.git (push)
romain@zappy puppet-gitlab % git branch -vv
* apt-dependency 576d3ee [syseleven/apt-dependency: ahead 6, behind 1] Ensure apt::update is run before installing Gitlab
master dec357e [origin/master] Merge pull request #391 from voxpupuli/ubuntu20
romain@zappy puppet-gitlab % git push -f
ERROR: Permission to syseleven/puppet-gitlab.git denied to smortex.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists. In spite of what is said above, no isse for reading the repository :-) But no problem for waiting a bit :-) Have a nice rest away from the shell! |
a4b1120
to
9d2cd5d
Compare
@smortex Looks good now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request (PR) description
This PR ensures that apt::update is run before installing Gitlab. Otherwise the installation will fail with
E: Unable to locate package gitlab-(ce|ee)
This Pull Request (PR) fixes the following issues