From ef739f17a26cfcff84479219f9e08e95aa277ff4 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 3 Oct 2013 09:39:35 +1300 Subject: [PATCH] Better sample jobs. The actual jobs we have configured now look quite different to the template folk are advised to use. I think this is more accurate. Change-Id: I1d94737d8a448d78626633bdef670c4b084c2263 --- doc/source/stackforge.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/stackforge.rst b/doc/source/stackforge.rst index e6e50104b0..32a30f086b 100644 --- a/doc/source/stackforge.rst +++ b/doc/source/stackforge.rst @@ -155,15 +155,15 @@ It should look something like:: - gate-project-name-pep8 - gate-project-name-python26 - gate-project-name-python27 + - gate-project-name-python33 gate: - gate-project-name-docs - gate-project-name-pep8 - gate-project-name-python26 - gate-project-name-python27 + - gate-project-name-python33 post: - - project-name-branch-tarball - project-name-coverage - - hook-project-name-rtfd If you aren't ready to run any gate tests yet and did not configure python-jobs in project.yaml, it should look like this instead::