Skip to content
Snippets Groups Projects
  1. Oct 04, 2016
    • Clement Ho's avatar
      3ab4fe8e
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'patch-1' into 'master' · dbaecc23
      Jacob Vosmaer (GitLab) authored
      I think it's critical to note that it may not be obvious for every user that eve…
      
      I think it's critical to note that it may not be obvious for every user that ever choses to use vagrant with docker, that when the multiple prompts to enter the password upon "vagrant run" i.e when Resyncing folders, appear, they are actually all for different operations, so some users may think that they are actually key'ing in the wrong password.
      
      See merge request !200
      dbaecc23
  2. Oct 03, 2016
  3. Sep 30, 2016
  4. Sep 28, 2016
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'makefile-freebsd' into 'master' · 980172b5
      Jacob Vosmaer (GitLab) authored
      RFC: bsd-compatible makefile
      
      The "shell" function -- $(shell cmd), to execute cmd in the shell -- is a GNU extensions. There are two options: one of them is to use the grave accent, as in this proposed change; the other is to use the shell assignment operator "!=", originally found in BSDs and implemented by GNU make later.
      
      See merge request !197
      980172b5
  5. Sep 27, 2016
  6. Sep 23, 2016
  7. Sep 22, 2016
  8. Sep 21, 2016
  9. Sep 16, 2016
  10. Sep 13, 2016
  11. Sep 09, 2016
  12. Sep 05, 2016
  13. Aug 31, 2016
  14. Aug 29, 2016
  15. Aug 25, 2016
  16. Aug 24, 2016
  17. Aug 22, 2016
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'instructinos' into 'master' · 989c46ea
      Jacob Vosmaer (GitLab) authored
      Fix spelling of 'instructions' on GDK README.
      
      It's much more fun to say 'instructinos', unfortunately.
      
      See merge request !190
      989c46ea
    • Ruben Davila's avatar
      Fix: gdk-reconfigure fails when symlink for .ruby-version file exists · fa5bad03
      Ruben Davila authored
      ```
      [ruben@mbp ~/projects/gdk-ce (master *)]$ gdk reconfigure
      (in /Users/ruben/projects/gdk-ce)
      rm -f \
                  gitlab/config/gitlab.yml \
                  gitlab/config/database.yml \
                  gitlab/config/unicorn.rb \
                  gitlab/config/resque.yml \
                  gitlab-shell/config.yml \
                  redis/redis.conf \
                  Procfile
      sed -e "s|/home/git|/Users/ruben/projects/gdk-ce|"\
                   gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml
      port= support/edit-gitlab.yml gitlab/config/gitlab.yml
        gitlab_shell:
      sed "s|/home/git|/Users/ruben/projects/gdk-ce|" database.yml.example > gitlab/config/database.yml
      cp gitlab/config/unicorn.rb.example.development gitlab/config/unicorn.rb
      echo "listen '/Users/ruben/projects/gdk-ce/gitlab.socket'" >> gitlab/config/unicorn.rb
      sed "s|/home/git|/Users/ruben/projects/gdk-ce|" redis/resque.yml.example > gitlab/config/resque.yml
      command -v bundler > /dev/null || gem install bundler
      sed -e "s|/home/git|/Users/ruben/projects/gdk-ce|"\
                    -e "s|^gitlab_url:.*|gitlab_url: http+unix://%2FUsers%2Fruben%2Fprojects%2Fgdk-ce%2Fgitlab.socket|"\
                    -e "s|/usr/bin/redis-cli|/usr/local/bin/redis-cli|"\
                    -e "s|^  socket: .*|  socket: /Users/ruben/projects/gdk-ce/redis/redis.socket|"\
                    gitlab-shell/config.yml.example > gitlab-shell/config.yml
      GOPATH=/Users/ruben/projects/gdk-ce/gitlab-workhorse go install gitlab.com/gitlab-org/gitlab-workhorse/...
      ln -s /Users/ruben/projects/gdk-ce/gitlab/.ruby-version .ruby-version
      ln: .ruby-version: File exists
      make: *** [.ruby-version] Error 1
      ```
      fa5bad03
    • Bryce's avatar
      Fix spelling of 'instructions' on GDK README. · 3b4cc91e
      Bryce authored
      3b4cc91e
    • Jacob Vosmaer (GitLab)'s avatar
      Merge branch 'patch-1' into 'master' · 418b50ab
      Jacob Vosmaer (GitLab) authored
      Fix links in doc/vagrant.md
      
      
      
      See merge request !189
      418b50ab
  18. Aug 19, 2016
  19. Aug 18, 2016
Loading