lp://staging/~psivaa/cupstream2distro/add-qtmir
- Get this branch:
- bzr branch lp://staging/~psivaa/cupstream2distro/add-qtmir
Branch merges
- CU2D maintainers: Pending requested
-
Diff: 13830 lines (+13289/-0) (has conflicts)104 files modified.bzr-builddeb/default.conf (+2/-0)
COPYING (+674/-0)
c2dconfigutils/c2dconfigutils.py (+197/-0)
c2dconfigutils/cu2dTrigger.py (+232/-0)
c2dconfigutils/cu2dUpdateCi.py (+654/-0)
c2dconfigutils/cu2dValidator.py (+188/-0)
c2dconfigutils/cu2dWatchDog.py (+111/-0)
ci/config/defaults.conf (+38/-0)
ci/cu2d-check-stalled-mps (+32/-0)
ci/cu2d-trigger (+39/-0)
ci/cu2d-update-ci (+40/-0)
ci/cu2d-validate (+39/-0)
ci/jenkins-templates/acquire-hooks.sh.tmpl (+11/-0)
ci/jenkins-templates/aggregate-tests.sh.tmpl (+21/-0)
ci/jenkins-templates/autolanding-config.xml.tmpl (+261/-0)
ci/jenkins-templates/ci-config.xml.tmpl (+253/-0)
ci/jenkins-templates/mbs-autolanding-config.xml.tmpl (+302/-0)
ci/jenkins-templates/mbs-pbuilder-config.xml.tmpl (+201/-0)
ci/jenkins-templates/mbs-rebuild-config.xml.tmpl (+290/-0)
ci/jenkins-templates/pbuilder-config.xml.tmpl (+173/-0)
ci/jenkins-templates/qt-pbuilder-config.xml.tmpl (+175/-0)
credentials (+10/-0)
daily-release/config/autopilot.rc (+10/-0)
daily-release/config/defaults.conf (+8/-0)
daily-release/config/rsyncd.conf (+12/-0)
daily-release/count_projects.py (+25/-0)
daily-release/cu2d-update-stack (+277/-0)
daily-release/jenkins-templates/build-stack-config.xml.tmpl (+47/-0)
daily-release/jenkins-templates/check-stack-config.xml.tmpl (+128/-0)
daily-release/jenkins-templates/master-config.xml.tmpl (+280/-0)
daily-release/jenkins-templates/prepare-config.xml.tmpl (+95/-0)
daily-release/jenkins-templates/prepare-project-config.xml.tmpl (+85/-0)
daily-release/jenkins-templates/publish-stack-config.xml.tmpl (+65/-0)
daily-release/jenkins-templates/waitonstacks-stack-config.xml.tmpl (+49/-0)
daily-release/jenkins-tools/default-binaries (+68/-0)
daily-release/toggle_stack_state.py (+145/-0)
debian/changelog (+19/-0)
debian/compat (+1/-0)
debian/control (+33/-0)
debian/copyright (+24/-0)
debian/rules (+10/-0)
setup.py (+44/-0)
stacks/head/apps.cfg (+73/-0)
stacks/head/click-package.cfg (+41/-0)
stacks/head/cordova.cfg (+21/-0)
stacks/head/friends.cfg (+41/-0)
stacks/head/hud.cfg (+55/-0)
stacks/head/indicators.cfg (+205/-0)
stacks/head/location.cfg (+5/-0)
stacks/head/media.cfg (+86/-0)
stacks/head/mir.cfg (+63/-0)
stacks/head/misc.cfg (+96/-0)
stacks/head/network.cfg (+22/-0)
stacks/head/oif.cfg (+35/-0)
stacks/head/phone.cfg (+166/-0)
stacks/head/platform.cfg (+89/-0)
stacks/head/qa.cfg (+129/-0)
stacks/head/sdk.cfg (+135/-0)
stacks/head/services.cfg (+76/-0)
stacks/head/settings.cfg (+56/-0)
stacks/head/thin-client.cfg (+15/-0)
stacks/head/unity.cfg (+232/-0)
stacks/head/unity8.cfg (+219/-0)
stacks/head/webapp.cfg (+199/-0)
stacks/head/webcred.cfg (+141/-0)
stacks/no-dailies/click-package.cfg (+29/-0)
stacks/no-dailies/mir.cfg (+82/-0)
stacks/no-dailies/phone.cfg (+27/-0)
stacks/no-dailies/qa.cfg (+83/-0)
stacks/no-dailies/qt.cfg (+90/-0)
stacks/no-dailies/sdk.cfg (+35/-0)
stacks/no-dailies/unity8.cfg (+20/-0)
stacks/phablet/ubuntu-touch-coreapps-al.cfg (+29/-0)
stacks/phablet/ubuntu-touch-coreapps.cfg (+82/-0)
stacks/trusty/apps.cfg (+160/-0)
stacks/trusty/click-package.cfg (+38/-0)
stacks/trusty/cordova.cfg (+21/-0)
stacks/trusty/friends.cfg (+93/-0)
stacks/trusty/hud.cfg (+69/-0)
stacks/trusty/indicators.cfg (+285/-0)
stacks/trusty/location.cfg (+16/-0)
stacks/trusty/media.cfg (+155/-0)
stacks/trusty/mir.cfg (+61/-0)
stacks/trusty/misc.cfg (+98/-0)
stacks/trusty/network.cfg (+30/-0)
stacks/trusty/oif.cfg (+53/-0)
stacks/trusty/phone.cfg (+231/-0)
stacks/trusty/platform.cfg (+153/-0)
stacks/trusty/qa.cfg (+159/-0)
stacks/trusty/sdk.cfg (+204/-0)
stacks/trusty/services.cfg (+97/-0)
stacks/trusty/settings.cfg (+164/-0)
stacks/trusty/thin-client.cfg (+17/-0)
stacks/trusty/unity.cfg (+323/-0)
stacks/trusty/unity8.cfg (+223/-0)
stacks/trusty/webapp.cfg (+295/-0)
stacks/trusty/webcred.cfg (+117/-0)
stacks/utopic/qa.cfg (+24/-0)
tests/run_tests.sh (+11/-0)
tests/test_CheckStalledMPs.py (+171/-0)
tests/test_c2dconfigutils.py (+244/-0)
tests/test_cu2dTrigger.py (+471/-0)
tests/test_cu2dUpdateCi.py (+1068/-0)
tests/test_cu2dValidator.py (+193/-0)
Branch information
Recent revisions
- 1179. By Francis Ginther
-
Removing mir-vm-ci-build and mir-vm-
autolanding- build post-build jobs. These were not updated from saucy and no one noticed. Approved by PS Jenkins bot, Francis Ginther.
- 1178. By Francis Ginther
-
Remove coverage building for lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging.
Approved by PS Jenkins bot, Francis Ginther.
- 1177. By Francis Ginther
-
Remove specific target_branch for compiz in stacks/
head/unity. cfg, it should be testing lp:compiz. Approved by PS Jenkins bot, Francis Ginther.
- 1176. By Paul Larson
-
add lp:ciborium to services.cfg.
Approved by PS Jenkins bot, Robert Bruce Park.
- 1175. By Francis Ginther
-
Add lp:mir/0.6 and remove lp:mir/0.4.
Approved by PS Jenkins bot, Francis Ginther.
- 1174. By Francis Ginther
-
Add lp:ubuntu-push-qml ci and autopilot testing.
Approved by Robert Bruce Park, PS Jenkins bot.
- 1173. By Francis Ginther
-
Remove saucy builds and ppa updates.
Approved by Sergio Schvezov, PS Jenkins bot.
- 1172. By Francis Ginther
-
Improve speed of mir builds by removing code coverage and increasing parallel_jobs to 4 for non-trunk builds.
Approved by PS Jenkins bot, Francis Ginther.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/cupstream2distro