| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
We can actually check earlier on the live image how much space is needed
and so we can pass that along. This reuses a string from later in the file
so that we don't break the string freeze
|
|
|
|
|
|
|
| |
Add a basic way to query a backend for how much space is needed on a
per-partition basis. This isn't always able to be known and if it's
unknown, then you'll get back 0. Add the implementation for / on
livecd
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
We show groups that don't have any of their mandatory packages available
which is less than ideal as, eg, xfce-desktop gets shown just because
gdm is on the dvd. So make our filtering a little bit stronger.
And make sure that text mode is using the same filtering
|
|
|
|
| |
filer.py: set defaultProduct in __init__, another pychecker caught error.
|
|
|
|
| |
Fix indentation error in filer.py, courtesey of pychecker
|
| |
|
|
|
|
|
|
|
| |
IBM would like us to provide mainframe users with a sample punchcard
reader script along with the other boot files on s390x.
I'd just like to say that again: punch cards.
|
| |
|
| |
|
|
|
|
|
|
|
| |
We've backed this out on RHEL 5.3 for now because it was far more
complex than IBM had told us, so it's back to the drawing board
for this one. Keeping rawhide in sync with what's happening on
the RHEL side with this feature.
|
|
|
|
| |
Don't need an s390 arch subdir, just s390x.
|
|
|
|
|
|
| |
This really ought to be fixed by supporting nfsiso: in the loader, but it's
entirely too late in the process to make that kind of change now. Fixing it
properly is going to be a lot of coding.
|
| |
|
| |
|
|
|
|
|
|
|
| |
There was a regression in the patch for bug 465240 (commit 9c55aab9)
that caused us to not only filter out locked PVs, but also newly
created unencrypted PVs whose device name matched that of a just-
deleted unlocked encrypted PV. Confused yet?
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This needs to be called before newtWinMessage, which can happen in various
conditions in the networking code paths. So we can either create our own
newtWinMessage to call startNewt for us (preferred fix for the future), add
more calls to startNewt throughout the networking code, or just move the first
call earlier. For F10, the last seems like the most straightforward fix.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix the last few pychecker warnings in master
|
|
|
|
|
| |
Add --strict option to runpychecker.sh, and relax the default checking a bit
now we are down to 0 warnings!
|
|
|
|
|
|
|
|
| |
Pumping lemma wins again. Damn computers. Who said this was fun
again?
You could end up seeing %%%%%%%%%%%%%%%%%%%% in an rpmlog, but who
cares? Blame rpm?
|
| |
|
|
|
|
| |
It won't help, I promise.
|
|
|
|
|
| |
RANDR 1.2 drivers will occasionally decide they don't care what you said
on the command line. Fortunately, we have a bigger gun.
|
|
|
|
| |
X will do that itself, tyvm.
|
|
|
|
|
|
|
|
|
| |
Fixes a traceback seen where network.py tries to copy /etc/resolv.conf
to /etc/resolv.conf. The original fix was to get DNS working in %post
scripts during kickstart installs, but that fix assumed that when were
in this block, instPath would be something (such as /mnt/sysimage).
Only copy when instPath is some value other than ''.
|
| |
|
| |
|
|
|
|
| |
Transmitted-via: Transifex (translate.fedoraproject.org)
|
| |
|
|
|
|
| |
Add a bit of documentation to the top of runpychecker.sh
|
|
|
|
|
|
|
|
|
| |
The runpychecker.sh script will check anaconda for any pychecker warning using
a set of options, in combination with filtering of any warning regular-
expressions listed in pychecker-false-positives. If any warnings our found
they will be stored in pychecker-log and printed to stdout and runpychecker.sh
will exit with a status of 1, if no (non filtered) warnings are found it exits
with a status of 0
|
| |
|
|
|
|
|
|
| |
This is useful because the status_whiteboard can be used for other things -
like NEEDSRETESTING. Our old search doesn't take this into account and will
therefore fail to find dupes if the whiteboard contains something else.
|
|
|
|
| |
Fix various syntax errors caught by PyChecker
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Prerelease version of Fedora sometimes get version numbers in .treeinfo or
.buildstamp like 10-Beta. However, this version does not exist in bugzilla so
we get an error trying to save the bug. This could also happen in respins.
So, grab a list of all the versions that are valid for the product out of
bugzilla and make sure productVersion exists. If not, either use the
develVersion from the installclass or just use the last one out of the the
list.
|
| |
|
|
|
|
|
| |
Copy over /etc/resolv.conf to /mnt/sysimage/etc/resolv.conf so that
%post scripts can succeed with DNS lookups.
|
|
|
|
|
|
| |
network.py was still using this directory. Ooops. The bug also
notes that /.dbus appears, but I cannot find anywhere in the
anaconda code where we create /.dbus.
|
|
|
|
|
|
|
|
| |
This arises from the fact that we determine whether or not a device
is a PV by looking at the partition type instead of probing the
device's contents like with other filesystems/ptypes. So, if we have
a PV that the user chose not to provide a passphrase for, we should
not include it in the list of available PVs.
|
| |
|
| |
|
| |
|
| |
|