SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Branches should be specified on Project level as well #139

Closed tpokorra closed 8 years ago

tpokorra commented 8 years ago

I need this for https://github.com/TBits/lbs-kolab-release-preparation/tree/Kolab-3.5-Preparation

tpokorra commented 8 years ago

first step: branches are copied down to the package level.

next step: this also means to build the whole project with all packages for that branch

tpokorra commented 8 years ago

hmm, this conflicts with the current use of branches: at the moment, branches are just a parameter to the build skript. should I decide to use a git branch when there is no package in master?