Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 17096 invoked from network); 9 Feb 2005 13:51:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Feb 2005 13:51:00 -0000 Received: (qmail 17395 invoked by uid 500); 9 Feb 2005 13:50:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 17334 invoked by uid 500); 9 Feb 2005 13:50:58 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 17315 invoked by uid 99); 9 Feb 2005 13:50:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from tobor.hpl.hp.com (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 09 Feb 2005 05:50:57 -0800 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 010A237099 for ; Wed, 9 Feb 2005 13:50:55 +0000 (GMT) Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 20024) with LMTP id 07535-02-5 for ; Wed, 9 Feb 2005 13:50:46 +0000 (GMT) Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by tobor.hpl.hp.com (Postfix) with ESMTP id 18A8A37094 for ; Wed, 9 Feb 2005 13:50:46 +0000 (GMT) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j19DocLr016245 for ; Wed, 9 Feb 2005 13:50:38 GMT Message-ID: <420A1529.7090408@apache.org> Date: Wed, 09 Feb 2005 13:50:33 +0000 From: Steve Loughran User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: AW: AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/op tion al Rpm.java References: <879A5AD5DD0ED511891F0003473A9B560E23FB5D@Z011004> In-Reply-To: <879A5AD5DD0ED511891F0003473A9B560E23FB5D@Z011004> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: by amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jan.Materne@rzf.fin-nrw.de wrote: >>Or we really could rpm something up, then something to >>look at it > > > Mmmh, what can the RPM do? > 1) add files (e.g. the program files) > 2) modify files (e.g. config files) > 3) environemt settings (or is that 2?) > > So the scenario would be: > - create the rpm > - compare these modifications > 1) checked against the content of a (unzipped) zip file > 2) check if "our" settings are inserted > 3) dito > - clean > problem: have to backup the files for 2) before and hope that > no files else were modified. Or is there a possibility on *nix to > "undo" an installation? > > > Jan > We cant actually install an RPM; you need to be root. But there are some rpm commands to list the contents of a repository; we could parse the output and look for strings. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org