Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
changelog.rb 1.8 KB
compare_deb_repo.py 3.46 KB
debcheck 2.22 KB
list_updatable_packages 3.03 KB
update_package.rb 2.06 KB

Latest revisions

# Date Author Comment
85ea6e33 04/09/2024 10:30 AM Evgeni Golov

strip ~fmX.Y suffix from version when comparing

in https://github.com/theforeman/jenkins-jobs/commit/a13893edaa37f9b6f475cd5b27349e5c49ccb77a we started to inject `~fmX.Y` into the version of plugin builds, but forgot to strip it here

d2a5e7d5 10/31/2022 10:13 AM Evgeni Golov

add foreman-release to nightly packages

88266f44 10/31/2022 10:13 AM Evgeni Golov

strip debian/ubuntu suffix from repo packages

3b073279 10/31/2022 10:09 AM Evgeni Golov

only accept full package names in update_package.rb

otherwise it might match substrings that we do not want.
examples:
  • `infoblox` matches both the plugin and the dependency gem
  • `puppet-strings` matches both the plugin and the dependency gem
fa7942c8 10/26/2022 02:24 PM Evgeni Golov

enable automatic updates for dependencies too

this doesn't do any smart parsing of the Gemfile.lock yet, but is IMHO
still better than what we have right now ;)

a4a20d95 10/25/2022 12:00 PM Evgeni Golov

write to GITHUB_OUTPUT instead of using set-output

set-output is deprecated https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

9bfedb19 05/24/2022 08:00 AM Evgeni Golov

automatically set revision to 1 when bumping packages

Fixes: 4810c1de51c9c1b198e275abf2cc971348c241f2

4810c1de 04/29/2022 12:04 PM Eric Helms

Default to bumping release in changelog script

7a6972ad 12/17/2021 03:22 PM Ewoud Kohl van Wijngaarden

Respect GIT_AUTHOR_{NAME,EMAIL} env vars

Git itself prefers these environment variables over what's in the
config. I couldn't find a better way in git itself to get the name and
email.

This makes it easier to use in scripting such as GitHub Actions.

abeef8fb 12/17/2021 03:19 PM Evgeni Golov

Add a script to list updatable packages

View revisions

Also available in: Atom