Enable the source repo in yum configs (Trac #47)
This commit is contained in:
parent
20d68be58d
commit
02539d5d9e
@ -1,5 +1,6 @@
|
|||||||
* Mon Jun 11 2007 Jesse Keating <jkeating@redhat.com>
|
* Mon Jun 11 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Add a install target to make (Trac #37)
|
- Add a install target to make (Trac #37)
|
||||||
|
- Enable the source repo in yum configs (Trac #47)
|
||||||
|
|
||||||
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Handle the cdsize variable correctly
|
- Handle the cdsize variable correctly
|
||||||
|
@ -25,5 +25,5 @@ gpgcheck=0
|
|||||||
name=Fedora 7 - Source
|
name=Fedora 7 - Source
|
||||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
|
||||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=i386
|
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=i386
|
||||||
enabled=0
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
@ -25,5 +25,5 @@ gpgcheck=0
|
|||||||
name=Fedora 7 - Source
|
name=Fedora 7 - Source
|
||||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
|
||||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=ppc
|
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=ppc
|
||||||
enabled=0
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
@ -25,5 +25,5 @@ gpgcheck=0
|
|||||||
name=Fedora 7 - Source
|
name=Fedora 7 - Source
|
||||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
|
||||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=x86_64
|
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=x86_64
|
||||||
enabled=0
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
Loading…
Reference in New Issue
Block a user