draios/Checkout the x (or latest) upstream version and apply a patch

Checkout the x (or latest) upstream version and apply a patch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
upstream_repoThe upstream repo that we want to checkout and patchyes
upstream_refThe upstream ref, can be: branch, tag, sha, if not provided last semver tag will be grabbedno
upstream_tag_regexRegex to use while checking the last upstream versionsno
local_patch_dirDirectory of the patch files, must end with .patchyes
upstream_remove_filesLine separated list of files to remove from upstream repositoryno
upstream_copyLine separated pair of source directory from upstream and destinations. The fields are passed as is to the cp commandno
namedescription
latestTrue/False if we used the last tag from upstream or not
tagUpstream tag ref checked out and patched
tag_majorUpstream tag major semver
tag_minorUpstream tag major minor
tag_patchUpstream tag major patch