X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 8F6F2DC7BC7 for ; Wed, 28 Oct 2015 16:50:29 +0000 (UTC) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 287C2DC65C8 for ; Wed, 28 Oct 2015 16:50:28 +0000 (UTC) Received: by lbjm5 with SMTP id m5so10223611lbj.3 for ; Wed, 28 Oct 2015 09:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=mgGPXBqmMPZzmfVFJ1ngjgqAW5LqnXQs8xaGywQf+Wo=; b=KaMwg6omq2jvPdb84059owx9ZmB/uakRq+gdqrHMhoLIwFBvmONVBuDDp/auMYdKUf gAUMXFKmxjwcHnuAtZ6kPPYDceJrI2Tffyh0t+oErKN8wP0gn2I+7HR7tTRVWsyqixqI xJaP3AruPhm1qH0RhjUYFYo1ju6REPRWlp7bnIR7O0yuldaonWgqg3x/8Q8G6Rf3BWUs 6SLqPGkOMZjPX8FegAOddzy/4qID8pzBGtmvEqx4YX+bioG66vJyGFjOasOMXoRVuuhM YbzB99UfaVw4ssxhslN88F7YzIUXl+sY4ErJ6nqvaNadybdKpVyqgMGVpP5pdoM3QPhP s0NQ== X-Received: by 10.112.163.131 with SMTP id yi3mr23793080lbb.36.1446051026939; Wed, 28 Oct 2015 09:50:26 -0700 (PDT) Received: from vostro ([83.145.235.202]) by smtp.gmail.com with ESMTPSA id q197sm4479657lfd.36.2015.10.28.09.50.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Oct 2015 09:50:26 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 28 Oct 2015 18:50:24 +0200 From: Timo Teras To: Andy Shinn Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] apk-tools ideas Message-ID: <20151028185024.7419b157@vostro> In-Reply-To: References: <20151028181756.4715b37c@vostro> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) 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-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 28 Oct 2015 09:41:16 -0700 Andy Shinn wrote: > This might already be implied by the bare root idea, but support for > installing .apk directly from http/https would be neat. I build a > couple one-off package and currently install using a wget, apk, rm > combo. Would be cool to have this contained as one remote file install > option. Yes, it's on my todo list too. The only problem is that the way the code currently works, it'd need to GET the .apk twice; or stash it to /tmp or something. The first pass reads the meta data for the package solver, and then second time when we actually want to install it. But it's on the list. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---