X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id A880ADC00D6 for ; Fri, 15 Feb 2013 08:40:41 +0000 (UTC) Date: Fri, 15 Feb 2013 09:40:38 +0100 From: Natanael Copa To: Alpine Linux Development Subject: [alpine-devel] saveas uri in APKBUILDs Message-ID: <20130215094038.7f847eaf@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-unknown-linux-gnu) 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 Hi, We have a nice feature to download a file with a different name: source="saveas-http://$url/newfilename" I have noticed that Arch Linux has something similar: source="newfilename::http://$url" Do we want to change to same format? Benefits: * Easier for Arch users to switch * Slightly more intuitive? Drawbacks: * abuild code probably gets messier * potensial scripts that parses APKBUILD and uses $source might break. (i doubt there are any) Opinions? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---