https://bugzilla.novell.com/show_bug.cgi?id=713521 https://bugzilla.novell.com/show_bug.cgi?id=713521#c4 --- Comment #4 from Michael Andres <ma@suse.com> 2011-11-08 11:47:58 CET --- 'obs://<project>/[platform]' is just a shortcut for '$baseUrl/<project>/[platform] where baseUrl is defined in /etc/zypp/zypper.conf (http://download.opensuse.org/repositories/). My config e.g. is: baseUrl = dir:///dist/install/SLP/ platform = x86_64/DVD1 So this makes: $ zypper ar obs://openSUSE-12.1-RC1 tststs Adding repository 'tststs' [done] ... URI: dir:///dist/install/SLP/openSUSE-12.1-RC1/x86_64/DVD1 I don't like to change the current semantic in zypper, but I can relax the parser to support at least well-known obs servers like build.opensuse.org. Otherwise I can't tell whether 'obs://foo/baa' is 'server/project' or 'project/platform' without doing network queries. Don't know if this is worth the effort. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.