ros-infrastructure / jenkins_scripts

Scripts used on the build farm
5 stars 9 forks source link

doc script: should run a stable, released version of rosdoc_lite #47

Closed jack-oquin closed 9 years ago

jack-oquin commented 11 years ago

The Jenkins doc script currently checks out the latest development branch of rosdoc_lite when building wiki documentation.

That makes it unnecessarily difficult to do development work on rosdoc_lite, because any commit may cause documentation jobs to start failing. Worse, rosdoc_lite currently has no unit test cases.

I am open to suggestions for how the doc script should best access rosdoc_lite. It is currently released as per-distro Ubuntu packages to both Groovy and Hydro (0.2.2) plus an earlier Fuerte release (0.1.3).

jack-oquin commented 11 years ago

Beware that rosdoc_lite 0.2.2 currently does not contain the fix for ros-infrastructure/rosdoc_lite#29, which is definitely needed for wiki documentation. That fix will be included in rosdoc_lite 0.2.3, to be released soon.

dirk-thomas commented 11 years ago

With the latest commit (441857f1ddc21a8f356b7bde379cf213d5211621) the doc script uses the default branch of rosdoc_lite. For Fuerte it changes to the special branch fuerte-devel. This makes the groovy-devel branch obsolete.

jack-oquin commented 11 years ago

The rosdoc_lite-0.2.3 mentioned above was released a month ago, but I forgot to mention it here.

jack-oquin commented 10 years ago

See also: #31

dirk-thomas commented 9 years ago

Since this is not going to be changed anymore for the existing buildfarm I will close this as "wontfix".