Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  .github
  bin
  checks
  config
  hooks
  katello_certs
  man
  spec
  util
.gitignore 403 Bytes
.gitlab-ci.yml 1.07 KB
.packit.yaml 1.43 KB
.rubocop.yml 2.18 KB
.rubocop_todo.yml 734 Bytes
CONTRIBUTING.md 1.71 KB
Gemfile 664 Bytes
KATELLO.md 8.63 KB
LICENSE 31.7 KB
Puppetfile 1.66 KB
README.md 3.44 KB
Rakefile 12.6 KB
VERSION 15 Bytes

Latest revisions

# Date Author Comment
f0f6d8a4 05/22/2024 08:21 AM dosas please_edit_me

Fixes #37393 - Adapt rubocop command to work with rubocop version 0.80.1

https://github.com/rubocop/rubocop/blob/v0.80.1/lib/rubocop/options.rb#L148

951a2be4 05/21/2024 01:10 PM Ewoud Kohl van Wijngaarden

Correctly evaluate the Puppetfile in pin_modules

For some reason I changed it to eval instead of instance_eval and this
broke.

Fixes: 24a81c701f37 ("Factor out FakePuppetfile so it can be tested in rspec")

f6299382 05/14/2024 07:34 PM Evgeni Golov

pkg:generate_source already prints the path to the tarball

create-archive needs to "return" (print) the path, but there is no need to do it twice

df6fa10a 05/09/2024 05:08 AM Evgeni Golov

archive puppet lock

if not cancelled as recommended in GitHub documentation
https://docs.github.com/en/actions/learn-github-actions/expressions#always

6b40ca7c 05/08/2024 01:36 PM Evgeni Golov

add GHA based tests

211f7c9b 05/08/2024 12:56 PM Evgeni Golov

explicitly install racc on Ruby 3.3+

7f1b3577 05/08/2024 09:27 AM dosas please_edit_me

Fixes #37392 - Exclude vendor dir in .rubocop.yaml

bce6e291 05/06/2024 11:43 AM Evgeni Golov

Ensure the system encoding is UTF-8

Checking for C is not sufficient, it could also be ISO-8859 or something
else.

By checking Enconding.locale_charmap we can check one place and have one
way to spell "UTF-8". ENV['LANG'] and ENV['LC_*'] support a variety of...

e6e1ea70 05/02/2024 01:27 AM Eric Helms

Also add semverse to test group

5a6e880d 05/01/2024 11:34 AM Ewoud Kohl van Wijngaarden

Support a maximum version in pin_modules rake task

View all revisions | View revisions

Also available in: Atom