MeeGo Infrastructure Tools
MeeGo infrastructure tools
boss
Build Orchestration System
more Info at http://wiki.meego.com/BOSS
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss.git boss cd boss
Add this repository as a remote to an existing local repository:
git remote add boss git://gitorious.org/meego-infrastructure-tools/boss.git git fetch boss git checkout -b my-local-tracking-branch boss/master_or_other_branch
imger
Meego Image creator service, a web interface to MIC and also acts as a participant in BOSS
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/imger.git imger cd imger
Add this repository as a remote to an existing local repository:
git remote add imger git://gitorious.org/meego-infrastructure-tools/imger.git git fetch imger git checkout -b my-local-tracking-branch imger/master_or_other_branch
air
An RPC library used by BOSS
http://wiki.meego.com/BOSS/AIR
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/air.git air cd air
Add this repository as a remote to an existing local repository:
git remote add air git://gitorious.org/meego-infrastructure-tools/air.git git fetch air git checkout -b my-local-tracking-branch air/master_or_other_branch
ruote-amqp-pyclient
The Python client library for Ruoute::AMQP
Also at:
http://github.com/lbt/ruote-amqp-pyclient
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/ruote-amqp-pyclient.git ruote-amqp-pyclient cd ruote-amqp-pyclient
Add this repository as a remote to an existing local repository:
git remote add ruote-amqp-pyclient git://gitorious.org/meego-infrastructure-tools/ruote-amqp-pyclient.git git fetch ruote-amqp-pyclient git checkout -b my-local-tracking-branch ruote-amqp-pyclient/master_or_other_branch
boss-participant-bugzilla
This BOSS participant will allow bugs to be commented and statuses updated automatically more…
Adding a remote of template:
git remote add template git://gitorious.org/meego-infrastructure-tools/boss-participant-template.git
will allow future patches to that project to be seen
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-bugzilla.git boss-participant-bugzilla cd boss-participant-bugzilla
Add this repository as a remote to an existing local repository:
git remote add boss-participant-bugzilla git://gitorious.org/meego-infrastructure-tools/boss-participant-bugzilla.git git fetch boss-participant-bugzilla git checkout -b my-local-tracking-branch boss-participant-bugzilla/master_or_other_branch
boss-participant-notify
This BOSS participant will send notifications to users based on their preferences. more…
Adding a remote of template:
git remote add template git://gitorious.org/meego-infrastructure-tools/boss-participant-template.git
will allow future patches to that project to be seen
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-notify.git boss-participant-notify cd boss-participant-notify
Add this repository as a remote to an existing local repository:
git remote add boss-participant-notify git://gitorious.org/meego-infrastructure-tools/boss-participant-notify.git git fetch boss-participant-notify git checkout -b my-local-tracking-branch boss-participant-notify/master_or_other_branch
boss-participant-ots
This BOSS participant will talk to OTS and allow image tests to be incorporated into processes more…
Adding a remote of template:
git remote add template git://gitorious.org/meego-infrastructure-tools/boss-participant-template.git
will allow future patches to that project to be seen
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-ots.git boss-participant-ots cd boss-participant-ots
Add this repository as a remote to an existing local repository:
git remote add boss-participant-ots git://gitorious.org/meego-infrastructure-tools/boss-participant-ots.git git fetch boss-participant-ots git checkout -b my-local-tracking-branch boss-participant-ots/master_or_other_branch
boss-performance-test
This project is to set up performance test for BOSS
http://wiki.meego.com/Release_Infrastructure/BOSS/Performance
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-performance-test.git boss-performance-test cd boss-performance-test
Add this repository as a remote to an existing local repository:
git remote add boss-performance-test git://gitorious.org/meego-infrastructure-tools/boss-performance-test.git git fetch boss-performance-test git checkout -b my-local-tracking-branch boss-performance-test/master_or_other_branch
boss-participant-getchangelog
This BOSS participant will get the changelog for a package. more…
Adding a remote of template:
git remote add template git://gitorious.org/meego-infrastructure-tools/boss-participant-template.git
will allow future patches to that project to be seen
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-getchangelog.git boss-participant-getchangelog cd boss-participant-getchangelog
Add this repository as a remote to an existing local repository:
git remote add boss-participant-getchangelog git://gitorious.org/meego-infrastructure-tools/boss-participant-getchangelog.git git fetch boss-participant-getchangelog git checkout -b my-local-tracking-branch boss-participant-getchangelog/master_or_other_branch
boss-participant-obsticket
This BOSS participant allows serial access to an OBS project. It provides 2 participants: more…
- get_OBS_ticket :project => ‘${prj}’
- release_OBS_ticket :project => ‘${prj}’
Adding a remote of template:
git remote add template git://gitorious.org/meego-infrastructure-tools/boss-participant-template.git
will allow future patches to that project to be seen
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-obsticket.git boss-participant-obsticket cd boss-participant-obsticket
Add this repository as a remote to an existing local repository:
git remote add boss-participant-obsticket git://gitorious.org/meego-infrastructure-tools/boss-participant-obsticket.git git fetch boss-participant-obsticket git checkout -b my-local-tracking-branch boss-participant-obsticket/master_or_other_branch
boss-launcher-robogrator
This is a key participant for integrating to OBS.
It takes OBS events and launches suitable processes to handle them.
more…
Processes are kept in a (currently simple) process store and the events are used to establish state and eventually to select a process for launch.
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-launcher-robogrator.git boss-launcher-robogrator cd boss-launcher-robogrator
Add this repository as a remote to an existing local repository:
git remote add boss-launcher-robogrator git://gitorious.org/meego-infrastructure-tools/boss-launcher-robogrator.git git fetch boss-launcher-robogrator git checkout -b my-local-tracking-branch boss-launcher-robogrator/master_or_other_branch
dcp
Distributed Config Push/Pull more…
The intention is to have an admin host which holds a collection of sparse directory for a variety of machines.
These are kept under version control and can be:
- pushed to the host
- compared to the host
- aligned with peers
Support two operational models:
- change the host and record later
- stage on the server and push
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/dcp.git dcp cd dcp
Add this repository as a remote to an existing local repository:
git remote add dcp git://gitorious.org/meego-infrastructure-tools/dcp.git git fetch dcp git checkout -b my-local-tracking-branch dcp/master_or_other_branch
boss-participant-defineimage
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-defineimage.git boss-participant-defineimage cd boss-participant-defineimage
Add this repository as a remote to an existing local repository:
git remote add boss-participant-defineimage git://gitorious.org/meego-infrastructure-tools/boss-participant-defineimage.git git fetch boss-participant-defineimage git checkout -b my-local-tracking-branch boss-participant-defineimage/master_or_other_branch
boss-participant-getbuildlog
This BOSS participant will get the buildlog for a package.
In particular the log of a failed trial build is needed for reporting the failure before the next build overrides it.
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-getbuildlog.git boss-participant-getbuildlog cd boss-participant-getbuildlog
Add this repository as a remote to an existing local repository:
git remote add boss-participant-getbuildlog git://gitorious.org/meego-infrastructure-tools/boss-participant-getbuildlog.git git fetch boss-participant-getbuildlog git checkout -b my-local-tracking-branch boss-participant-getbuildlog/master_or_other_branch
boss-participant-repomaker
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-repomaker.git boss-participant-repomaker cd boss-participant-repomaker
Add this repository as a remote to an existing local repository:
git remote add boss-participant-repomaker git://gitorious.org/meego-infrastructure-tools/boss-participant-repomaker.git git fetch boss-participant-repomaker git checkout -b my-local-tracking-branch boss-participant-repomaker/master_or_other_branch
python-buildservice
python module to access the web service, on top of osc used in repomaker to check build/publish status
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/python-buildservice.git python-buildservice cd python-buildservice
Add this repository as a remote to an existing local repository:
git remote add python-buildservice git://gitorious.org/meego-infrastructure-tools/python-buildservice.git git fetch python-buildservice git checkout -b my-local-tracking-branch python-buildservice/master_or_other_branch
boss-participant-requests
Handles OBS requests
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-requests.git boss-participant-requests cd boss-participant-requests
Add this repository as a remote to an existing local repository:
git remote add boss-participant-requests git://gitorious.org/meego-infrastructure-tools/boss-participant-requests.git git fetch boss-participant-requests git checkout -b my-local-tracking-branch boss-participant-requests/master_or_other_branch
boss-nightly-imgs
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-nightly-imgs.git boss-nightly-imgs cd boss-nightly-imgs
Add this repository as a remote to an existing local repository:
git remote add boss-nightly-imgs git://gitorious.org/meego-infrastructure-tools/boss-nightly-imgs.git git fetch boss-nightly-imgs git checkout -b my-local-tracking-branch boss-nightly-imgs/master_or_other_branch
revs
Release Engineering Visibility and Reporting
Also known as Grasp, the Package Database and PDBV4
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/revs.git revs cd revs
Add this repository as a remote to an existing local repository:
git remote add revs git://gitorious.org/meego-infrastructure-tools/revs.git git fetch revs git checkout -b my-local-tracking-branch revs/master_or_other_branch
obs-metrics
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/obs-metrics.git obs-metrics cd obs-metrics
Add this repository as a remote to an existing local repository:
git remote add obs-metrics git://gitorious.org/meego-infrastructure-tools/obs-metrics.git git fetch obs-metrics git checkout -b my-local-tracking-branch obs-metrics/master_or_other_branch
boss-participant-rsync
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-rsync.git boss-participant-rsync cd boss-participant-rsync
Add this repository as a remote to an existing local repository:
git remote add boss-participant-rsync git://gitorious.org/meego-infrastructure-tools/boss-participant-rsync.git git fetch boss-participant-rsync git checkout -b my-local-tracking-branch boss-participant-rsync/master_or_other_branch
boss-skynet
SkyNET provides the daemon / participant service manager for BOSS participants
http://wiki.meego.com/Release_Infrastructure/BOSS/SkyNET
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-skynet.git boss-skynet cd boss-skynet
Add this repository as a remote to an existing local repository:
git remote add boss-skynet git://gitorious.org/meego-infrastructure-tools/boss-skynet.git git fetch boss-skynet git checkout -b my-local-tracking-branch boss-skynet/master_or_other_branch
boss-python-skynet
Creates the python-boss-skynet package with the SkyNET module. more…
This contains the python Exo boilerplate used by SkyNET participants.
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-python-skynet.git boss-python-skynet cd boss-python-skynet
Add this repository as a remote to an existing local repository:
git remote add boss-python-skynet git://gitorious.org/meego-infrastructure-tools/boss-python-skynet.git git fetch boss-python-skynet git checkout -b my-local-tracking-branch boss-python-skynet/master_or_other_branch
boss-participant-build-status
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-build-status.git boss-participant-build-status cd boss-participant-build-status
Add this repository as a remote to an existing local repository:
git remote add boss-participant-build-status git://gitorious.org/meego-infrastructure-tools/boss-participant-build-status.git git fetch boss-participant-build-status git checkout -b my-local-tracking-branch boss-participant-build-status/master_or_other_branch
boss-participant-obsevent
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-obsevent.git boss-participant-obsevent cd boss-participant-obsevent
Add this repository as a remote to an existing local repository:
git remote add boss-participant-obsevent git://gitorious.org/meego-infrastructure-tools/boss-participant-obsevent.git git fetch boss-participant-obsevent git checkout -b my-local-tracking-branch boss-participant-obsevent/master_or_other_branch
boss-participant-image-dispatcher
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-image-dispatcher.git boss-participant-image-dispatcher cd boss-participant-image-dispatcher
Add this repository as a remote to an existing local repository:
git remote add boss-participant-image-dispatcher git://gitorious.org/meego-infrastructure-tools/boss-participant-image-dispatcher.git git fetch boss-participant-image-dispatcher git checkout -b my-local-tracking-branch boss-participant-image-dispatcher/master_or_other_branch
boss-viewer
BOSS monitor
A simple wrapper around ruote-kit to allow monitoring BOSS processes.
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-viewer.git boss-viewer cd boss-viewer
Add this repository as a remote to an existing local repository:
git remote add boss-viewer git://gitorious.org/meego-infrastructure-tools/boss-viewer.git git fetch boss-viewer git checkout -b my-local-tracking-branch boss-viewer/master_or_other_branch
boss-participant-prechecks
Consolidate multiple SkyNET style pre-check participants into a logically testable unit
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-prechecks.git boss-participant-prechecks cd boss-participant-prechecks
Add this repository as a remote to an existing local repository:
git remote add boss-participant-prechecks git://gitorious.org/meego-infrastructure-tools/boss-participant-prechecks.git git fetch boss-participant-prechecks git checkout -b my-local-tracking-branch boss-participant-prechecks/master_or_other_branch
boss-skynet-test
sanity test for boss-skynet
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-skynet-test.git boss-skynet-test cd boss-skynet-test
Add this repository as a remote to an existing local repository:
git remote add boss-skynet-test git://gitorious.org/meego-infrastructure-tools/boss-skynet-test.git git fetch boss-skynet-test git checkout -b my-local-tracking-branch boss-skynet-test/master_or_other_branch
boss-participant-resolverequest
Participant responsible for accepting/rejecting OBS requests
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-participant-resolverequest.git boss-participant-resolverequest cd boss-participant-resolverequest
Add this repository as a remote to an existing local repository:
git remote add boss-participant-resolverequest git://gitorious.org/meego-infrastructure-tools/boss-participant-resolverequest.git git fetch boss-participant-resolverequest git checkout -b my-local-tracking-branch boss-participant-resolverequest/master_or_other_branch
boss-standard-workflow
boss-standard-workflow
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/boss-standard-workflow.git boss-standard-workflow cd boss-standard-workflow
Add this repository as a remote to an existing local repository:
git remote add boss-standard-workflow git://gitorious.org/meego-infrastructure-tools/boss-standard-workflow.git git fetch boss-standard-workflow git checkout -b my-local-tracking-branch boss-standard-workflow/master_or_other_branch
python-bugzilla-rest
Access to bugzilla via REST
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/python-bugzilla-rest.git python-bugzilla-rest cd python-bugzilla-rest
Add this repository as a remote to an existing local repository:
git remote add python-bugzilla-rest git://gitorious.org/meego-infrastructure-tools/python-bugzilla-rest.git git fetch python-bugzilla-rest git checkout -b my-local-tracking-branch python-bugzilla-rest/master_or_other_branch
precheck-tests
a number of flawed packages used for regression testing BOSS
-
Cloning this repository:
git clone git://gitorious.org/meego-infrastructure-tools/precheck-tests.git precheck-tests cd precheck-tests
Add this repository as a remote to an existing local repository:
git remote add precheck-tests git://gitorious.org/meego-infrastructure-tools/precheck-tests.git git fetch precheck-tests git checkout -b my-local-tracking-branch precheck-tests/master_or_other_branch
Activities 
-
Tuesday February 21 2012
-
Push
12:27
iamer pushed 1 commit to meego-infrastructure-tools/imger:master. View diff
master changed from d890457 to 6ed621a
-
Commit
12:21
-
Commit
12:21
-
Push
12:06
iamer pushed 1 commit to meego-infrastructure-tools/imger:master. View diff
master changed from 0c637f7 to d890457
-
Push
11:55
iamer pushed 2 commits to meego-infrastructure-tools/imger:master. View diff
master changed from e8456d5 to 0c637f7
-
-
Sunday February 19 2012
-
Push
11:49
iamer pushed 1 commit to meego-infrastructure-tools/imger:master. View diff
master changed from bb3d48d to e8456d5
-
Push
04:21
iamer pushed 1 commit to meego-infrastructure-tools/imger:master. View diff
master changed from 8caacc1 to bb3d48d
-
Push
03:56
iamer pushed 1 commit to meego-infrastructure-tools/imger:master. View diff
master changed from 47f53ed to 8caacc1
-
Push
02:07
iamer pushed 1 commit to meego-infrastructure-tools/imger:master. View diff
master changed from e3b6c68 to 47f53ed
-
-
Tuesday January 31 2012
-
Push
16:56
Li Yi pushed 1 commit to ~liyi/meego-infrastructure-tools/liyis-boss-participant-image-dispatcher:master. View diff
master changed from 8feda80 to 3b31c25
-
-
Saturday January 21 2012
-
Push
04:29
Li Yi pushed 21 commits to ~liyi/meego-infrastructure-tools/liyis-boss-participant-image-dispatcher:master. View diff
master changed from 36033c8 to 8feda80
-
Commit
04:29
-
Commit
04:29
-
-
Wednesday January 18 2012
-
Commit
23:08
-
Commit
23:08
-
Push
23:08
iamer pushed 5 commits to meego-infrastructure-tools/boss:master. View diff
master changed from 1e8514c to ec98290
-
Push
23:08
iamer pushed 1 commit to meego-infrastructure-tools/boss:supervisor. View diff
supervisor changed from 27c75e9 to ec98290
-
Commit
21:53
-
Push
21:53
iamer pushed 1 commit to meego-infrastructure-tools/boss-python-skynet:master. View diff
master changed from 9c50b2a to 8eaf7e6
-
Push
21:38
iamer pushed 1 commit to meego-infrastructure-tools/boss:supervisor. View diff
supervisor changed from 58c4ef4 to 27c75e9
-
Push
14:17
iamer pushed 1 commit to meego-infrastructure-tools/boss:supervisor. View diff
supervisor changed from 72ee9c2 to 58c4ef4
-
Push
01:24
iamer pushed 1 commit to meego-infrastructure-tools/boss:supervisor. View diff
supervisor changed from e1933cb to 72ee9c2
-
-
Tuesday January 17 2012
-
Push
19:12
iamer pushed 1 commit to meego-infrastructure-tools/boss:supervisor. View diff
supervisor changed from 2c36547 to e1933cb
-
-
Thursday January 12 2012
-
Push
09:54
iamer pushed 1 commit to meego-infrastructure-tools/boss:supervisor. View diff
supervisor changed from 33a95b5 to 2c36547
-
Commit
00:31
iamer created branch supervisor on meego-infrastructure-tools/boss
-
-
Tuesday January 10 2012
-
Push
22:08
iamer pushed 18 commits to meego-infrastructure-tools/boss:fix_scripts. View diff
fix_scripts changed from ea17c47 to 9757351
-
Push
22:08
iamer pushed 6 commits to meego-infrastructure-tools/boss:master. View diff
master changed from 0f0380a to 1e8514c
-
Commit
20:50
iamer deleted branch revs on meego-infrastructure-tools/boss
-
Commit
20:50
iamer deleted branch v0.4 on meego-infrastructure-tools/boss
-
Commit
20:50
iamer deleted branch unregister_feature on meego-infrastructure-tools/boss
-

