aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-05 10:50:34 -0500
committerBrian Dolbec <dolsen@gentoo.org>2014-01-05 15:15:41 -0800
commit9714bd709996c1c226d19f76e903dca776c9ab97 (patch)
treedbee49b6615b8d37a602d59b1c3cb8ccf4a66319 /DEVELOPING
parentportage(5): layout.conf: clarify profile-formats key (diff)
downloadgentoo-portage-9714bd709996c1c226d19f76e903dca776c9ab97.tar.xz
gentoo-portage-9714bd709996c1c226d19f76e903dca776c9ab97.zip
mkrelease: add a --runtests shortcut
This automates the release+test cycle a bit so people don't have to do it all by hand.
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING7
1 files changed, 2 insertions, 5 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 7aac81b7d34a..b704a50fb92c 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -167,11 +167,8 @@ Releases
First create a git tag for this release:
git tag v2.2.8
-Then create the tarball:
- ./mkrelease.sh --changelog-rev v2.2.7 --tag 2.2.8
-
-Unpack the tarball and run tests:
- ./runtests.sh --python-versions=supported
+Then create the tarball and run the tests:
+ ./mkrelease.sh --changelog-rev v2.2.7 --tag --runtests 2.2.8
Make sure you have all supported python versions installed first
(see PYTHON_SUPPORTED_VERSIONS in runtests.sh).