File: 0003-Update-britney-data-locations.patch

package info (click to toggle)
coinst 1.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,720 kB
  • sloc: ml: 15,760; javascript: 10,468; makefile: 149; ansic: 52
file content (31 lines) | stat: -rw-r--r-- 1,053 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: Stephane Glondu <steph@glondu.net>
Date: Thu, 13 Aug 2020 15:28:41 +0200
Subject: Update britney data locations

Forwarded: https://github.com/vouillon/coinst/pull/8
---
 update_data.ml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/update_data.ml b/update_data.ml
index c106e04..fb1a1e2 100644
--- a/update_data.ml
+++ b/update_data.ml
@@ -23,12 +23,12 @@
 
 let src = ref "http://http.debian.net/debian/dists/"
 let hint_src = "https://release.debian.org/britney/hints/"
-let britney_src = "https://release.debian.org/britney/data-b2/"
+let britney_src = "https://release.debian.org/britney/state/"
 let britney_files =
-  [("Dates", `Testing, "Dates");
-   ("Urgency", `Testing, "Urgency");
-   ("testing_BugsV", `Testing, "BugsV");
-   ("unstable_BugsV", `Unstable, "BugsV")]
+  [("age-policy-dates", `Testing, "Dates");
+   ("age-policy-urgencies", `Testing, "Urgency");
+   ("rc-bugs-testing", `Testing, "BugsV");
+   ("rc-bugs-unstable", `Unstable, "BugsV")]
 
 let sects = ["main"; "contrib"; "non-free"]