buildbot-ros icon indicating copy to clipboard operation
buildbot-ros copied to clipboard

A buildbot configuration for building ROS debians, docs, and tests.

Results 16 buildbot-ros issues
Sort by recently updated
recently updated
newest added

I'm not sure what is involved here or even what would be gained (other than being able to run this on newer versions of utunbut without python2 easiesr). It looks...

If two commits are made very close to each other in the development branch, buildbot will build two times the latest commit.

enhancement

Update the scripts to support xenial, copied parts of the code from the ros-buildfarm jobs.

I am trying to get builds for Kinetic/Xenial from buildbot-ros. Looks like git-buildpackage is very different from Trusty to Xenial. (0.6.9 => 0.7.2) Making migration complicated is the fact that...

Introduces several changes, notably removing the build files. @dirk-thomas has an initial (not yet tested) pass here: https://github.com/mikeferguson/buildbot-ros/compare/master...dirk-thomas:rep143?expand=1 that I will be looking at this weekend. Need to also tag...

enhancement

This is the killer feature, once it lands: https://github.com/smira/aptly/issues/116 It exposes a REST API to upload packages, which removes all the fuss of having to manually manage concurrency around the...

The code for setting this up is pretty much trivial, but we need to install an SMTP server for it to work, and that should be documented.

enhancement

Since I keep forgetting to deactivate/reactivate virtualenvs after changing the activate script to modify the PATH, this might be useful to others.

Steps to reproduce: - Add a new package to an already-building GBP repo - Create new release, add package name to index - Do not update rosdistro cache - New...

bug

Hey— so, I've mucked about with things a bit in my own repo, and I just want to describe them a bit before I prepare a PR for it. The...