#1666 Make buildbot nightly branch-aware

Reporter Zash
Owner Zash
Created
Updated
Stars ★ (1)
Tags
  • Component-Builder
  • Status-Fixed
  • Type-Task
  • Priority-Medium
  1. Zash on

    The nightly (source) package builder is currently hardcoded to trunk. It should support building any branch, ie 0.11 and 0.12 in the future.

  2. Zash on

    Trying something like @util.renderer def branch_name(props): b = props.getProperty("branch") if b == "default": return "trunk" return b util.Interpolate("prosody-%(kw:branch)", branch=branch_name)

    Changes
    • tags Status-Started
  3. Zash on

    Success! https://buildbot.prosody.im/#/builders/71/builds/133

    Changes
    • tags Status-Fixed
    • owner Zash

New comment

Not published. Used for spam prevention and optional update notifications.