Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harpworks packages

The yum and apt repository at https://packages.harpworks.org: packages for tools for OpenVox, currently codavox.

It is static files on GitHub Pages, rebuilt in full from each listed project's GitHub Releases by the Repository workflow every hour and on demand. There is no branch to maintain and nothing to get out of step with a releases page, which stays the source of truth.

What is signed is the repository metadata, not the packages: repomd.xml for dnf and Release for apt, each of which names every package's SHA-256. That is how apt has always worked, and dnf verifies it with repo_gpgcheck, which the shipped .repo file turns on. The packages are byte-for-byte the release assets, so each project's checksums.txt still describes them.

Use it

# RPM: Rocky, RHEL, AlmaLinux, CentOS Stream
curl -fsSL https://packages.harpworks.org/rpm/harpworks.repo -o /etc/yum.repos.d/harpworks.repo
dnf install codavox
# DEB: Debian, Ubuntu
curl -fsSL https://packages.harpworks.org/harpworks.asc -o /etc/apt/keyrings/harpworks.asc
echo "deb [signed-by=/etc/apt/keyrings/harpworks.asc] https://packages.harpworks.org/deb stable main" > /etc/apt/sources.list.d/harpworks.list
apt-get update && apt-get install codavox

Add a project

Add its owner/name to projects.txt. Its releases must carry .rpm and .deb assets named <package>_<version>_linux_<arch>, as GoReleaser's nfpm produces. The next run picks up every release it has ever made.

Publish a release now

The workflow runs hourly. To publish a release immediately:

gh workflow run repository.yml -R miharp/packages

About

The harpworks package repository: yum and apt packages for tools for OpenVox

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages