-
Notifications
You must be signed in to change notification settings - Fork 0
Repository
Natan Junges edited this page Jul 25, 2024
·
15 revisions
bleUX's repository is used to provide packages and metapackages essential to its proper functioning, helping ensure proper upgrades. It is bootstrapped by the bleux-repository
package, and is currently hosted by GitHub Releases.
gpg --full-generate-key
Select RSA (sign only)
, enter 4096
, select key does not expire
, confirm, fill in your data, confirm and enter a passphrase.
gpg --output packages/bleux-repository/bleux-archive-keyring.gpg --export <keyring>
cd repository/
./build <target>
Target | Description |
---|---|
all | Builds all packages and index files |
packages | Only builds all packages and copy them to the repository |
indexes | Only builds index files |
Then upload the *.deb
files, InRelease
, Packages
and Packages.xz
to a web server.