Repositories
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
lbts-boss
-
Cloning this repository:
git clone git://gitorious.org/~lbt/meego-infrastructure-tools/lbts-boss.git lbts-boss cd lbts-boss
Add this repository as a remote to an existing local repository:
git remote add lbts-boss git://gitorious.org/~lbt/meego-infrastructure-tools/lbts-boss.git git fetch lbts-boss git checkout -b my-local-tracking-branch lbts-boss/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
mords-imger
-
Cloning this repository:
git clone git://gitorious.org/~mord/meego-infrastructure-tools/mords-imger.git mords-imger cd mords-imger
Add this repository as a remote to an existing local repository:
git remote add mords-imger git://gitorious.org/~mord/meego-infrastructure-tools/mords-imger.git git fetch mords-imger git checkout -b my-local-tracking-branch mords-imger/master_or_other_branch
boss-fixes
-
Cloning this repository:
git clone git://gitorious.org/~iamer/meego-infrastructure-tools/boss-fixes.git boss-fixes cd boss-fixes
Add this repository as a remote to an existing local repository:
git remote add boss-fixes git://gitorious.org/~iamer/meego-infrastructure-tools/boss-fixes.git git fetch boss-fixes git checkout -b my-local-tracking-branch boss-fixes/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
informatiqs-imger
-
Cloning this repository:
git clone git://gitorious.org/~informatiq/meego-infrastructure-tools/informatiqs-imger.git informatiqs-imger cd informatiqs-imger
Add this repository as a remote to an existing local repository:
git remote add informatiqs-imger git://gitorious.org/~informatiq/meego-infrastructure-tools/informatiqs-imger.git git fetch informatiqs-imger git checkout -b my-local-tracking-branch informatiqs-imger/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
jfdings-boss
-
Cloning this repository:
git clone git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-boss.git jfdings-boss cd jfdings-boss
Add this repository as a remote to an existing local repository:
git remote add jfdings-boss git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-boss.git git fetch jfdings-boss git checkout -b my-local-tracking-branch jfdings-boss/master_or_other_branch
jfdings-imger
-
Cloning this repository:
git clone git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-imger.git jfdings-imger cd jfdings-imger
Add this repository as a remote to an existing local repository:
git remote add jfdings-imger git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-imger.git git fetch jfdings-imger git checkout -b my-local-tracking-branch jfdings-imger/master_or_other_branch
jfdings-boss-participant-notify
-
Cloning this repository:
git clone git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-boss-participant-notify.git jfdings-boss-participant-notify cd jfdings-boss-participant-notify
Add this repository as a remote to an existing local repository:
git remote add jfdings-boss-participant-notify git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-boss-participant-notify.git git fetch jfdings-boss-participant-notify git checkout -b my-local-tracking-branch jfdings-boss-participant-notify/master_or_other_branch
jfdings-boss-launcher-robogrator
-
Cloning this repository:
git clone git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-boss-launcher-robogrator.git jfdings-boss-launcher-robogrator cd jfdings-boss-launcher-robogrator
Add this repository as a remote to an existing local repository:
git remote add jfdings-boss-launcher-robogrator git://gitorious.org/~jfding/meego-infrastructure-tools/jfdings-boss-launcher-robogrator.git git fetch jfdings-boss-launcher-robogrator git checkout -b my-local-tracking-branch jfdings-boss-launcher-robogrator/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
resundars-boss-participant-notify
-
Cloning this repository:
git clone git://gitorious.org/~resundar/meego-infrastructure-tools/resundars-boss-participant-notify.git resundars-boss-participant-notify cd resundars-boss-participant-notify
Add this repository as a remote to an existing local repository:
git remote add resundars-boss-participant-notify git://gitorious.org/~resundar/meego-infrastructure-tools/resundars-boss-participant-notify.git git fetch resundars-boss-participant-notify git checkout -b my-local-tracking-branch resundars-boss-participant-notify/master_or_other_branch
resundars-boss-participant-bugzilla
-
Cloning this repository:
git clone git://gitorious.org/~resundar/meego-infrastructure-tools/resundars-boss-participant-bugzilla.git resundars-boss-participant-bugzilla cd resundars-boss-participant-bugzilla
Add this repository as a remote to an existing local repository:
git remote add resundars-boss-participant-bugzilla git://gitorious.org/~resundar/meego-infrastructure-tools/resundars-boss-participant-bugzilla.git git fetch resundars-boss-participant-bugzilla git checkout -b my-local-tracking-branch resundars-boss-participant-bugzilla/master_or_other_branch
resundars-boss-participant-obsticket
-
Cloning this repository:
git clone git://gitorious.org/~resundar/meego-infrastructure-tools/resundars-boss-participant-obsticket.git resundars-boss-participant-obsticket cd resundars-boss-participant-obsticket
Add this repository as a remote to an existing local repository:
git remote add resundars-boss-participant-obsticket git://gitorious.org/~resundar/meego-infrastructure-tools/resundars-boss-participant-obsticket.git git fetch resundars-boss-participant-obsticket git checkout -b my-local-tracking-branch resundars-boss-participant-obsticket/master_or_other_branch

