Jesse Keating
aa0f72f352
Remove extra whitespace. (jwilson)
2007-03-15 16:40:01 -04:00
Jesse Keating
003ceaa7be
- Change how depsolving is done
...
- Get all potential matches for a dep, instead of our 'best'
our 'best' may not be the same as install time best.
- Remove anaconda code, use direct yum functions to get deps
- Use a True/False flag to depsolve instead of iterating over
a dict.
- Log what packages are being added for which reasons.
- Also fix a think-o with the false negative unmatched workaround.
2007-03-15 16:25:57 -04:00
Jesse Keating
23e40be9ee
- Work around false positive 'unmatched' packages (globs are fun)
2007-03-15 14:25:24 -04:00
Jesse Keating
997c6bdf15
Get all potential matches for deps, let install time figure
...
the best one to use.
Remove code stolen from anaconda as it isnt needed anymore.
This may bloat the compose, but we need the multiarch stuff
and potential matches so that install time can figure out what
to use.
2007-03-15 14:17:53 -04:00
Jesse Keating
a0562d7c20
- Use yum's built in conditional handling for things from comps
...
- Do excludes before group handling.
2007-03-15 13:35:05 -04:00
Jesse Keating
938113eebe
Use yum's built in exclude handling
2007-03-15 13:29:57 -04:00
Jesse Keating
7e155b84e1
- Make the list we hand off to yum to search for as unique as we can
2007-03-02 11:33:01 -05:00
Jesse Keating
be44e2527d
Fix various typos, work around a yum api bug, strip the manifest lines right, log more output
2007-03-02 10:24:03 -05:00
Jesse Keating
45a4b62308
First attempt at supporting kickstart package syntax in manifest files
2007-03-01 23:06:41 -05:00
Jesse Keating
2f3a891a5c
Fix gathering of srpms (thanks skvidal)
2007-02-26 13:06:31 -05:00
jkeating@reducto.boston.redhat.com
fba101d3fc
Put yum temp stuff in workdir
2007-02-16 09:37:52 -05:00
jkeating@reducto.boston.redhat.com
6ebb69628f
Fix indent
2007-02-15 16:25:52 -05:00
jkeating@reducto.boston.redhat.com
090eebdcf8
More logging fixes; add pydoc info to functions
2007-02-15 14:17:39 -05:00
jkeating@localhost.localdomain
ddd183386c
Logging patch from jbowes
2007-02-14 17:33:07 -05:00
jkeating@reducto.boston.redhat.com
7883986e1d
Style fixes
2007-02-13 17:20:01 -05:00
wwoods@test158.test.redhat.com
bc1a73ace4
oops, forgot to check before removing
2007-02-12 16:29:19 -05:00
wwoods@test158.test.redhat.com
6e9172720a
avoid traceback after interrupted download
2007-02-12 15:57:58 -05:00
jkeating@reducto.boston.redhat.com
8b1b9b36eb
Add support for globbing in manifest
...
Redo how we find packages making use of a better yum call
Add warning output for unmatched packages in the manifest
2007-02-08 20:25:41 -05:00
jkeating@reducto.boston.redhat.com
5749bcd8da
Minor speedup to short circuit depsolving
2007-02-06 22:53:43 -05:00
jkeating@reducto.boston.redhat.com
2c5642e3d7
- Don't use 'returnSimple' anymore, deprecated in yum api
2007-02-06 13:54:06 -05:00
jkeating@reducto.boston.redhat.com
8a7700a4a1
yum bestPackagesFromList takes an arch argument. Fixes ppc64 bug
2007-02-06 13:51:53 -05:00
jkeating@reducto.boston.redhat.com
2b6f765f31
Add a flavor config option for output
...
Move some stuff further into the work dir
ensure that the workdir exists
2007-01-24 23:42:40 -05:00
jkeating@reducto.boston.redhat.com
147ed75d9c
Rework the depsolving just a bit
...
We get a list out of the yum function, so
treat it as a list, don't just pick the first
package.
2007-01-24 16:27:28 -05:00
jkeating@reducto.boston.redhat.com
c6851db291
- Now use a manifest to determine what to pull in, not comps itself
...
- Add a minimal-manifest for test composes
- Add current F7 comps file for test composes
- Use some anaconda code to depsolve, gets better (and more common) results
2007-01-23 18:03:52 -05:00
jkeating@dhcp83-49.boston.redhat.com
a97b0d3d15
Clean up some files, no main() sections needed anymore.
2007-01-08 15:29:15 -05:00
root@dhcp83-138.boston.redhat.com
4244cc89ef
Add the ability to spin ppc arches
2006-12-12 12:21:28 -05:00
jkeating@dhcp83-49.boston.redhat.com
e93179577e
Fix some srpm stuff, split rather than strip, rsplit rather than rstrip.
2006-12-11 17:13:02 -05:00
jkeating@dhcp83-49.boston.redhat.com
7b27df1c01
Get the specific srpm used to build the binary
2006-12-09 21:31:00 -05:00
jkeating@dhcp83-49.boston.redhat.com
f376824c84
Enable the ability to pull down and make isos of srpms.
2006-12-09 20:48:08 -05:00
jkeating@dhcp83-49.boston.redhat.com
d52136a4c1
Make sure we only get the newest package objects.
2006-11-27 22:17:29 -05:00
jkeating@dhcp83-49.boston.redhat.com
f188205cf9
Add some default config options
...
Make use of them in various files
2006-11-20 09:52:27 -05:00
jkeating@harpoon.lab.boston.redhat.com
95f6a0b642
First pass at using a config file for options rather than CLI
...
Much churn, add a new config file. Seems to still work
2006-11-17 18:01:10 -05:00
jkeating@harpoon.lab.boston.redhat.com
218a4e5611
Support file:// repos in yum
2006-11-17 14:02:37 -05:00
jkeating@harpoon.lab.boston.redhat.com
023ad1b0fb
Shuffle things around so that dist-utils can be used.
2006-11-08 16:34:59 -05:00