This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] setup spews too many messages


On 31/07/2018 20:29, Achim Gratz wrote:
fix excessive message spewage when package vendor is something other than "cygwin"

Installed packages are getting coerced to vendor "cygwin", so there will
be warnings if the vendor string of the single repo is something other
than that.  Use "@System" like zypper for these and suppress the warning
if it would concern an installed package.

Yeah, this is a bit unfortunate.

Ideally we'd be remembering the vendor (along with other information we currently guess) for installed packages.

I'm not sure about fixing it this way, though, as it will mean that normally (when the repo label is 'cygwin') all upgraded packages will be shown as vendorchanged in the full log (or when using -v)

How about the attached, which should have the same effect?

Attachment: 0001-Fix-message-spam-when-package-vendor-is-something-ot.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]