Mailinglist Archive: zypp-devel (80 mails)
| < Previous | Next > |
Re: [zypp-devel] Repository enabled or not?
- From: Stanislav Visnovsky <visnov@xxxxxxx>
- Date: Fri, 29 Aug 2008 11:29:08 +0200
- Message-id: <200808291129.08513.visnov@xxxxxxx>
Dňa Friday 29 August 2008 11:21:14 Dominique Leuenberger ste napísal:
Service is a new concept for grouping of repositories. It is very similar to
the NU type of service known in rug in SLE10 - libzypp downloads an index of
repositories, which can dynamically change.
This way, server admin can e.g. add new repositories to client (think e.g. of
community repositories as a service, where you just add the service and your
system will always have access to the best of breed repositories, or having
a 'development' service that will track factory, then during RC phase switch
to openSUSE 11.1 repositories and after release switch back to factory).
This code might be buggy, as it's completely new.
Stano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Petr,
On Fri, 2008-08-29 at 11:17 +0200, Peter Poeml wrote:
Hi,
this is with
zypper-0.12.2-2.1
libzypp-5.7.0-1.1
from the zypp:svn project, openSUSE 11.0 build.
There is an inconsistency, zypper claims no repository is enabled, while
it is shown enabled with another command:
# zypper refresh
There are no enabled repositories defined.
Use 'zypper addrepo' or 'zypper modifyrepo' commands to add or enable
repositories. # zypper sl
# | Alias | Name | Enabled | Refresh
--+------------+------------+---------+--------
1 | home_poeml | home_poeml | Yes | No
I think this actually comes from the way you added the repo... from the
previous mail I could see that you used addservice...
this did not work for me neither... you should use ar (addrepo)... then
you might have more luck...
Maybe somebody could explain the difference between addservice and
addrepo?
Service is a new concept for grouping of repositories. It is very similar to
the NU type of service known in rug in SLE10 - libzypp downloads an index of
repositories, which can dynamically change.
This way, server admin can e.g. add new repositories to client (think e.g. of
community repositories as a service, where you just add the service and your
system will always have access to the best of breed repositories, or having
a 'development' service that will track factory, then during RC phase switch
to openSUSE 11.1 repositories and after release switch back to factory).
This code might be buggy, as it's completely new.
Stano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |