[Buildbot-commits] [Buildbot] #2571: buildbot_www package does not include html files and require.js
Buildbot trac
trac at buildbot.net
Sat Oct 12 23:36:43 UTC 2013
#2571: buildbot_www package does not include html files and require.js
-----------------------+-------------------
Reporter: jollyroger | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.9.+
Version: master | Keywords: web
-----------------------+-------------------
When building buildbot_www package on Debian unstable (node v0.10.20,
node-gyp v0.10.10) the produced sdist tarball as well as the
`www/buildbot_www` directory does not contain the following files required
to run the new web interface:
* index.html
* require.js
* views directory (with add other html files)
All these files can be found in `www/.temp` directory after succesfull
build. However there is one more issue with `require.js`: The new web
interface expects it to be in the root directory, i.e. in
`www/buildbot_www`, but in fact this file is located under
`www/.temp/scrips/libs/` directory. This means that even if all files were
to be copied to `www/buildbot_www` during build, web interface won't find
require.js and fail to display anything as the result.
Attaching build logs in case of any interest. Sorry for some command
sequences (node just cannot stop to use colors).
--
Ticket URL: <http://trac.buildbot.net/ticket/2571>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list