[fedora-java] db merging script

Andrew Overholt overholt at redhat.com
Tue Apr 5 01:36:30 UTC 2005


* Andrew Overholt <overholt at redhat.com> [2005-03-29 16:52]:
[...]
> > (cd $DB.d; ls . | xargs gcj-dbtool -m $DB $DB)
[...]

I'm thinking this should be:

(cd $DB.d; ls . | xargs gcj-dbtool -m $DB)

What's the purpose of the extraneous $DB?  I don't think we want it because
we actually want the entire db recreated every time.  We don't want entries
that are not in sub-dbs in $DB.d to be in the resultant db.  Does that make
sense?

Andrew




More information about the fedora-devel-java-list mailing list