This project is mirrored from https://gitee.com/NQL886/vagrant.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 29 Oct, 2020 1 commit
  2. 28 May, 2020 1 commit
  3. 04 Mar, 2020 1 commit
  4. 11 Feb, 2020 1 commit
  5. 21 Aug, 2019 1 commit
    • Nick Fagerlund's avatar
      Update middleman-hashicorp container and Gemfile.lock · ba3aa818
      Nick Fagerlund authored
      Time marches on, and so do security vulnerabilities in Nokogiri. So it's time
      for a new container.
      
      As with last time, here's a reminder for the next person who needs to update
      this:
      
      - You shouldn't just update the dependency in Gemfile.lock, because your build
        times will go to heck as you compile Nokogiri from source on every run. So you
        need an updated container with all the dependencies.
      - To update the container, you need to push a new tag to the middleman-hashicorp
        repo. Teamcity does the rest, and will ship a new container to Docker Hub
        (unless its credentials are out of date, in which case go ask team-eng-serv.)
      - Once that's pushed:
          - Update Makefile
          - Update the Gemfile
          - Delete Gemfile.lock
          - `make website` until it comes up, then ctrl-C
          - Commit the changes
      ba3aa818
  6. 06 Apr, 2018 1 commit
  7. 20 Oct, 2017 1 commit
  8. 26 Jun, 2017 1 commit
  9. 07 Jun, 2017 1 commit
  10. 06 Apr, 2017 1 commit
  11. 28 Mar, 2017 1 commit
  12. 09 Mar, 2017 1 commit
  13. 08 Mar, 2017 1 commit
  14. 29 Oct, 2016 1 commit
  15. 19 Jan, 2016 1 commit
    • Seth Vargo's avatar
      Merge docs and www into a single static site · 5093f312
      Seth Vargo authored
      This is a big commit, and I apologize in advance for the future
      git-blames all pointing to me. This commit does a few things:
      
      1.  Merges the website/docs and website/www repo into a single website repo
          to be in line with other HashiCorp projects
      2.  Updates to use middleman-hashicorp
      3.  Converts less to scss to be in line with other projects
      4.  Updates page styles to be in line with other projects
      5.  Optimizes images
      6.  Prepare for S3 + Fastly deployment with scripts, etc.
      7.  Removes blog posts (they have been transferred to hashicorp.com with
          redirects in place
      8.  Updated sitemap generation script for better SEO
      9.  Fixed many broken links
      10. Add description to all fields
      5093f312
  16. 24 Sep, 2015 1 commit