[opensuse-buildservice] (local obs) making distro repositories accessible
I hope this is a simple question: How does one set up OBS so that it publishes the distro package repositories. (So that users can easily install normal distro packages using yast/yum/zypper)? I would have thought I'd simply have to enable the 'publish' section in the project config.xml file (via osc meta prj --edit), but that doesn't seem to do it. (All my packages are installed from the various distro ISO images) Thanks. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
What I did was use the magic of symlinks: michael_e_brown@omb-osb-sles11:/srv/obs/repos/RedHat:/RHEL-5.4/standard> pwd /srv/obs/repos/RedHat:/RHEL-5.4/standard michael_e_brown@omb-osb-sles11:/srv/obs/repos/RedHat:/RHEL-5.4/standard> ls -la total 8 drwxr-xr-x 2 obsrun obsrun 4096 2010-03-25 13:08 . drwxr-xr-x 3 obsrun obsrun 4096 2010-03-25 13:07 .. lrwxrwxrwx 1 obsrun obsrun 51 2010-03-25 13:07 i386 -> /srv/obs/build/RedHat:RHEL-5.4/standard/i586/:full/ lrwxrwxrwx 1 obsrun obsrun 51 2010-03-25 13:07 i686 -> /srv/obs/build/RedHat:RHEL-5.4/standard/i586/:full/ lrwxrwxrwx 1 obsrun obsrun 51 2010-03-25 13:08 noarch -> /srv/obs/build/RedHat:RHEL-5.4/standard/i586/:full/ lrwxrwxrwx 1 obsrun obsrun 52 2010-03-25 13:08 x86_64 -> /srv/obs/build/RedHat:RHEL-5.4/standard/x86_64/:full And this all worked for me. You may need to run 'createrepo' there if you expect it to be a yum repo. -- Michael ________________________________________ From: Troy Telford [ttelford.groups@gmail.com] Sent: Friday, April 30, 2010 12:14 PM To: openSUSE buildservice Subject: [opensuse-buildservice] (local obs) making distro repositories accessible I hope this is a simple question: How does one set up OBS so that it publishes the distro package repositories. (So that users can easily install normal distro packages using yast/yum/zypper)? I would have thought I'd simply have to enable the 'publish' section in the project config.xml file (via osc meta prj --edit), but that doesn't seem to do it. (All my packages are installed from the various distro ISO images) Thanks. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Michael_E_Brown@Dell.com
-
Troy Telford