{% extends "layout.html" %} {% from "fresh-util.html" import package_list %} {% block page_title %}Unchanged Package Builds{% endblock %} {% block body %}
This repository contains builds of the HEADs of Debian packaging repositories.
These packages are currently only available for amd64.
Warning
The packages in this repository were created automatically, without review from a human.
To use the apt repository, run something like:
echo deb "[arch=amd64 signed-by=/usr/share/keyrings/debian-janitor-archive-keyring.gpg]" {{ url.join(URL('..')) }} unchanged main | sudo tee /etc/apt/sources.list.d/janitor.list
sudo curl -o /usr/share/keyrings/debian-janitor-archive-keyring.gpg {{ url.join(URL('../archive-keyring.gpg')) }}
apt update
The repository is marked as experimental
, meaning that apt won’t
automatically update to packages in them unless explicitly requested to do so.
To e.g. install the version of cifs-utils that’s in this repository, run:
apt install -t unchanged cifs-utils
The packages are also versioned in such a way that if the new upstream version gets uploaded to the official Debian APT repository, it will replace the package in this archive.
Optionally, if you want to track a given package so upgrades happen automatically,
add the following to /etc/apt/preferences
(and see
the documentation about apt preferences):
Package: cifs-utils
Pin: release a=unchanged
Pin-Priority: 800
The following source packages are currently available:
{{ package_list(campaign_config.base_distribution, packages) }}