All we care is that some of the prereqs are done first, not the order of all of them. So why not have a share/prereqs/first.txt that lists the ones done first, in their correct order. Any directories not listed in that file get done in alphabetical order after the ones listed. That way nobody has to remember to modify a file for the typical prereq. Would the first cut be the following?

packman
update-rpms
oda
perl-Tk

or just this?

packman
update-rpms

On Wed, 2004-04-14 at 05:40, Jeff Squyres wrote:
- Have a separate file, perhaps share/prereqs/order.txt that specifies the
  order (some simple format, such as one directory name per line).  Then
  we have a hard-coded order, but at least it's right in the prereqs
  directory, and your chances of remembering to edit it when you add a new
  directory are much higher.

Comments?
--
Neil Gorsuch <[EMAIL PROTECTED]>
NCSA

Reply via email to