mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
647690e264
commit
f09a648222
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user