https://bugzilla.novell.com/show_bug.cgi?id=472517 Summary: add additional baseurl=URIs to a zypper repo from zypper command line Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: pgnet.trash@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 if i create a zypper repo from command line, zypper ar -t rpm-md http://my/repo/uri/ "TEST" zypper mr -e -r -p 10 -n "TEST" "TEST" that generates, as expected, cat /etc/zypp/repos.d/TEST.repo [TEST] name=TEST enabled=1 autorefresh=1 baseurl=http://my/repo/uri/ type=rpm-md priority=10 keeppackages=0 i can manually edit/add a 2nd repo, baseurl=http://my/repo/uri/ + baseurl=http://my/repo/uri2/ and zypper will failover to the 2nd repo if the 1st is unavailable, etc. request is for capability to add additional baseurl=URIs from the command line. would be useful in scripting, etc. nice to have, e.g.: zypper au http://blah/blah NAME.repo yes, there are ways around it ... Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.