X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 0E9001EBFFD for ; Tue, 1 Feb 2011 13:46:22 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 3674AAE4002; Tue, 1 Feb 2011 13:46:21 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DD6W+X4L9Ish; Tue, 1 Feb 2011 13:46:19 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 64E1FAE4001; Tue, 1 Feb 2011 13:46:19 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 3F18760AAFAC0; Tue, 1 Feb 2011 13:46:19 +0000 (UTC) Received: from localhost (unknown [187.40.245.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id C3A3260AAFABC; Tue, 1 Feb 2011 13:46:16 +0000 (UTC) Date: Tue, 1 Feb 2011 13:46:08 +0000 From: Natanael Copa To: Ted Trask Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] git.alpinelinux.org reorganized Message-ID: <20110201134608.30508c4b@alpinelinux.org> In-Reply-To: <992739.15355.qm@web130105.mail.mud.yahoo.com> References: <20110128194613.213f2fa9@alpinelinux.org> <992739.15355.qm@web130105.mail.mud.yahoo.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i686-pc-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 X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 31 Jan 2011 13:53:23 -0800 (PST) Ted Trask wrote: > I like the idea of developers creating there own repos. One problem > though. The update changed the URI of every existing git repository. > For instance, acf-kamailio became acf-kamailio.git. Now, the > acf-kamailio APKBUILD is broken - both url and source are wrong. > While I could go through and change ALL of the existing APKBUILD > files that point to alpinelinux repos, it would still leave all of > the existing installed APKs with invalid url information. Would be > much nicer IMHO to modify the cgit config to change the URIs back to > what they were. Thoughts? Yeah, break links is always bad. I have enabled remove-suffix (see the cgitrc man page: http://hjemli.net/git/cgit/plain/cgitrc.5.txt ) but it doesnt seem to work. How about we make a redirect in lighttpd config? so cgit/aports/ gets rewritten to cgit/aports.git/? Please let me know if you figure out *how* to do it. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---