From e78c209a99c31babd809cf77edce7fa7e8a9c82f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Mar 2023 18:44:13 +0000 Subject: [PATCH] Drop use of git-core PPA --- cookbooks/apt/recipes/git-core.rb | 24 ------------------------ cookbooks/git/metadata.rb | 1 - cookbooks/git/recipes/default.rb | 2 -- 3 files changed, 27 deletions(-) delete mode 100644 cookbooks/apt/recipes/git-core.rb diff --git a/cookbooks/apt/recipes/git-core.rb b/cookbooks/apt/recipes/git-core.rb deleted file mode 100644 index 79266ab33..000000000 --- a/cookbooks/apt/recipes/git-core.rb +++ /dev/null @@ -1,24 +0,0 @@ -# -# Cookbook:: apt -# Recipe:: git-core -# -# Copyright:: 2022, Tom Hughes -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -include_recipe "apt" - -apt_repository "git-core" do - uri "ppa:git-core/ppa" -end diff --git a/cookbooks/git/metadata.rb b/cookbooks/git/metadata.rb index b86267bd2..19f53944f 100644 --- a/cookbooks/git/metadata.rb +++ b/cookbooks/git/metadata.rb @@ -8,5 +8,4 @@ version "1.0.0" supports "ubuntu" depends "accounts" depends "apache" -depends "apt" depends "networking" diff --git a/cookbooks/git/recipes/default.rb b/cookbooks/git/recipes/default.rb index 5db1fbe98..3f93f651c 100644 --- a/cookbooks/git/recipes/default.rb +++ b/cookbooks/git/recipes/default.rb @@ -17,6 +17,4 @@ # limitations under the License. # -include_recipe "apt::git-core" - package "git" -- 2.45.1