lp:~pfalcon/linaro-ci-dashboard/bzr_home
- Get this branch:
- bzr branch lp:~pfalcon/linaro-ci-dashboard/bzr_home
Branch merges
- Stevan Radaković: Approve
- Diff: 35 lines (+6/-4)1 file modifieddashboard/frontend/management/commands/jenkins.py (+6/-4)
Branch information
Recent revisions
- 58. By Paul Sokolovsky
-
Set up and use BZR_HOME within Jenkins server directory.
As Jenkins is run from the current user environment, it will inhererit all
(well, most of) the settings, including bzr's. But bzr has bad habbit of
always using authenticated access for lp: branch URLs, if user is
authenticated once (using "bzr whoami"). So, when a build scripts run in
Jenkins build, and try to pull something from bzr lp, it tries to
authenticate with user's key, and fails, because there's no interactive
session (or even agent connection) to ask for password, so the command
fails. It turns out that the only way to get around this behavior is to
override BZR_HOME. - 57. By Paul Sokolovsky
-
Add DEBUG_PROPAGATE
_EXCEPTIONS to be handy in settings.py This causes Django to stop catching exceptions fancily, and instead they
got dumped to console log. Useful to debug Ajax view handlers, etc. Set
to False by default though. - 56. By Paul Sokolovsky
-
Use consistent heading for hwpack loops.
Also, add space between loop lists and buttons.
- 52. By Paul Sokolovsky
-
Auto-assigned loop's slave selection labels based on type name.
Unless overriden by a Loop, it's assigned_node parameter (label expression
to select slave type to run on) will be set as Loop type.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:linaro-ci-dashboard