- 25 Jan, 2022 1 commit
-
-
Rhonda D'Vine authored
Fix division by zero in parse-contents (Closes: #977006) See merge request !24
-
- 31 Dec, 2021 1 commit
-
-
Jochen Sprickerhof authored
Illegal division by zero at ./bin/parse-contents line 64, <CONT> line 250000. gzip -l archive/debports/sid/Contents-alpha.gz compressed uncompressed ratio uncompressed_name 10690116 0 0.0% archive/debports/sid/Contents-alpha
-
- 23 Aug, 2021 1 commit
-
-
Rhonda D'Vine authored
Fix file lists on packages.d.o. (Closes: #977006, #977743, #980888, #923974) See merge request !20
-
- 12 Aug, 2021 2 commits
-
-
Felix Lechner authored
This commit changes the logic of existing code. The author was not sure if the existing code performed as it should. The '-l' file test on the Contents.gz data files will not capture symbolic links for suite aliases on the suite level. Looks at the suite level instead.
-
Felix Lechner authored
Concatenate results from Contents-${arch}.gz and Contents-all.gz when the latter is present. (Closes: #977006, #977743, #980888) Since commit 81824d23 in daklib, the archive provides separate Contents files with packages from Arch:all for some suites. [1] (All suites post-buster appear to be affected.) Those file lists were not scanned for the web pages powering packages.d.o, and the file lists were unavailable online. This commit attempts to resolve the issue by parsing the file for Arch:all immediately afterwards, if it is present. The results are effectively concatenated. A better long-term solution might be to produce separate transfer files for Arch:all, but that may not work until buster is dropped from the archive. [1] ftp-team/dak@81824d23
-
- 13 Oct, 2020 2 commits
-
-
Holger Wansing authored
-
Holger Wansing authored
-
- 08 Jan, 2019 1 commit
-
-
Jessica Clarke authored
-
- 14 Dec, 2018 3 commits
-
-
Rhonda D'Vine authored
Packages::Sections: Add golang section See merge request !3
-
Rhonda D'Vine authored
Packages::Sections: Remove fonts reference from x11 section description See merge request !4
-
Rhonda D'Vine authored
Add RISC-V port (riscv64) See merge request !5
-
- 11 Dec, 2018 1 commit
-
-
Manuel A. Fernandez Montecelo authored
-
- 13 Nov, 2018 2 commits
-
-
Guillem Jover authored
Fonts belong in the fonts section. Closes: #907782
-
Guillem Jover authored
Ref: #847520
-
- 17 Oct, 2018 1 commit
-
-
Rhonda D'Vine authored
Update changelog links for https://metadata.ftp-master.d.o See merge request !1
-
- 31 Jul, 2018 1 commit
-
-
- 16 Jun, 2018 1 commit
-
-
Cyril Brulebois authored
rc-buggy is just another name for the experimental distribution, as seen in dak's config/debian/dak.conf under SuiteMappings: "map rc-buggy experimental"; So there's no reason to rewrite experimental as rc-buggy. Do the reverse transformation instead. This solves various lookup errors where index files wouldn't be found because their filenames would refer to rc-buggy. Signed-off-by:
Cyril Brulebois <kibi@debian.org>
-
- 20 May, 2018 1 commit
-
-
Rhonda D'Vine authored
-
- 13 May, 2018 1 commit
-
-
Paul Wise authored
Reported-by:Paul van der Vlis <paul@vandervlis.nl> Reported-in: <5eff7168-c3b7-566f-f4dc-9a9a5d583be7@vandervlis.nl>
-
- 11 May, 2018 2 commits
-
-
Anthony Fok authored
Following Boyuan Yang's example, see commit eee307e1
-
Boyuan Yang authored
This solves the problem of https://lists.debian.org/debian-www/2018/05/msg00010.html .
-
- 20 Jan, 2018 3 commits
-
-
Boyuan Yang authored
-
Boyuan Yang authored
-
Boyuan Yang authored
This should solve Debian Bug 703237.
-
- 15 Jan, 2018 1 commit
-
-
Julien Cristau authored
Use https where available, and update some Debian Policy links to the new layout.
-
- 11 Dec, 2017 6 commits
-
-
Helge Kreutzmann authored
-
Boyuan Yang authored
-
Boyuan Yang authored
Using cmdline: (polangs="bg de fi fr hu ja nl pl ru sk sv tr uk zh-cn zh-tw" ; topdir=$(realpath .); podir=$topdir/po; libdir=$topdir/lib; . ./cron.d/500update_po)
-
Boyuan Yang authored
* sources.debian.net -> sources.debian.org migration * replace packages.qa.debian.org with tracker.debian.org (Closes: #756397) * update URL for debian patch tracker (Closes: #831435)
-
Boyuan Yang authored
Do not update debtags.po when files/debtags/vocabulary file does not exist. Also fixed some indent problems.
-
Boyuan Yang authored
Debian-policy is now put inside one page instead of separate pages. Links to its contents are updated accordingly.
-
- 12 Oct, 2017 1 commit
-
-
Boyuan Yang authored
-
- 25 Sep, 2017 1 commit
-
-
yangfl authored
-
- 19 Jun, 2017 1 commit
-
-
Ana Guerrero López authored
Make changes to reflect the new debian order: strech is now stable jessie is now oldstable wheezy is now oldoldstable
-
- 12 Mar, 2017 1 commit
-
-
Ivan Masár authored
-
- 11 Mar, 2017 2 commits
- 24 Jan, 2017 3 commits
-
-
-
Cyril Brulebois authored
The size of uncompressed data can be determined by using gzip -l's output, so let's do that to improve reporting. Signed-off-by:
Cyril Brulebois <kibi@debian.org> -
Cyril Brulebois authored
Since we're using a temporary file now, we know exactly which amount of data is being worked on, so let's report accurate numbers. Signed-off-by:
Cyril Brulebois <kibi@debian.org>
-