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
parallel build even though there is a build requires #179
Open
tpokorra opened 7 years ago
libkolab and libkolabxml are built at the same time, even though there is in libkolab.spec:
BuildRequires: libkolabxml-devel >= 1.0
perhaps because of the sub package -devel, is that not picked up?
same for kolab-utils, requires libkolab-devel, but is built parallel to libkolab