User:Andriinikitin

Jump to: navigation, search

Canned answers:

Debian rebuild

I am sorry for delayed reply.

It is usually a known issue and the root cause is combination of three factors:

   OBS may rebuild debian packages without changing the name of the file;
   historically openSUSE infrastructure relies on uniqueness of file names;
   in general case each mirror syncs on their own schedule, so it is not rare that mirrors have old version of files.

Possible workarounds:

   (recommended) Adjust the debian package in OBS project, to include "build id", then subsequent rebuilds will produce unique file name
   use some mirror directly instead of download.opensuse.org
   increment version and rebuild package in OBS

To achieve 1: the package maintainers should Add DEBTRANSFORM-RELEASE: 1 to have OBS append the autoincremented build number to the version of the debian package. Let me know if you need assistance with that.