commit: f415f58d1d18eb6f972baa10fb4f0f532d9a6908
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 07:20:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 07:20:29 2020 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f415f58d
gpyutils: Include maintainers in upgrade-impl output
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Makefile.gpyutils | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index ae93e5a..e7be59e 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -41,32 +41,32 @@ $(outdir)/depcheck.txt: $(timestamp)
$(outdir)/36-to-37.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl python3_6 python3_7 > [email protected]
+ gpy-upgrade-impl -m python3_6 python3_7 > [email protected]
mv [email protected] $@
$(outdir)/36-to-37-stablereq.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl -s python3_6 python3_7 > [email protected]
+ gpy-upgrade-impl -m -s python3_6 python3_7 > [email protected]
mv [email protected] $@
$(outdir)/37-to-38.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl python3_7 python3_8 > [email protected]
+ gpy-upgrade-impl -m python3_7 python3_8 > [email protected]
mv [email protected] $@
$(outdir)/37-to-38-stablereq.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl -s python3_7 python3_8 > [email protected]
+ gpy-upgrade-impl -m -s python3_7 python3_8 > [email protected]
mv [email protected] $@
$(outdir)/38-to-39.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl python3_8 python3_9 > [email protected]
+ gpy-upgrade-impl -m python3_8 python3_9 > [email protected]
mv [email protected] $@
$(outdir)/38-to-39-stablereq.txt: $(timestamp)
mkdir -p $(outdir)
- gpy-upgrade-impl -s python3_8 python3_9 > [email protected]
+ gpy-upgrade-impl -m -s python3_8 python3_9 > [email protected]
mv [email protected] $@
$(outdir)/py2.txt: $(timestamp)