X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-yh0-f51.google.com (mail-yh0-f51.google.com [209.85.213.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 05ED0DC0135 for ; Wed, 8 Oct 2014 14:06:41 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id t59so522200yho.38 for ; Wed, 08 Oct 2014 07:06:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mv5PCkhsS4899cCJgcXFirVzx8rvS5rHrJY5cFd/OQc=; b=BNnNpM42mr8WgdfVUz2rNKtAC2RWjkZcr+B9yOP8G0P2lCV8iwKCoEH7QzfIwuPbao zR3nMErmChzOPByqjUXiYMfYD5IcaEjmAX6cZgWMd3qCos1eda9/K4RCui+DnZ9s8Qds Srh32MpkRyHjQH4SWW/obhmHb8NJSffNwL49Ynh1BcUwNTXUZkp2mXH+9fY/B4UBjFlS I8HRcheAm/aSAkwqix+3W835+9uva27mqt74gJZBVNe0K5WEAjnBxPTEFulNrBbkuypH FtIXZaQz/W9OxJPxnsJ+4O+m5R5Zw0gBHMrCOzvOEC55twliVoRT3fnvLjJ1/VDSWh9a nAyQ== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.236.228.100 with SMTP id e94mr15606637yhq.8.1412777201423; Wed, 08 Oct 2014 07:06:41 -0700 (PDT) Received: by 10.170.131.194 with HTTP; Wed, 8 Oct 2014 07:06:41 -0700 (PDT) In-Reply-To: <20141008131721.747fcc9d@vostro> References: <20141008131721.747fcc9d@vostro> Date: Wed, 8 Oct 2014 09:06:41 -0500 Message-ID: Subject: Re: [alpine-devel] apk-tools work-in-progress From: Jeff Pohlmeyer To: Timo Teras Cc: Alpine Content-Type: text/plain; charset=UTF-8 On Wed, Oct 8, 2014 at 5:17 AM, Timo Teras wrote: > If you have new patchsets, old ones that are rebased, something I missed > or just other ideas for apk-tools, please reply to this mail. This works as expected: # apk add no-such-package ERROR: unsatisfiable constraints: no-such-package (missing): required by: world[no-such-package] # echo $? 1 But what about this? # apk del no-such-package OK: 1264 MiB in 519 packages # echo $? 0 - Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---