From mboxrd@z Thu Jan 1 00:00:00 1970
From: kupcevic@sourceware.org
Date: 12 Oct 2006 19:13:12 -0000
Subject: [Cluster-devel] conga/ricci docs/rpm_api.html modules/rpm/Pack ...
Message-ID: <20061012191312.26713.qmail@sourceware.org>
List-Id:
To: cluster-devel.redhat.com
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
CVSROOT: /cvs/cluster
Module name: conga
Changes by: kupcevic at sourceware.org 2006-10-12 19:13:11
Modified files:
ricci/docs : rpm_api.html
ricci/modules/rpm: PackageHandler.cpp PackageHandler.h
RpmModule.cpp
Log message:
rpm module: enable upgrade of packages, but only if requested
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/rpm_api.html.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.h.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3
--- conga/ricci/docs/rpm_api.html 2006/04/12 15:47:09 1.1
+++ conga/ricci/docs/rpm_api.html 2006/10/12 19:13:11 1.2
@@ -93,10 +93,11 @@
Install/upgrade rpms and sets from repository.
- Input variables:
- ???rpms??? (list_xml) ??? list of rpms to
+
Input variables:
- ???rpms??? (list_xml) ??? optional, list of rpms to
install/upgrade. Rpm format <rpm name=???rpm name???/>.
-
- ???sets??? (list_xml) ??? list of sets to install/upgrade. Set
- format <set name=???set name???/>.
+ ???sets??? (list_xml) ??? optional, list of sets to install/upgrade. Set
+ format <set name=???set name???/>.
-
+ ???upgrade??? (boolean) ??? optional (defaults to true), upgrade already installed packages/sets.
No output variables.
@@ -121,4 +122,4 @@