From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: Update: Patch-o-matic cleanup Date: Tue, 02 May 2006 16:01:43 +0200 Message-ID: <44576647.4050100@trash.net> References: <443165AA.4030509@trash.net> <4433CA75.9040607@trash.net> <20060430124455.kkdqfyfyvej4c4o4@intranator.m.i2n> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Thomas Jarosch In-Reply-To: <20060430124455.kkdqfyfyvej4c4o4@intranator.m.i2n> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Thomas Jarosch wrote: > Hi Patrick, > >> Patrick McHardy wrote: >> How to set up a repository: >> >> The repository must be accessible in a way supported by curl (HTTP or >> FTP for example). The name of each patchlet is listed in a file named >> "index". Each patchlet must be contained in a .tar.gz file, which >> contains a directory named like the patchlet itself. The directories >> contents are similar to those in patchlets/ today, but the Repository >> specified in the info file must be "external". > > > I've set up a repository for ACCOUNT here: > > http://www.intra2net.com/de/produkte/opensource/ipt_account/ > > Hope everything is ok. Thanks. I'll add all repositories people have mailed to me in the next days and will start removing things. I'll give it a short test run then. > The tarball is currently named ACCOUNT.tar.gz. > Is there a way to add a version number to it? > Or is it safe to include some kind of "Changelog" > file in the distribution? Changelog file (or just the info file) should be fine. There is no support for seperate versions yet .. pomng itself doesn't know anything about versions, so I'm not sure how cleanly this could be done. > btw: "README.new_patches" doesn't know anything > about the "Repository: external" stuff yet. I'll update that as well.