Skip to content

Commit

Permalink
Remove librarian, use fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Aug 8, 2023
1 parent 6a6cede commit 2332821
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
fixtures:
forge_modules:
archive: puppet/archive
cron: puppet/cron
stdlib: puppetlabs/stdlib
yumrepo_core: puppetlabs/yumrepo_core
symlinks:
zookeeper: "#{source_dir}"
1 change: 0 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Gemfile:
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
- gem: overcommit
- gem: librarian-puppet
optional:
':acceptance':
- gem: beaker
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ group :development do
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "github_changelog_generator", '~> 1.15', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')
gem "overcommit", require: false
gem "librarian-puppet", require: false
end
group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
Expand Down
15 changes: 0 additions & 15 deletions Puppetfile.lock

This file was deleted.

8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">= 0.4.4 < 7.0.0"
"version_requirement": ">= 0.4.4 < 8.0.0"
},
{
"name": "puppet/cron",
"version_requirement": ">= 1.3.1 < 3.0.0"
"version_requirement": ">= 1.3.1 < 5.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.3.3 < 9.0.0"
"version_requirement": ">= 2.3.3 < 10.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
"version_requirement": ">= 1.0.3 < 2.0.0"
"version_requirement": ">= 1.0.3 < 3.0.0"
}
],
"operatingsystem_support": [
Expand Down
5 changes: 0 additions & 5 deletions rakelib/librarian.rake

This file was deleted.

0 comments on commit 2332821

Please sign in to comment.