Skip to content
Snippets Groups Projects
  1. Apr 12, 2017
  2. Apr 04, 2017
  3. Mar 14, 2017
  4. Mar 09, 2017
  5. Feb 01, 2017
  6. Jan 30, 2017
  7. Jan 24, 2017
  8. Jan 20, 2017
  9. Jan 15, 2017
  10. Dec 27, 2016
  11. Dec 23, 2016
  12. Dec 16, 2016
  13. Oct 31, 2016
  14. Sep 27, 2016
  15. Sep 23, 2016
  16. Sep 16, 2016
  17. Sep 13, 2016
  18. Aug 25, 2016
  19. 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
  20. 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
  21. Aug 09, 2016
  22. Aug 08, 2016
  23. Aug 02, 2016
  24. Aug 01, 2016
  25. Jul 28, 2016
  26. Jul 27, 2016
  27. Jun 23, 2016
  28. Jun 20, 2016
  29. Jun 10, 2016
  30. Jun 06, 2016
  31. Jun 02, 2016
  32. May 20, 2016
  33. May 16, 2016
Loading