Advertisement
Guest User

Jouston

a guest
Nov 26th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. http://osci-obs.vm.mirantis.net:82/centos-fuel-4.0-stable/centos/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - ""
  2. Trying other mirror.
  3. Cannot retrieve repository metadata (repomd.xml) for repository: fuel. Please verify its path and try again
  4. # Yumdownloader/repotrack workaround number one:
  5. # i686 packages are downloaded by mistake. Remove them
  6. rm -rf /home/jouston/Project/fuel-main/local_mirror/centos/os/x86_64/Packages/*.i686.rpm
  7. # Yumdownloader workaround number two:
  8. # yumdownloader should fail if some packages are missed
  9. test `grep "No Match" /home/jouston/Project/fuel-main/build/mirror/centos/yumdownloader.log | wc -l` = 0
  10. # Yumdownloader workaround number three:
  11. # We have exactly two downloading conflicts: django and mysql
  12. test `grep "has depsolving problems" /home/jouston/Project/fuel-main/build/mirror/centos/yumdownloader.log | wc -l` = 2
  13. make: *** [/home/jouston/Project/fuel-main/build/mirror/centos/yum.done] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement