Error occurred when fetching sidebar data
(This is some old unfinished patches)
Publish a ssh:// url, ssh://slapuser0;fingerprint=ssh-rsa-38-8d-1f-3c-97-d6-c2-99-8a-66-1f-b1-42-4a-fa-3d@[2001:67c:1254:e:5e:242:ac11:5]:22222 ( note that gitlab escapes \[
as %5B
and as a result this link does not work on gitlab )
At the same time, update ssh and vim
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/jerome/slapos.git" "feat/slaprunner-ssh-url" git checkout -b "jerome/slapos-feat/slaprunner-ssh-url" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "jerome/slapos-feat/slaprunner-ssh-url"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.