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

nightly packages for Debian: something wrong with repository #103

Closed tpokorra closed 9 years ago

tpokorra commented 9 years ago

nightly Kolab package pykolab: somehow the package from Kolab:Development is installed: pykolab_0.7.11-0~kolab1_all.deb

instead of 0.7.11-99.nightly20150428 from the lbs nightly repository.

It seems to work for the nightly packages built on OBS.

dpkg --compare-versions 0.7.11-0~kolab1 lt 0.7.11-nightly20150428 && echo true shows correct ordering of the packages

aptitude versions pykolab shows all versions.

Why does it install the older package?

tpokorra commented 9 years ago

aptitude versions pykolab did show the answer, the last column shows the priority: 500 and 501.

lbs.solidcharity.com was not in /etc/apt/preferences.d/kolab, but obs.kolabsys.com, this was the reason