smsm1 / ootermite

Automatically exported from code.google.com/p/ootermite
0 stars 0 forks source link

fix options to buildsteps #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
information such as branch, langs are needed by build steps either as
command line args or env

data gathering needs more information such as builder and such.

Original issue reported on code.google.com by ikel...@gmail.com on 6 Sep 2007 at 12:31

GoogleCodeExporter commented 9 years ago
milestone

Original comment by ikel...@gmail.com on 6 Sep 2007 at 6:17

GoogleCodeExporter commented 9 years ago
related to #23

Original comment by ikel...@gmail.com on 6 Sep 2007 at 9:43

GoogleCodeExporter commented 9 years ago
see source factory and cloph's factory to see how this is done

Original comment by ikel...@gmail.com on 6 Sep 2007 at 9:43

GoogleCodeExporter commented 9 years ago
All build steps have the following passed to them for factories f3 and f4.

                               WithProperties("--branch=%s", "branch"),
                                WithProperties("--buildername=%s", "buildername"),
                                WithProperties("--buildnumber=%s", "buildnumber"),
                                WithProperties("--slavename=%s", "slavename"),
                                WithProperties("--revision=%s", "revision"),
                                WithProperties("--languages=\"%s\"", "languages"),
                                WithProperties("--install_set=%s", "install_set")])

Original comment by shaunmcd...@gmail.com on 7 Oct 2007 at 9:33

GoogleCodeExporter commented 9 years ago
Is this all the options that we are needing? If so I'll close the issue.

Original comment by shaunmcd...@gmail.com on 13 Oct 2007 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by christia...@web.de on 13 Aug 2008 at 2:42