X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2599DDC0145 for ; Mon, 5 Nov 2012 11:21:53 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 66A7D2037E for ; Mon, 5 Nov 2012 06:21:53 -0500 (EST) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 05 Nov 2012 06:21:53 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :mime-version:content-type; s=smtpout; bh=mhro7ArzWvxLjPWtwO8TFL lRH+8=; b=ToE8abKNRJyBhV47MYILlHyvTo+fNNL1ujZZpBn11JrqTeA8LIB8Oh U5JEp6wAl3xeS8hX0H6944BowIo9mt6xO3IpKpH19H4eGZ0ac+oW32G7jGEVSqs0 0sojAj4aMlaxWsKLURI9Cw5r7LQoWnQaGOUhDJj6Z4On70ZkRuC44= X-Sasl-enc: duyyNIo34VHGb3MfUK7/z/sG5ZIBoGDySGy5YaDqSluW 1352114513 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 27B2F482642 for ; Mon, 5 Nov 2012 06:21:53 -0500 (EST) Date: Mon, 5 Nov 2012 06:21:18 -0500 From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Other questions about apk-tools Message-ID: <20121105112118.GD2343@vaio.jimpryor.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 1. I don't really understand the rules for the "-a" flag on apk upgrade. When I say `apk upgrade -a --simulate` I get a list of 16 potential downgrades (apparently one package has been withdrawn, only an older version is now in the repos) and replacements (the rest of the list). Why are just those packages chosen to be replaced? When I say `apk info | wc -l` I get 180. There are more than 15 items listed in /etc/apk/world, too. I'm completely unclear on what determines whether a package should get replaced when using the "-a" flag. 2. Some documentation glitches I noticed: The usage for `apk version` lists one option as `-l LIMCHAR`. But this option accepts multiple LIMCHARs, so perhaps the usage message should be pluralized. 3. Another? The usage for `apk info` says "Give detailed information about PACKAGEs or repositories." But I can't see any way to use `apk info` to get information about a repository; is there something I'm missing? Perhaps this message should also be changed to specify that the information can only be provided for installed packages? If desired, I'll move these two suggestions to the bugtracker. -- Dubiousjim dubiousjim@gmail.com https://github.com/dubiousjim --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---