An error occurred while fetching the assigned milestone of the selected merge_request.
Add 'run' script and 'port' file
This should make it easer to have parallel GDK's on one system for things like GitLab EE development.
Merge request reports
Activity
102 100 # Listen on external interface if inside a vagrant vm 103 101 if [ -f .vagrant_enabled ] ; \ 104 102 then \ 105 printf ',s/localhost:3000/0.0.0.0:3000/g\nwq\n' | ed $@ ; \ 103 printf ',s/localhost:/0.0.0.0:/g\nwq\n' | ed $@ ; \ @joshfng I think this will be OK, do you agree?
Added 11 commits:
-
f89f07e8...a8ac36a8 - 10 commits from branch
master
- 7999b8b0 - Merge branch 'master' of gitlab.com:gitlab-org/gitlab-development-kit into run-script
-
f89f07e8...a8ac36a8 - 10 commits from branch
mentioned in issue #40 (closed)
Added 1 commit:
- 49d35386 - All you need is "cd" and "run"
mentioned in commit c7772b12
mentioned in merge request !94 (closed)
mentioned in merge request !93 (closed)
Please register or sign in to reply