lp:~jelmer/byoci/python3

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:~jelmer/byoci/python3
Only Jelmer Vernooij can upload to this branch. If you are Jelmer Vernooij please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jelmer Vernooij
Project:
byoci
Status:
Merged

Recent revisions

172. By Jelmer Vernooij

Fetch subunit with --rename support.

171. By Jelmer Vernooij

Install python3 versions of all dependencies.

170. By Jelmer Vernooij

Just invoke 'make check-ci' target to get a subunit stream.

169. By Vincent Ladeuil

Production master now up and running on ci.breezy-vcs.org

168. By Vincent Ladeuil

When landing a merge, the cover letter is used if the commit message is empty.

167. By Vincent Ladeuil

Add junit support to jobs using {landing-tests}.

166. By Vincent Ladeuil

brz-git landings

165. By Vincent Ladeuil

Trigger landings every 30 mins rather than 5.

One word: webhooks.

164. By Vincent Ladeuil

Remove debug script

163. By Vincent Ladeuil

Bootstrap the brz-git plugin.

This is a first rough shot from the IRC chat below.

[21/02 14:24] <jelmer> vila: how hard would it be to set up something similar for plugins (I'm thinking e.g. brz-git)
[21/02 14:26] <jelmer> what about dependencies? brz-git needs e.g. dulwich trunk
[21/02 14:27] <vila> trunk as in not packaged ?
[21/02 14:27] <jelmer> yeah, from github
[21/02 14:28] <vila> then that needs a setup command too

[21/02 14:33] <jelmer> so setup would just need to be something like "git clone git://jelmer.uk/dulwich dulwich.git && cd dulwich,git && ./setup.py install" ?
[21/02 14:35] <vila> most probably yes

The brz-git plugin needs brz and dulwich trunks to run, their respective
branches are installed at worker setup time.

Dulwich is installed with: ./setup.py install --user

Smelly things:

- installing dulwich from sources should be defined in the dulwich project
  not the brz-git one,

- likewise, setting up (and using) brz-trunk should be defined by the brz
  project,

- alternatively, there should be a way to depend and use packages produced
  when those trunks were gated.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:byoci
This branch contains Public information 
Everyone can see this information.

Subscribers