Here's the section
lazlow was describing, with the flag highlighted in red:
Code:
[fedora-source]
name=Fedora $releasever - Source
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
Note that, if you don't want to use
yum or
yumex to get the source code, you can find the available mirrors by listing the referenced mirror list, above. (After substituting
F7 for $releasever and
i386 for $basearch, if that's the code you want.)