aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-05 10:31:32 -0500
committerMike Frysinger <vapier@gentoo.org>2014-01-05 14:08:58 -0500
commit752d92c9b7ace52f2b5cdf1b1e77ffef3ef12911 (patch)
treeb82813afda4bdb1a7fc8137b9a481369e1b19b9f /DEVELOPING
parentdocument release process (diff)
downloadgentoo-portage-752d92c9b7ace52f2b5cdf1b1e77ffef3ef12911.tar.xz
gentoo-portage-752d92c9b7ace52f2b5cdf1b1e77ffef3ef12911.zip
runtests: add a "supported" shortcut
This keeps the list of supported versions in one place so people can do: ./runtests.sh --python-versions=supported No need to hardcode the list of python versions in multiple places.
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 5dfd9b771faf..7aac81b7d34a 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -171,9 +171,9 @@ Then create the tarball:
./mkrelease.sh --changelog-rev v2.2.7 --tag 2.2.8
Unpack the tarball and run tests:
- ./runtests.sh
-Make sure you have all supported python versions installed:
- 2.6 2.7 3.2 3.3
+ ./runtests.sh --python-versions=supported
+Make sure you have all supported python versions installed first
+(see PYTHON_SUPPORTED_VERSIONS in runtests.sh).
Version bump the ebuild and verify it can re-install itself:
emerge portage