This repo is the source for https://apt.mopidy.com, hosted at GitHub Pages.
See https://apt.mopidy.com for usage instructions.
The repository includes two automatically updated HTML documents listing everything the repository contains:
See the docs on Testing your GitHub Pages site locally with Jekyll.
-
Build the package in a clean environment for the proper dist, for example using a tool like pbuilder.
-
Copy the build result (
*.deb
,*.buildinfo
,*.changes
,*.dsc
, orig and debian tarballs) to this repo in thereprepro/incoming/$dist/
directory, where$dist
is e.g.bookworm
. -
From the root of the repo, run
reprepro -b reprepro processincoming $dist
, where$dist
is e.g.bookworm
. -
Commit the changes to Git, and push to GitHub to make the changes public.
To update https://apt.mopidy.com, make changes to the source, commit, and
push to [email protected]:mopidy/apt.git
.
That's it.