summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2019-12-03 13:27:32 +0100
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-02-26 12:31:30 +0100
commit8ab31264bd0e24fa4178da4ac30bace0281ac273 (patch)
tree9946a8f212ddeabbdddd1b7ee5cb0ed0cf262082 /bin
parentcffd0233ba657c6092a611a8d04510c03825bb49 (diff)
lts-needs-forward-port: add FIXME about looking at stable pu list
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-needs-forward-port.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/lts-needs-forward-port.py b/bin/lts-needs-forward-port.py
index 5a0770bb29..62f8cc8936 100755
--- a/bin/lts-needs-forward-port.py
+++ b/bin/lts-needs-forward-port.py
@@ -76,6 +76,7 @@ def main():
if status_in_lts.status == 'resolved':
# Package will be updated via the next oldstable
# point release
+ # FIXME: when lts == oldstable, this should look at the stable pu list
if (issue.name in tracker.oldstable_point_update and
pkg in tracker.oldstable_point_update[issue.name]):
add_to_list('fixed_via_pu_in_oldstable', pkg, issue)

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