- typo
authorJan Kupec <jkupec@suse.cz>
Sat, 2 Aug 2008 19:11:55 +0000 (19:11 +0000)
committerJan Kupec <jkupec@suse.cz>
Sat, 2 Aug 2008 19:11:55 +0000 (19:11 +0000)
- changes
- man page update

doc/zypper.8
package/zypper.changes
src/Zypper.cc

index 07ae6e6..7907c95 100644 (file)
@@ -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] <url> <alias>
+TODO
+
+.TP
+.B removeservice (rs) [options] <alias|#|URI> ...
+TODO
+
+.TP
+.B services (ls) [options]
+TODO
+
+.TP
+.B refresh-services (refs) [options] <alias|#|URI> ...
+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
index 7302004..4d92922 100644 (file)
@@ -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
index d1e7ef8..7111d50 100644 (file)
@@ -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"