Skip to content
Snippets Groups Projects
  1. Jul 09, 2015
  2. Jul 08, 2015
  3. Jul 06, 2015
  4. Jul 05, 2015
  5. Jun 25, 2015
  6. May 12, 2015
  7. Apr 28, 2015
    • Jacob Vosmaer's avatar
      Merge branch 'vagrant' into 'master' · d6acb1de
      Jacob Vosmaer authored
      improve vagrant file & docs
      
      * set correct Ruby version: fixes #18
      * allow symlinks: fixes #20 (by using NFS and requiring admin rights on windows)
      * improve performance by only syncing necessary files
      * improve performance by setting VM settings properly
      * improve performance by using NFS sync where available (also prepare
      for NFS sync on Windows when some vagrant-winnfsd bugs are fixed)
      * include missing nodejs dependency
      * automate more of the setup process (install correct version of Ruby &
      install Bundler)
      * automatically start in gitlab-development-kit folder
      * improve Vagrant documentation
      
      See merge request !54
      d6acb1de
  8. Apr 26, 2015
    • Ben Bodenmiller's avatar
      improve vagrant file & docs · 38803062
      Ben Bodenmiller authored
      * set correct Ruby version: fixes #18
      * allow symlinks: fixes #20 (by using NFS and requiring admin rights on
      windows)
      * improve performance by only syncing necessary files
      * improve performance by setting VM settings properly
      * improve performance by using NFS sync where available (also prepare
      for NFS sync on Windows when some vagrant-winnfsd bugs are fixed)
      * include missing nodejs dependency
      * automate more of the setup process (install correct version of Ruby &
      install Bundler)
      * automatically start in gitlab-development-kit folder
      * improve Vagrant documentation
      38803062
  9. Apr 22, 2015
  10. Apr 21, 2015
  11. Apr 20, 2015
  12. Apr 18, 2015
  13. Apr 17, 2015
  14. Mar 31, 2015
    • Jacob Vosmaer's avatar
      Merge branch 'openssh' into 'master' · d1c6658c
      Jacob Vosmaer authored
      Add 'openssh' to arch linux doc
      
      During the setup process I realized that ssh-keygen is not available in
      a fresh container. So we have to add the 'openssh' package here as well…
      
      See merge request !49
      d1c6658c
    • Stefan Tatschner's avatar
      Add 'openssh' to arch linux doc · fb43994c
      Stefan Tatschner authored
      During the setup process I realized that ssh-keygen is not available in
      a fresh container. So we have to add the 'openssh' package here as well…
      fb43994c
    • Jacob Vosmaer's avatar
      Merge branch 'cmake' into 'master' · 0a30ab0f
      Jacob Vosmaer authored
      Add 'cmake' and 'ed' to arch linux docs
      
      'bundle install' fails without cmake:
      
      ```
          /home/stefan/.rvm/rubies/ruby-2.1.5/bin/ruby -r
      ./siteconf20150331-13501-1oteq0b.rb extconf.rb
      checking for cmake... no
      ERROR: CMake is required to build Rugged.
      *** extconf.rb failed ***
      ```
      
      And 'make' fails without ed.
      
      See merge request !48
      0a30ab0f
    • Stefan Tatschner's avatar
      Add 'cmake' and 'ed' to arch linux docs · adce6a37
      Stefan Tatschner authored
      'bundle install' fails without cmake:
      
          /home/stefan/.rvm/rubies/ruby-2.1.5/bin/ruby -r
      ./siteconf20150331-13501-1oteq0b.rb extconf.rb
      checking for cmake... no
      ERROR: CMake is required to build Rugged.
      *** extconf.rb failed ***
      
      And 'make' fails without ed.
      adce6a37
  15. Mar 25, 2015
  16. Mar 18, 2015
  17. Mar 14, 2015
  18. Mar 06, 2015
  19. Feb 21, 2015
  20. Feb 14, 2015
  21. Feb 12, 2015
  22. Feb 06, 2015
    • Jacob Vosmaer's avatar
      What is 'git-core' anyway?? · 8d7d4f7e
      Jacob Vosmaer authored
      ubuntu1404-test:~$ sudo apt-get install git-core
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following extra packages will be installed:
        git
      ^C
      
      Might as well install 'git' then.
      8d7d4f7e
  23. Feb 05, 2015
Loading