rpm-repo

Repo for Fedora rpm packages. Provides the following packages:

Add to system

sudo dnf config-manager --add-repo https://eupnea-project.github.io/rpm-repo/eupnea.repo
sudo dnf update --refresh

Forking this repo

  1. Fork only the main branch.
  2. Create your own public/private key pair for signing packages with gpg: gpg --full-gen-key. This repo uses an rsa4096 key, but you can probably use whatever you want. Make sure the key doesn’t expire.
  3. Export your public key: gpg --export --armor <key-id> and add it as a secret variable called PUBLIC to your repo.
  4. Export your private key: gpg ---export-secret-keys --armor <key-id> and add it as a secret variable called PRIVATE to your repo.
  5. Run any action.`
  6. Set up pages in the repo settings. Select from branch: gh-pages and folder: /(root).
  7. Wait for GitHub to finish deploying the page.