X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Subject: Re: How is setup.ini generated these days? From: "Yaakov (Cygwin/X)" To: cygwin In-Reply-To: <20110416190115.GB11826@schweikhardt.net> References: <20110416190115 DOT GB11826 AT schweikhardt DOT net> Content-Type: text/plain; charset="UTF-8" Date: Sat, 16 Apr 2011 23:20:47 -0500 Message-ID: <1303014047.524.4.camel@YAAKOV04> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Sat, 2011-04-16 at 21:01 +0200, Jens Schweikhardt wrote: > I'm trying to make a package server as described on > http://sourceware.org/cygwin-apps/package-server.html > > I've rsynced the complete "release" tree (skipping *-legacy). However, > running > > genini release/* > setup.ini > > with genini 1.13 from > http://cygwin.com/cgi-bin/cvsweb.cgi/genini/?cvsroot=cygwin-apps) > produces a lot of errors and warnings and the resulting setup.ini > is much smaller than the official one that comes with rsyncing > (300k vs 1300k). Many packages are in subdirectories of release. Try this instead: genini --output=setup.ini `find release/ -name setup.hint | sed 's|/setup\.hint$||g'` Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple