summaryrefslogtreecommitdiffstats
path: root/lib/debian-releases.mk
Commit message (Collapse)AuthorAgeFilesLines
* Drop buster from backports releasesEmilio Pozuelo Monfort2024-04-151-1/+1
| | | | buster-backports has been archived.
* lib/debian-releases.mk: Add support for fetching from different archive areasSalvatore Bonaccorso2023-02-041-0/+7
| | | | | | | | | For suites older than bookworm, fix section to main, contrib and non-free. Starting in bookworm an additonal archive section non-free-firmware will be present. Link: https://bugs.debian.org/1030321 Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* Reenable the backport releasesEmilio Pozuelo Monfort2020-09-301-4/+1
|
* Makefile: don't hardcode Debian releasesEmilio Pozuelo Monfort2020-02-261-2/+2
|
* Don't hardcode architecture list in the MakefileEmilio Pozuelo Monfort2020-02-261-1/+5
| | | | Move it to config.json instead and grab it from there.
* Don't track mips in sid, it's goneRaphaël Hertzog2019-08-211-1/+1
| | | | | As announced in https://lists.debian.org/debian-mips/2019/07/msg00010.html it's now gone from the mirrors.
* Disable fetching of backportsSalvatore Bonaccorso2019-07-071-1/+4
| | | | | | | | | | | They ship Packages/Sources.gz only and backports is anyway not very good supported in tracker. Until #664866 is fixed backports will anyway not be tracked properly in security-tracker. Temporarily disable until downloadFile can handle multiple situations more gracefully.
* Adjust dist directory on security archives for distributionSalvatore Bonaccorso2019-07-061-0/+8
| | | | | | | | | | Starting with bullseye the distribution/suite are switched to *-security instead of */updates for consistency through the Debian archives. See: https://lists.debian.org/debian-security/2019/06/msg00015.html for details and the intention to switch. Thanks: Ansgar Burchardt
* lib/debian-releases.mk: Fetch backports suites for $(OLDSTABLE)Salvatore Bonaccorso2019-07-061-1/+1
|
* Remove hurd-i386, kfreebsd-{i386,amd64} from architectures in sidSalvatore Bonaccorso2019-05-011-1/+1
| | | | | | As announced in https://lists.debian.org/debian-devel/2019/04/msg00207.html hurd-i386 and kfreebsd-{i386,amd64} are going to be moved to debian-ports instead.
* lib/debian-releases.mk: Correctly remove $(OLDSTABLE) for backportsSalvatore Bonaccorso2019-03-261-1/+1
|
* Fetch packages files for backports suites only for $(STABLE)Salvatore Bonaccorso2019-03-261-2/+2
| | | | | | Current oldstable does not contains anymore the backports suites as it is the LTS release. As such jessie-backports was removed from the mirrors.
* Drop powerpc from sid architecturesRaphaël Hertzog2018-07-081-1/+1
| | | | It's gone from the main mirror. It now resides on ports.debian.org.
* Generalize the code to fetch Packages/Sources updatesRaphaël Hertzog2018-05-311-0/+39
It's now easy to extend by adding a supplementary lib/foobar-releases.mk file. I verified that the set of downloaded files are identical with the exception of a bug that got fixed in the process: the update-backports-% rule used to download files for all sections (main, contrib, non-free) but saved them all under the name corresponding to the main section.

© 2014-2024 Faster IT GmbH | imprint | privacy policy