[Git][security-tracker-team/security-tracker][master] Fix syntax or dla-needed.txt
Lee Garrett (@lgarrett)
gitlab at salsa.debian.org
Tue Jul 30 19:59:57 BST 2024
Lee Garrett pushed to branch master at Debian Security Tracker / security-tracker
Commits:
00579092 by Lee Garrett at 2024-07-30T20:45:24+02:00
Fix syntax or dla-needed.txt
Prior to ff58fcf817, this file ended in a single line with "--". That commit
introduced a change that caused pyxian's `freexian available` to error out with:
$ freexian available
2024-07-30 14:39:35 ERROR cmdline.py Uncaught exception
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pyxian/cmdline.py", line 40, in main
return cmd.run()
^^^^^^^^^
File "/usr/lib/python3/dist-packages/pyxian/cli/lts.py", line 47, in run
entries = self.lts.needed_entries_available()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pyxian/deblts.py", line 63, in needed_entries_available
dla_needed = self.load_needed()
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pyxian/deblts.py", line 45, in load_needed
return DLANeeded(self.needed)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pyxian/dla_needed.py", line 88, in __init__
self.load()
File "/usr/lib/python3/dist-packages/pyxian/dla_needed.py", line 137, in load
self.entries.append(Entry(stanza_lines))
^^^^^^^^^^^^^^^^^^^
TypeError: Entry.__init__() missing 1 required positional argument: 'lines'
- - - - -
1 changed file:
- data/dla-needed.txt
Changes:
=====================================
data/dla-needed.txt
=====================================
@@ -30,3 +30,4 @@ NOTE: IMPORTANT: https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=release.deb
--
linux (Ben Hutchings)
NOTE: 20230111: perma-added for LTS package-specific delegation (bwh)
+--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/00579092f90f9fc4ccc4e732612d02a579cac8c0
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/00579092f90f9fc4ccc4e732612d02a579cac8c0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20240730/21a73cfe/attachment.htm>
More information about the debian-security-tracker-commits
mailing list