check_out_of_date: Add a TODO about porting it

The script is written in python2 and it imports portage code. Since
the portage is going to become a python3-only code, the script needs
porting to python3. It is not the high priority right now, because it
seems to be not used by other scripts or jenkins.
This commit is contained in:
Krzesimir Nowak 2021-02-03 17:24:40 +01:00
parent 647690e264
commit f09a648222

View File

@ -1,5 +1,5 @@
#!/usr/bin/python2
# needs to be python2 for portage
# TODO: This script needs porting to python3, since portage is also in python3 now.
# Prints out a list of all packages in portage-stable and how they stand relative to gentoo upstream