Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View


Categories: full quick
Legend:   Passed Failed Failed Again Running Exception Offline No data

full quick
Daniel Narvaez
Add --uri argument to sugar-launch
We are going to use this to launch html activities tests
but it could also be useful to users, to launch a browser
from the command line with a certain url.
Daniel Narvaez
No source directory in sugar-build anymore
Daniel Narvaez
Always put commands in path
So that we can run karma on check.
d833587dc893...
Pootle daemon
Commit from Sugar Labs: Translation System by user cjl.: 20 of 20 messages translated (0 fuzzy).
Daniel Narvaez
Don't fail if ignored files are not there
common.pyc might not exist
ac41b79b2361...
Manuel QuiƱones
Release 152
Daniel Narvaez
Use an env variable for virtual
Makes things a bit easier in sugar-build
Daniel Narvaez
Add support for SUGAR_RUN_TEST variable
When set the sugar shell runs a subprocess with
the command line specified by the variable, watches
it and exits with the same status code.

This will make it easy to run tests inside the shell
environment, html activity tests in particular.
Daniel Narvaez
Add the sugar-html-test module
Daniel Narvaez
Use the sugar gtk3 toolkit
Nothing in the shell should use the deprecated toolkit.
8af695ed1bfa...
Pootle daemon
Commit from Sugar Labs: Translation System by user cjl.: 42 of 42 messages translated (0 fuzzy).
Daniel Narvaez
Use command.run so that output is logged
Daniel Narvaez
Add a wrapper command for karma
Daniel Narvaez
Set profile name for all the checks
4e469dc4cb9b...
Pootle daemon
Commit from Sugar Labs: Translation System by user cjl.: 21 of 21 messages translated (0 fuzzy).
Daniel Narvaez
Update to match latest sugar-build
Daniel Narvaez
Use sugar-html-test as karma browser
Daniel Narvaez
Port sugar-launch from OptionsParser to argparse
OptionParser is deprecated.
Daniel Narvaez
Fix exit status code
Daniel Narvaez
Pull and adapt to new osbuild
Which supports karma tests
Simon Schampijer
Update the activity documentation
Change from sugar-html-core to sugar-html-activity and
sugar-html-bus.
Daniel Narvaez
Don't test the test activity
Daniel Narvaez
Use SUGAR_RUN_TEST to run gtk tests
Daniel Narvaez
Use SUGAR_RUN_TEST for gtk tests
Also use SUGAR_PROFILE_NAME instead of skipping the intro
with uitree.
Daniel Narvaez
Add support for SUGAR_PROFILE_NAME variable
If this environment variable is set, we skip the intro UI
and just setup the profile using that name.

This is going to be useful to run automated tests of the
html activities.