From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14810 invoked by alias); 6 Sep 2017 02:52:10 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 14797 invoked by uid 89); 6 Sep 2017 02:52:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=our X-HELO: limerock03.mail.cornell.edu Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.13.243) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Sep 2017 02:52:09 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id v862q6mm031785 for ; Tue, 5 Sep 2017 22:52:07 -0400 Received: from [192.168.0.15] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id v862q57g006104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Tue, 5 Sep 2017 22:52:06 -0400 Subject: Re: [PATCH setup 00/14] Use libsolv, solve all our problems... (WIP) To: cygwin-apps@cygwin.com References: <20170531105015.162228-1-jon.turney@dronecode.org.uk> <470d4572-4d63-81c2-7e26-6a642cce1e9f@cornell.edu> <2d099e44-fb17-4bf3-f72c-e6019a6259b3@dronecode.org.uk> <87d175f0qc.fsf@Rainer.invalid> From: Ken Brown Message-ID: <0d8c44ee-9665-041c-8c28-ee1bf42bd198@cornell.edu> Date: Wed, 06 Sep 2017 02:52:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <87d175f0qc.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00010.txt.bz2 On 9/5/2017 2:40 PM, Achim Gratz wrote: > Jon Turney writes: >> Yeah, I'm not sure if putting the test packages into a separate repo >> which is disabled unless explicitly enabled is the right approach. >> >> (Instead, perhaps it is possible to tell the solver that certain >> repositories are disfavoured) > > At least for zypper, which is based on the same library: > > You can give each repo a priority and it will pick the package from the > one with the highest priority, even if another repo has a higher > version. Yes, that works. Ken