Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / 
security-tracker


Commits:
5920a5ed by Salvatore Bonaccorso at 2026-01-03T13:28:08+01:00
compare-embed-usertags: Use correct mirror for rsync to get data

We used historically rsync://bugs.debian.org to get the data, but
according to https://www.debian.org/Bugs/Access the correct entrypoint
is rsync://bugs-mirror.debian.org .

Link: https://www.debian.org/Bugs/Access
Signed-off-by: Salvatore Bonaccorso <[email protected]>

- - - - -


1 changed file:

- bin/compare-embed-usertags


Changes:

=====================================
bin/compare-embed-usertags
=====================================
@@ -24,7 +24,7 @@ if [ ! -f data/embedded-code-copies ] ; then
 fi
 
 header=0
-rsync --recursive rsync://bugs.debian.org/bts-spool-index/user/ data/usertags/
+rsync --recursive rsync://bugs-mirror.debian.org/bts-spool-index/user/ 
data/usertags/
 grep --recursive --ignore-case --files-with-matches '^Tag:.*embed' 
data/usertags/ |
 while read user ; do
        sed --silent '/^Tag:.*embed/,/^$/p' "$user" |



View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/5920a5eda5ac074ccefe172a87221ad18e280d87

-- 
View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/5920a5eda5ac074ccefe172a87221ad18e280d87
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-security-tracker-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to