public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: cygwin@cygwin.com
Subject: Re: How is setup.ini generated these days?
Date: Sun, 17 Apr 2011 17:36:00 -0000	[thread overview]
Message-ID: <20110417122800.GA6848@schweikhardt.net> (raw)
In-Reply-To: <1303014047.524.4.camel@YAAKOV04>

On Sat, Apr 16, 2011 at 11:20:47PM -0500, Yaakov (Cygwin/X) wrote:
# 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'`

Thanks, and I also found the --recursive option. Now I'm running this:

  genini --output=setup.ini --recursive --okmissing=source release

This gets close to 1300k but not quite. There are small differences that
apparently result from some sort of postprocessing, such as:

 * If a package has no "requires" tag, it gets one with "cygwin"
 * If a "requires:" tag does not include "cygwin" it gets one

Apart from that many "source", "install" and "version" tags are different.

What is the script that the official setup.ini is generated with?
Is this list the right place to ask this? If not, where should I ask?


Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

--
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

  reply	other threads:[~2011-04-17 12:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-17  4:10 Jens Schweikhardt
2011-04-17 17:35 ` Yaakov (Cygwin/X)
2011-04-17 17:36   ` Jens Schweikhardt [this message]
2011-04-17 21:19     ` Christopher Faylor
2011-04-18 23:37       ` Jens Schweikhardt
2017-02-03  3:29         ` Steven Penny
2017-02-03  4:12           ` Steven Penny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110417122800.GA6848@schweikhardt.net \
    --to=schweikh@schweikhardt.net \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).