Skip to content
Snippets Groups Projects
  1. May 05, 2017
  2. Apr 13, 2017
  3. Apr 12, 2017
  4. Apr 11, 2017
  5. Apr 10, 2017
  6. Apr 06, 2017
  7. Apr 04, 2017
  8. Mar 16, 2017
  9. Mar 14, 2017
  10. Mar 09, 2017
  11. Feb 01, 2017
  12. Jan 30, 2017
  13. Jan 24, 2017
  14. Jan 20, 2017
  15. Jan 15, 2017
  16. Dec 27, 2016
  17. Dec 23, 2016
  18. Dec 16, 2016
  19. Oct 31, 2016
  20. Sep 27, 2016
  21. Sep 23, 2016
  22. Sep 16, 2016
  23. Sep 13, 2016
  24. Aug 25, 2016
  25. Aug 22, 2016
    • 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
  26. Aug 16, 2016
    • Jacob Vosmaer (GitLab)'s avatar
      Create gitlab/public/uploads · a50e6516
      Jacob Vosmaer (GitLab) authored
      This was an oversight in the Makefile. Most of the time some piece of
      application code would make the directory anyway with `mkdir -p` but
      we should do it eagerly, not lazily.
      a50e6516
  27. Aug 09, 2016
  28. Aug 08, 2016
  29. Aug 02, 2016
Loading