X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aeee849db5083abd11efab6c8cfbcf6145c0c3e1..be1cfc020eb2d71d63bf5de7f8cfb1f7c08d8f03:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 4521d668e..755500c36 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: stateofthemap +# Cookbook:: stateofthemap # Recipe:: default # -# Copyright 2013, OpenStreetMap Foundation +# Copyright:: 2013, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -282,8 +282,9 @@ end end gem_package "jekyll" +gem_package "bundler" -%w[2016 2017 2018].each do |year| +%w[2016 2017 2018 2019 2020].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"