Hello everybody! I have a F12 box and want to create a repository mirror for F13. I use reposync, since I do not need a complete mirror with x different package versions, only the latest. I've created a separate copy of yum.conf and yum.repos.d where I've replaced all occurrences of $releasever with $YUM0 and $basearch with $YUM1. I start reposync from a script in which I set export YUM0=13 export YUM1=i386 (I also want to create a mirror for x86_64 arch, but that is another story) Here an example for the fedora-updates repo # reposync -c ../yum.conf -a i386 -n -u -r updates -p i386 This creates a list of possible downloads like http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/13/i386/BackupPC-3.1.0-13.fc12.noarch.rpm http://ftp.halifax.rwth-aachen.de/fedora/linux/updates/13/i386/BareBonesBrowserLaunch-2.0-2.fc12.noarch.rpm ... ... ... It seems, that reposync gets the right path to the repository (http://.../13/i386) but tries to download wrong RPMs - RPMs for my current version (F12) but not those for F13. Bottom line: Is it possible to create a mirror for F13 on F12 using reposync? And if yes: how do I achieve this? -- bye Adalbert Humor in the Court: Q: (Showing man picture.) That's you? A: Yes, sir. Q: And you were present when the picture was taken, right? -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines