| Commit message (Expand) | Author | Age | Files | Lines |
* | a little bit more clarity when prompting for CDs | Jeremy Katz | 2004-06-03 | 1 | -3/+7 |
* | don't prompt about needing multiple cds with the dvd (#121591) | Jeremy Katz | 2004-05-04 | 1 | -1/+25 |
* | more adjustments for RPM API changes. this should fix the problems people | Jeremy Katz | 2004-04-15 | 1 | -2/+2 |
* | revert to old cd handling code. this will at least fix cd ejecting even if | Jeremy Katz | 2004-04-08 | 1 | -54/+66 |
* | duh (#116220) | Jeremy Katz | 2004-02-19 | 1 | -1/+1 |
* | clean up message a little bit, make it do the right thing (#114711) | Jeremy Katz | 2004-02-18 | 1 | -4/+9 |
* | some logging and fix cd swapping. | Jeremy Katz | 2004-02-02 | 1 | -21/+38 |
* | collapse down the cd finding code so that we don't duplicate as much and | Jeremy Katz | 2004-01-06 | 1 | -66/+39 |
* | tyop | Jeremy Katz | 2003-11-11 | 1 | -1/+1 |
* | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 1 | -10/+11 |
* | add notification right before install/upgrade starts on how many CDs will be ... | Mike Fulbright | 2003-09-12 | 1 | -0/+39 |
* | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -11/+4 |
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -3/+10 |
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -1/+6 |
* | Changed how we acquire release notes so that we now try to pull it for all in... | Mike Fulbright | 2003-06-26 | 1 | -6/+15 |
* | fix for bug 97151 | Mike Fulbright | 2003-06-12 | 1 | -0/+3 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+4 |
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -7/+5 |
* | did not read how these classes interacted well enough the first time. I've te... | Mike Fulbright | 2003-05-05 | 1 | -17/+23 |
* | show ALL missing images, not just the first one. | Mike Fulbright | 2003-05-05 | 1 | -2/+22 |
* | need extra args for callback (unused in these cases) | Mike Fulbright | 2003-05-02 | 1 | -2/+2 |
* | adjust function parameter to allow for possibility of callback, although not ... | Mike Fulbright | 2003-04-14 | 1 | -1/+1 |
* | fix for CD/DVD eject problems | Mike Fulbright | 2003-02-20 | 1 | -1/+7 |
* | check that files exist before we read header lists. this is getting | Jeremy Katz | 2003-02-11 | 1 | -0/+4 |
* | make note of a design flaw | Mike Fulbright | 2003-02-04 | 1 | -1/+5 |
* | if the eject fails, we don't really care | Jeremy Katz | 2003-01-08 | 1 | -1/+4 |
* | fix ejecting -- add a makeDevice param for ejectCdrom (defaults to old | Jeremy Katz | 2002-12-18 | 1 | -3/+1 |
* | oops, need to save before committing | Jeremy Katz | 2002-12-16 | 1 | -2/+2 |
* | eject the cdrom from the second stage via a generic cleanup so that it | Jeremy Katz | 2002-12-16 | 1 | -10/+6 |
* | add FileCopyException to be used when we have IO errors grabbing packages | Jeremy Katz | 2002-11-04 | 1 | -4/+8 |
* | disc1 should have RedHat/base/stage2.img present | Jeremy Katz | 2002-10-25 | 1 | -0/+6 |
* | use R_OK instead of O_RDONLY for access calls. granted, it doesn't reallybefore-rpm-4.1 | Jeremy Katz | 2002-10-07 | 1 | -3/+3 |
* | # if self.currentDisc is empty, then we shouldn't have anything | Jeremy Katz | 2002-10-07 | 1 | -1/+13 |
* | if we fail to read a package, then we could get into getFilename() without | Jeremy Katz | 2002-10-07 | 1 | -4/+21 |
* | dag gonit | Mike Fulbright | 2002-08-23 | 1 | -1/+1 |
* | fix for not finding CD on first CD - bug #70139 | Mike Fulbright | 2002-08-23 | 1 | -1/+7 |
* | call the magic singing dancing retrying unmount when we need to change cds | Jeremy Katz | 2002-08-19 | 1 | -1/+1 |
* | move unmountCD base method to correct base class | Jeremy Katz | 2002-08-19 | 1 | -5/+14 |
* | try to unmount the cd if we get a failure installing a package so that the | Jeremy Katz | 2002-08-19 | 1 | -1/+19 |
* | we need to set currentDisc at the beginning to avoid prompting for disc2 when... | Jeremy Katz | 2002-08-10 | 1 | -2/+17 |
* | handle comma delimited disc numbers for the dvd | Jeremy Katz | 2002-08-09 | 1 | -12/+22 |
* | get comps.xml from multiple sources | Mike Fulbright | 2002-07-31 | 1 | -1/+2 |
* | fix cd installs (based on msf's comments). also, add stuff to copy RedHat/ba... | Jeremy Katz | 2002-07-24 | 1 | -10/+19 |
* | good idea to close a file when you're done with it if you intend to umount th... | Mike Fulbright | 2002-07-24 | 1 | -5/+8 |
* | apply pbrown's patch to change disc info files to be .discinfo and have all o... | Jeremy Katz | 2002-07-12 | 1 | -14/+49 |
* | copy packages from the cdrom to the tmppath before actually using them to ins... | Jeremy Katz | 2002-07-12 | 1 | -1/+19 |
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -1/+1 |
* | use comps.xml now | Jeremy Katz | 2002-06-27 | 1 | -1/+1 |
* | get the root path into all of the install methods | Jeremy Katz | 2002-06-25 | 1 | -8/+8 |
* | use product name (#67058) | Jeremy Katz | 2002-06-20 | 1 | -1/+3 |