-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: kenyon/puppet-python
base: master
head repository: voxpupuli/puppet-python
compare: master
- 16 commits
- 16 files changed
- 6 contributors
Commits on Sep 28, 2025
-
init.pp: remove useless exec with default title
Per the docs, the special value `default` sets default attribute values for other resource bodies in the same expression. There are no resources in this expression so it doesn't do anything. This was probably intended to be a "legacy-style default, but the style guide says to avoid these anyway.
Configuration menu - View commit details
-
Copy full SHA for f99d48d - Browse repository at this point
Copy the full SHA f99d48dView commit details -
Merge pull request voxpupuli#735 from kenyon/remove-useless-exec-default
`init.pp`: remove useless `exec` with `default` title that was trying to set a default `umask`
Configuration menu - View commit details
-
Copy full SHA for c7575c2 - Browse repository at this point
Copy the full SHA c7575c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8114de - Browse repository at this point
Copy the full SHA a8114deView commit details -
Merge pull request voxpupuli#734 from voxpupuli/modulesync
modulesync 10.3.0
Configuration menu - View commit details
-
Copy full SHA for 91ec661 - Browse repository at this point
Copy the full SHA 91ec661View commit details
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c73bf33 - Browse repository at this point
Copy the full SHA c73bf33View commit details -
Merge pull request voxpupuli#737 from voxpupuli/modulesync
modulesync 10.4.0
Configuration menu - View commit details
-
Copy full SHA for 39ea9d0 - Browse repository at this point
Copy the full SHA 39ea9d0View commit details
Commits on Oct 30, 2025
-
Making sure group ownership is not set to 'root' only, with this can …
…handle 'wheel' in FreeBSD
Configuration menu - View commit details
-
Copy full SHA for f50e440 - Browse repository at this point
Copy the full SHA f50e440View commit details
Commits on Nov 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e895f49 - Browse repository at this point
Copy the full SHA e895f49View commit details -
Include python class before testing python::dotfile
If the python class was not included in the catalog first, python::params has not been loaded, so the required group is undef causing compilation failure.
Configuration menu - View commit details
-
Copy full SHA for 5c5a5bc - Browse repository at this point
Copy the full SHA 5c5a5bcView commit details -
Merge pull request voxpupuli#739 from Szparki/fix-group
Fix group ownership for pip.conf on FreeBSD
Configuration menu - View commit details
-
Copy full SHA for 40a84a9 - Browse repository at this point
Copy the full SHA 40a84a9View commit details
Commits on Dec 17, 2025
-
Do not pass
--logtopip installWhen passing a `--log` option to `pip install`, _verbose_ logging is appended to the specified file, and the default logging captured by puppet is _quitter_ than the default. When an installation error occur, the quieter output does not contain the reason for the failure, and inspection of the log file is necessary to determine the reason of the error. This is impractical in CI systems where this file cannot be retrieved easily, and makes fixing regressions harder. On production systems, this log is also mostly useless since projects dependencies versions are generally expected to be found in the requirement file used for installation in order for deployments to be reproducible.
Configuration menu - View commit details
-
Copy full SHA for 5b3d64e - Browse repository at this point
Copy the full SHA 5b3d64eView commit details -
Merge pull request voxpupuli#736 from voxpupuli/do-not-redirect-logs
Do not pass `--log` to `pip install`
Configuration menu - View commit details
-
Copy full SHA for f6198cf - Browse repository at this point
Copy the full SHA f6198cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3fb50e - Browse repository at this point
Copy the full SHA b3fb50eView commit details -
Merge pull request voxpupuli#740 from voxpupuli/debian-13
Add support for Debian 13
Configuration menu - View commit details
-
Copy full SHA for f88f28a - Browse repository at this point
Copy the full SHA f88f28aView commit details
Commits on Dec 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a7f4291 - Browse repository at this point
Copy the full SHA a7f4291View commit details -
Merge pull request voxpupuli#741 from voxpupuli/modulesync
modulesync 10.5.0
Configuration menu - View commit details
-
Copy full SHA for 46c7b72 - Browse repository at this point
Copy the full SHA 46c7b72View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master