Skip to content

Latest commit

 

History

History
61 lines (54 loc) · 5.76 KB

CHANGELOG.rst

File metadata and controls

61 lines (54 loc) · 5.76 KB

Changelog for package ros_buildfarm

1.1.0 (2016-03-18)

  • New features
    • add Wily and Xenial support (#223, #225)
    • add support for Debian (#252)
    • add support for ARM64 on Ubuntu (#246)
    • extract compiler warnings for devel/pr jobs (#217)
    • merge branch before building pull request job (#219)
    • reconfigure release jobs when the rosdistro cache gets an updated manifest (#239)
    • add support to run devel/pr job with e.g. Travis (#264)
  • Improvements
    • add check if any upstream project is in progress to prevent notification email for jobs known to fail and being retriggered anyway (#194)
    • add subsections for "build", "build tests" and "run tests" in devel jobs (#195)
    • add "Queue" view to see all queued builds without the overhead of a job list (#197)
    • wrapper script for "git clone" to retry in case of network issues (#201)
    • retry on known apt-get errors when downloading sourcedeb files (#209)
    • retry when docker fails to pull base image (#212)
    • use groovy to reconfigure doc views (#224)
    • add subsection in doc jobs for better outline (#227)
    • output rsync stats (#230)
    • always update the depends_on entry (#231)
    • generate package specific notifications (#247)
    • allow overriding manual question with '-y' (#260)
    • disable pager for git log command (#)
  • Fixes
    • fix navigation bar in the wiki to list the packages which are part of a meta package (#193)
    • fix environment for tests in devel and pull request jobs (#196)
    • fix reconfigure devel views (#200)
    • catch 'Unable to locate package' apt-get error and retry (#204)
    • fix test environment for workspaces with only plain CMake packages (#205)
    • fix unnecessary triggering of devel jobs using Mercurial (#206)
    • fix special case in doc jobs where metapackage dependencies was None (#207)
    • remove non-existing job urls in generated manifest.yaml files (#208)
    • fix groovy script to generate views (#210)
    • use ccache from source for older distros (#216, #241)
    • allow empty package entries (which are not lists) (#221)
    • fix creating views (#222)
    • fix catkin doc job (#228)
    • use same os_codename to generate Dockerfile for dev jobs (#229)
    • fix apt-get retry logic (#232)
    • maintain pull request data when reconfiguring job using groovy (#236)
    • fix devel and doc reconfiguration if cache is behind (#240)
    • maintain the job order when reconfiguring using Groovy (#242)
    • always apt-get update in devel jobs (#244)
    • use build, run and test dependencies for topological order (#245)
    • rebuild dependency graph after reconfiguring jobs (#251)
    • fix script generation with Python 2 (#259)
    • fix wrapper scripts when being installed (#261)

1.0.0 (2016-02-01)

  • This is the first stable release. Please look at the git commit log for historic information.