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 903A61EBFF5 for ; Fri, 28 Jan 2011 18:52:31 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 83B01AE4003; Fri, 28 Jan 2011 18:52:30 +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 H+V-nbeCggSq; Fri, 28 Jan 2011 18:52:29 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id B0A77AE4001; Fri, 28 Jan 2011 18:52:29 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 578F560AAFAA1; Fri, 28 Jan 2011 18:52:29 +0000 (UTC) Received: from localhost (unknown [187.40.193.95]) (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 AD99F60AAFAA0; Fri, 28 Jan 2011 18:52:27 +0000 (UTC) Date: Fri, 28 Jan 2011 18:52:19 +0000 From: Natanael Copa To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] I messed up the cgitrc config Message-ID: <20110128185219.2ac471ab@alpinelinux.org> In-Reply-To: <20110128174106.6aa3a8be@alpinelinux.org> References: <20110128174106.6aa3a8be@alpinelinux.org> 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 Fri, 28 Jan 2011 17:41:06 +0000 Natanael Copa wrote: > Each developer needs to create a $repo.git/cgitrc file with atlease a > description. > > Example: > Old /gitroot/aports-ncopa.git moves to /home/ncopa/cgit/aports.git > Create the /home/ncopa/cgit/aports.git/cgitrc file with the following > contents: > > section=Test > desc=Natanaels test aports repo An update on the above. Lets put the description in the git generated 'description' file instead of adding desc=... to cgitrc. So, the example above: Old /gitroot/aports-ncopa.git moves to /home/ncopa/cgit/aports.git Create the /home/ncopa/cgit/aports.git/cgitrc file with the following contents: section=Test Replace the contentes of /home/ncopa/cgit/aports.git/description with: Natanaels test aports repo -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---