From a8858e8edc5d4e6f29eedf14d1986abc450d0297 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Sat, 2 Aug 2008 19:11:55 +0000 Subject: [PATCH] - typo - changes - man page update --- doc/zypper.8 | 30 ++++++++++++++++++++++++++++++ package/zypper.changes | 11 +++++++++++ src/Zypper.cc | 2 +- 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/doc/zypper.8 b/doc/zypper.8 index 07ae6e6..7907c95 100644 --- a/doc/zypper.8 +++ b/doc/zypper.8 @@ -57,6 +57,13 @@ config file (/etc/zypp/zypp.conf). This means, zypper will not even try to download and check the index files, and you will be able to use zypper for operations like search or info without internet access or root privileges. +.SS Services +.LP +Repository Index Service (RIS) is a special type of repository which contains +a list of other repositories. This list can be generated dynamically by the +server according to some URI parameters or user name, or can be static. +See Service Management section for more details. + .SS Package Types .LP zypper works with several types of resource objects, called @@ -703,6 +710,29 @@ Clean repository raw metadata cache instead of package cache. .I \-a, \-\-all Clean both repository metadata and package caches. + +.SS Serivce Management + +(This group of commands is currently under development) + +.TP +.B addservice (as) [options] +TODO + +.TP +.B removeservice (rs) [options] ... +TODO + +.TP +.B services (ls) [options] +TODO + +.TP +.B refresh-services (refs) [options] ... +TODO + + + .SS Package Locks Management Package locks server the purpose of preventing changes to the set of installed packages on the system. The locks are stored in form of a \fIquery\fR in diff --git a/package/zypper.changes b/package/zypper.changes index 7302004..4d92922 100644 --- a/package/zypper.changes +++ b/package/zypper.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Sat Aug 2 19:40:37 CEST 2008 - jkupec@suse.cz + +- service handling improved, ls, rs, refs now allow to specify + services by #, alias, or URI as in repos +- 'ls' and 'refs' corrected to work with proper service list + (repo index services + non-index repos not belonging to any + service) +- r10731 +- 0.12.1 + +------------------------------------------------------------------- Tue Jul 29 15:10:22 CEST 2008 - jkupec@suse.cz - say Retrieving instead of Downloading when getting files diff --git a/src/Zypper.cc b/src/Zypper.cc index d1e7ef8..7111d50 100644 --- a/src/Zypper.cc +++ b/src/Zypper.cc @@ -199,7 +199,7 @@ void print_main_help(Zypper & zypper) "\tservices, ls\t\tList all defined services.\n" "\taddservice, as\t\tAdd a new service.\n" "\tremoveservice, rs\tRemove specified service.\n" - "\trefreshservice, refs\tRefresh all services.\n" + "\trefresh-services, refs\tRefresh all services.\n" ); static string help_package_commands = _("\tSoftware Management:\n" -- 2.7.4