Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopidy/apt
The Mopidy APT repository of Debian/Ubuntu packages.
https://github.com/mopidy/apt
apt debian raspbian ubuntu
Last synced: about 2 months ago
JSON representation
The Mopidy APT repository of Debian/Ubuntu packages.
- Host: GitHub
- URL: https://github.com/mopidy/apt
- Owner: mopidy
- Created: 2020-01-19T21:25:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:33:02.000Z (2 months ago)
- Last Synced: 2024-10-29T11:43:52.327Z (2 months ago)
- Topics: apt, debian, raspbian, ubuntu
- Language: HTML
- Homepage: https://apt.mopidy.com
- Size: 32.7 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apt.mopidy.com
This repo is the source for https://apt.mopidy.com, hosted at GitHub Pages.
## Installing packages from the repository
See https://apt.mopidy.com for usage instructions.
## Browsing the repository
The repository includes two automatically updated HTML documents listing
everything the repository contains:- https://apt.mopidy.com/dists/
- https://apt.mopidy.com/pool/## Running locally
See the docs on [Testing your GitHub Pages site locally with Jekyll][1].
[1]: https://help.github.com/en/articles/testing-your-github-pages-site-locally-with-jekyll
## Adding or updating packages
1. Build the package in a clean environment for the proper dist, for example
using a tool like pbuilder.2. Copy the build result (`*.deb`, `*.buildinfo`, `*.changes`, `*.dsc`, orig
and debian tarballs) to this repo in the `reprepro/incoming/$dist/`
directory, where `$dist` is e.g. `bookworm`.3. From the root of the repo, run `reprepro -b reprepro processincoming $dist`,
where `$dist` is e.g. `bookworm`.4. Commit the changes to Git, and push to GitHub to make the changes public.
## Deploying changes
To update https://apt.mopidy.com, make changes to the source, commit, and
push to `[email protected]:mopidy/apt.git`.That's it.