Re: updates directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



barjunk (barjunk@xxxxxxxxxxxxx) said:

> Based on the release notes of 7.3 it seems they may have moved the
> RHupdates directory to just updates...anyone want to confirm or deny
> that?

at first glance it appears as though nothing has changed with regard to
RHupdates:

cat ~/rpm/SOURCES/anaconda-7.3/loader/loader.c | grep RHupdates
    setenv("PYTHONPATH", "/tmp/updates:/mnt/source/RHupdates", 1);
    else if (!access("/mnt/source/RHupdates/anaconda", X_OK))
        *argptr++ = "/mnt/source/RHupdates/anaconda";

cat ~/rpm/SOURCES/anaconda-7.2/loader/loader.c | grep RHupdates
    setenv("PYTHONPATH", "/tmp/updates:/mnt/source/RHupdates", 1);
    else if (!access("/mnt/source/RHupdates/anaconda", X_OK))
        *argptr++ = "/mnt/source/RHupdates/anaconda";

However, it does look like they officially added the ability to place an
'updates.img' in RedHat/base/ as opposed to having uncompressed files in
RHupdates/

Mike





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux