diff options
author | Sam James <sam@gentoo.org> | 2023-05-31 21:17:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-31 21:17:37 +0100 |
commit | 2753decf7e7b1c0c811a82d489c326e3a7bd6582 (patch) | |
tree | 000078eaca6e7e15c6571d753610ffafa336a075 | |
parent | Makefile.gpyutils: enable py3.12 graphs (diff) | |
download | qa-scripts-2753decf7e7b1c0c811a82d489c326e3a7bd6582.tar.gz qa-scripts-2753decf7e7b1c0c811a82d489c326e3a7bd6582.tar.bz2 qa-scripts-2753decf7e7b1c0c811a82d489c326e3a7bd6582.zip |
Makefile.gpyutils: add note about speeding up porting
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | Makefile.gpyutils | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 51e56c2..a2bba56 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -9,6 +9,9 @@ outdir = /dev/null # 1. Create rules below & add to upgr_all # 2. Later, when dot doesn't take too long for it, move to upgr_txt # 3. Once the impl is stable, move to upgr_base +# +# Please prioritize edges like python-any-r1 consumers to speed up getting +# from 1->2. Especially e.g. git, ninja, meson, doxygen. # upgrades for stable impls upgr_base = $(outdir)/310-to-311.txt |