From: Tom Hughes Date: Thu, 16 Dec 2021 20:17:58 +0000 (+0000) Subject: Drop argon2 test site X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/92214b24d9b39b5eeadbd90665b19d3e01924daf Drop argon2 test site --- diff --git a/roles/dev.rb b/roles/dev.rb index 3c9ae8196..1ed5d6c84 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -127,12 +127,6 @@ default_attributes( :revision => "master", :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "feature/bulk_upload" - }, - :argon2 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "argon2", - :cgimap_repository => "https://github.com/mmd-osm/openstreetmap-cgimap.git", - :cgimap_revision => "feature/argon2" } } },