- 12 May, 2022 1 commit
-
-
Micah Anderson authored
-
- 09 Mar, 2022 1 commit
-
-
Thomas Goirand authored
the old way is proven to fail (puppet keeps a file descriptor open).
-
- 25 Jan, 2022 11 commits
-
-
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
See merge request puppet-team/puppet!5
-
Lucas Kanashiro authored
-
Lucas Kanashiro authored
It fixes an autopkgtest failure with Ruby 3 as the default.
-
Lucas Kanashiro authored
-
Lucas Kanashiro authored
-
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
The logic to handle upgrades before 4.8 is no longer required, and makes postinst hard to follow. Drop it completely.
-
Apollon Oikonomopoulos authored
Webrick has been split out of the standard library in Ruby 3.0.
-
Apollon Oikonomopoulos authored
$SAFE has been deprecated since Ruby 2.7 and removed in Ruby 3.0. Replace d/p/0013-fix-SAFE-deprecation-warning.patch which silenced Ruby 2.7's deprecation warning, with upstream commit 65ab6ea4a which drops the reference to $SAFE completely.
-
Apollon Oikonomopoulos authored
Add patch and test for Ruby 3.0 compatibility See merge request puppet-team/puppet!4
-
- 05 Dec, 2021 6 commits
-
-
Daniel Leidert authored
-
Daniel Leidert authored
* d/control (Depends): Remove ruby-interpreter.
-
Daniel Leidert authored
* d/control (Depends): Add ruby-sorted-set due to the use of SortedSet.
-
Daniel Leidert authored
-
Daniel Leidert authored
-
Daniel Leidert authored
* d/patches/0014-Fix-Ruby-3.0-error.patch: Add patch. - Replace URI.escape by URI::DEFAULT_PARSER.escape (closes: #1001129). * d/patches/series: Enable new patch. * d/tests/control: Add a basic smoke test for these kind of issues.
-
- 04 Dec, 2021 1 commit
-
-
Daniel Leidert authored
-
- 20 Mar, 2021 3 commits
-
-
Micah Anderson authored
-
Micah Anderson authored
-
Micah Anderson authored
-
- 25 Oct, 2020 1 commit
-
-
Apollon Oikonomopoulos authored
-
- 21 Oct, 2020 3 commits
-
-
Apollon Oikonomopoulos authored
Included upstream
-
Apollon Oikonomopoulos authored
Update to upstream version '5.5.22' with Debian dir dd333eec7484b94ae1e4d58c6b613e697dfa990a
-
Apollon Oikonomopoulos authored
-
- 19 Oct, 2020 2 commits
-
-
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
Cherry-pick upstream commit 15baa1cc which will be part of 5.5.22. Git-Dch: Full
-
- 07 Oct, 2020 4 commits
-
-
Jenkins CI authored
-
Gheorghe Popescu authored
-
Ciprian Badescu authored
While fixing `ignore_plugin_errors`/`usecacheonfailure` interaction a new specific value was added for cached_catalog_status. This new value does not bring enough benefit vs complexity, reverting to using generic `on_failure` value
-
Ciprian Badescu authored
This reverts commit dd3887a8.
-
- 29 Sep, 2020 3 commits
-
-
mihaibuzgau authored
(Maint) fix rubocop and update report schema
-
Ciprian Badescu authored
New value was added for the `cached_catalog_status` report field: `on_pluginsync_failure` to be used when a cached catalog was used because the usecacheonfailure setting was set and the pluginsync failed while having ignore_plugin_errors set to false
-
Ciprian Badescu authored
-
- 25 Sep, 2020 2 commits
-
-
mihaibuzgau authored
(PUP-7791) add debug message when using latest packages
-
Ciprian Badescu authored
Before this commit, there's no indication of the current package version when package resource is configured with latest, even when running puppet agent with the debug flag, After this commit a debug message with current version will be shown if no upgrade upgrade is available. ``` Debug: Package[rsync](provider=yum): Yum didn't find updates, current version(3.1.2-10.el7) is the latest. ```
-
- 24 Sep, 2020 2 commits
-
-
Apollon Oikonomopoulos authored
-
Apollon Oikonomopoulos authored
Git-Dch: ignore
-