ovirt/Upload to resources.ovirt.org

Upload RPMs in a standardized way for oVirt. It must be

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: ovirt/ovirt-resources-upload-action@0118a2abbc98e1bcb6d88b86d190207a8d09fe07 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostOverride host name to upload tonoresources.ovirt.org
usernameUsername to resources.ovirt.orgyes
keySSH private key without a password for resources.ovirt.orgyes
portPort to use for SSH connectionno22
sourceFiles to upload. This parameter allows globbing.no
targetTarget directory on resources.ovirt.org.yes
delete_before_uploadDelete files in the target with the same name(s) before the uploadnono
cleanupClean up files in target directory. Can be yes or no. If enabled it will remove all but the last 1000 files by file date from the specified directory.nono
keep_files_countHow many files to keep on cleanup in the target directory.no1000
cleanup_dirDirectory on the remote host in which to clean up subdirectories (1 level deep). If set, removes all but the keep_dirs_count newest subdirectories, starting from the oldest.no""
keep_dirs_countHow many subdirectories to keep when cleaning up in cleanup_dir.no10
known_hostsExpected known hosts from the server.yes
createrepoUpdate repository metadata in target dir.nono
createrepo_dirDirectory on the remote host in which to run createrepo. Defaults to target if not set.no""
create_target_dirCreate the target directory on the remote host if it does not exist.nono

no outputs