No more deltarpms by default

Reindl Harald h.reindl at thelounge.net
Fri Nov 7 20:31:22 UTC 2014


Am 07.11.2014 um 17:53 schrieb Rahul Sundaram:
> On Fri, Nov 7, 2014 at 1:19 AM, Dennis Gilmore wrote:
>
>     /etc/yum.repos.d/fedora-updates.repo on f21 has
>     metadata_expire=6h
>
> I was looking at dnf since the discussion is about dnf

where do you see DNF using other than "/etc/yum.repos.d/"
DNF is using the same directory and repo configs

that's part of the fedora release package

>     and the metadata right now for f21 updates is an empty repo with no
>     packages in it f20 updates repo
>     http://dl.fedoraproject.org/pub/fedora/linux/updates/20/x86_64/repodata/
>     right now has primary.sqllite of 12M and filelists.sqlite of 19M not
>     sure how you got 32K
>
> Not sure.  Probably misread something

the meta-data are fat
look below

[root at rawhide ~]# rm -rf /var/cache/dnf/*

[root at rawhide ~]# df
Dateisystem    Typ  Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sdb1      ext4   12G    598M   11G    6% /
/dev/sda1      ext4  487M     35M  448M    8% /boot

[root at rawhide ~]# dnf --disablerepo=koji info kernel 2> /dev/null > 
/dev/null

[root at rawhide ~]# df
Dateisystem    Typ  Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sdb1      ext4   12G    713M   11G    7% /
/dev/sda1      ext4  487M     35M  448M    8% /boot

[root at rawhide ~]# rm -rf /var/cache/dnf/*

[root at rawhide ~]# df
Dateisystem    Typ  Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sdb1      ext4   12G    598M   11G    6% /
/dev/sda1      ext4  487M     35M  448M    8% /boot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20141107/b4ffd664/attachment-0001.sig>


More information about the devel mailing list