PDA

View Full Version : update repository is always empty


carlainz
12th March 2010, 08:55 AM
Hi all

on my fc13 x86_64 the update repository is always empty , if i want update my system i need to enablere updates-testing repo is that normal ?

this is my system


[root@fedora13 ~]# uname -a
Linux fedora13 2.6.33-1.fc13.x86_64 #1 SMP Wed Feb 24 19:55:32 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

[root@fedora13 ~]# rpm -qa | grep -i release
fedora-release-13-0.6.noarch
rpmfusion-nonfree-release-13-0.1.noarch
fedora-release-notes-12.0.2-1.fc12.noarch
adobe-release-i386-1.0-1.noarch
rpmfusion-free-release-13-0.1.noarch

[root@fedora13 ~]# yum clean all
Loaded plugins: fastestmirror, presto, refresh-packagekit
Cleaning up Everything
Cleaning up list of fastest mirrors
0 delta-package files removed, by presto

[root@fedora13 ~]# yum repolist
Loaded plugins: fastestmirror, presto, refresh-packagekit
Determining fastest mirrors
fedora/metalink | 16 kB 00:00
updates/metalink | 23 kB 00:00
* fedora: mirror.switch.ch
* rpmfusion-free-rawhide: mirror.andreas-mueller.com
* rpmfusion-nonfree-rawhide: mirror.andreas-mueller.com
* updates: mirror.switch.ch
adobe-linux-i386 | 951 B 00:00
adobe-linux-i386/primary | 11 kB 00:00
adobe-linux-i386 17/17
fedora | 4.3 kB 00:00
fedora/primary_db | 12 MB 00:05
google-chrome | 951 B 00:00
google-chrome/primary | 1.8 kB 00:00
google-chrome 3/3
rpmfusion-free-rawhide | 3.8 kB 00:00
rpmfusion-free-rawhide/primary_db | 351 kB 00:00
rpmfusion-nonfree-rawhide | 3.3 kB 00:00
rpmfusion-nonfree-rawhide/primary_db | 99 kB 00:00
skype | 1.2 kB 00:00
skype/primary | 1.0 kB 00:00
skype 1/1
updates | 2.6 kB 00:00
updates/primary_db | 1.1 kB 00:00
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated 17
fedora Fedora 13 - x86_64 20,293
google-chrome google-chrome 3
rpmfusion-free-rawhide RPM Fusion for Fedora Rawhide - Free 473
rpmfusion-nonfree-rawhide RPM Fusion for Fedora Rawhide - Nonfree 154
skype Skype Repository 1
updates Fedora 13 - x86_64 - Updates 0
repolist: 20,941

[root@fedora13 ~]# cat /etc/yum.repos.d/fedora-updates.repo
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch


thanks

RahulSundaram
12th March 2010, 10:47 AM
Hi,

Yes, it is normal for a development branch. Packages move from updates-testing and to the base repository and once will start moving to updates repo after the general release.