kkaloine
2nd December 2009, 10:05 PM
Hi!
I'm trying to make remix of Fedora 12 x86-64 in Fedora 10 but it failed to error: The version you selected as a base for pykickstart compatibility and required package sets does not exist.
On revisor.conf file I added following code:
[f12-x86_64]
description = Fedora 12 for x86_64
main = /etc/revisor/conf.d/revisor-f12-x86_64.conf
product_name = Fedora
product_path = Packages
architecture = x86_64
version = 12
version_from = F12
getsource = 0
and made revisor-f12-x86_64.conf file
[CODE]
[main]
cachedir=-yumcache
reposdir=
keepcache=1
debuglevel=1
logfile=-yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
installroot=/var/tmp/revisor
failovermethod=priority
[fedora]
name=Fedora 12 - x86_64
baseurl=http://localrepo/fedora/releases/12/Everything/x86_64/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=x86_64
enabled=1
gpgcheck=1
[fedora-debuginfo]
name=Fedora 12 - Mito - Debug - x86_64
baseurl=http://localrepo/fedora/releases/12/Everything/x86_64/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-12&arch=x86_64
enabled=0
gpgcheck=1
[fedora-source]
name=Fedora 12 - Source
baseurl=http://localrepo/fedora/releases/12/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-12&arch=src
enabled=0
gpgcheck=1
[updates]
name=Fedora 12 - x86_64 - Updates
baseurl=http://localrepo/fedora/updates/12/x86_64/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=x86_64
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-debuginfo]
name=Fedora 12 - x86_64 - Updates - Debug
baseurl=http://localrepo/fedora/updates/12/x86_64/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f12&arch=x86_64
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-source]
name=Fedora 12 - Source - Updates
baseurl=http://localrepo/fedora/updates/12/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f12&arch=src
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-testing]
name=Fedora 12 - x86_64 - Test Updates
baseurl=http://localrepo/fedora/updates/testing/12/x86_64/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f12&arch=x86_64
enabled=0
includepkgs=
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
[updates-testing-debuginfo]
name=Fedora 12 - x86_64 - Test Updates Debug
baseurl=http://localrepo/fedora/updates/testing/12/x86_64/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f12&arch=x86_64
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
[updates-testing-source]
name=Fedora 12 - Source - Test Updates
baseurl=http://localrepo/fedora/updates/testing/12/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f12&arch=src
enabled=0
includepkgs=
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
[koji]
name=Fedora 12 - x86_64 - Just Born
baseurl=http://koji.fedoraproject.org/static-repos/dist-fc12-build-current/x86_64/
enabled=0
includepkgs=
[koji-source]
name=Fedora 12 - Source - Just Born
baseurl=http://koji.fedoraproject.org/static-repos/dist-fc12-build-current/x86_64/SRPMS/
enabled=0
includepkgs=
[anaconda-updates]
name=Fedora Unity Anaconda Updates for Fedora 12
baseurl=http://www.kanarip.com/anaconda/f12/x86_64/
enabled=1
[anaconda-updates-source]
name=Fedora Unity Anaconda Updates for Fedora 12 - Sources
baseurl=http://www.kanarip.com/anaconda/f12/SRPMS/
enabled=0
</CODE>
A simple question: What went wrong?
I'm trying to make remix of Fedora 12 x86-64 in Fedora 10 but it failed to error: The version you selected as a base for pykickstart compatibility and required package sets does not exist.
On revisor.conf file I added following code:
[f12-x86_64]
description = Fedora 12 for x86_64
main = /etc/revisor/conf.d/revisor-f12-x86_64.conf
product_name = Fedora
product_path = Packages
architecture = x86_64
version = 12
version_from = F12
getsource = 0
and made revisor-f12-x86_64.conf file
[CODE]
[main]
cachedir=-yumcache
reposdir=
keepcache=1
debuglevel=1
logfile=-yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
installroot=/var/tmp/revisor
failovermethod=priority
[fedora]
name=Fedora 12 - x86_64
baseurl=http://localrepo/fedora/releases/12/Everything/x86_64/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=x86_64
enabled=1
gpgcheck=1
[fedora-debuginfo]
name=Fedora 12 - Mito - Debug - x86_64
baseurl=http://localrepo/fedora/releases/12/Everything/x86_64/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-12&arch=x86_64
enabled=0
gpgcheck=1
[fedora-source]
name=Fedora 12 - Source
baseurl=http://localrepo/fedora/releases/12/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-12&arch=src
enabled=0
gpgcheck=1
[updates]
name=Fedora 12 - x86_64 - Updates
baseurl=http://localrepo/fedora/updates/12/x86_64/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=x86_64
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-debuginfo]
name=Fedora 12 - x86_64 - Updates - Debug
baseurl=http://localrepo/fedora/updates/12/x86_64/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f12&arch=x86_64
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-source]
name=Fedora 12 - Source - Updates
baseurl=http://localrepo/fedora/updates/12/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f12&arch=src
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-testing]
name=Fedora 12 - x86_64 - Test Updates
baseurl=http://localrepo/fedora/updates/testing/12/x86_64/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f12&arch=x86_64
enabled=0
includepkgs=
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
[updates-testing-debuginfo]
name=Fedora 12 - x86_64 - Test Updates Debug
baseurl=http://localrepo/fedora/updates/testing/12/x86_64/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f12&arch=x86_64
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
[updates-testing-source]
name=Fedora 12 - Source - Test Updates
baseurl=http://localrepo/fedora/updates/testing/12/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f12&arch=src
enabled=0
includepkgs=
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
[koji]
name=Fedora 12 - x86_64 - Just Born
baseurl=http://koji.fedoraproject.org/static-repos/dist-fc12-build-current/x86_64/
enabled=0
includepkgs=
[koji-source]
name=Fedora 12 - Source - Just Born
baseurl=http://koji.fedoraproject.org/static-repos/dist-fc12-build-current/x86_64/SRPMS/
enabled=0
includepkgs=
[anaconda-updates]
name=Fedora Unity Anaconda Updates for Fedora 12
baseurl=http://www.kanarip.com/anaconda/f12/x86_64/
enabled=1
[anaconda-updates-source]
name=Fedora Unity Anaconda Updates for Fedora 12 - Sources
baseurl=http://www.kanarip.com/anaconda/f12/SRPMS/
enabled=0
</CODE>
A simple question: What went wrong?