[gnome-software/gnome-3-30] rpm-ostree: trivial: Update rpmostree1 dbus interface description



commit 258f62a9fd945341fa124d58aad1d41579e70d18
Author: Kalev Lember <klember redhat com>
Date:   Fri Oct 5 15:21:20 2018 +0200

    rpm-ostree: trivial: Update rpmostree1 dbus interface description

 plugins/rpm-ostree/org.projectatomic.rpmostree1.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml 
b/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml
index 385ef73c..933e11c9 100644
--- a/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml
+++ b/plugins/rpm-ostree/org.projectatomic.rpmostree1.xml
@@ -56,7 +56,7 @@
     <method name="ReloadConfig">
     </method>
 
-    <!-- none, check, ex-stage -->
+    <!-- none, check, stage -->
     <property name="AutomaticUpdatePolicy" type="s" access="read"/>
 
     <method name="CreateOSName">
@@ -291,6 +291,7 @@
          "override-reset-packages" (type 'as')
          "override-replace-packages" (type 'as')
          "override-replace-local-packages" (type 'ah')
+         "custom-origin" (type '(ss)')
 
          Available options:
          "reboot" (type 'b')
@@ -309,9 +310,14 @@
             Stop short of deploying the new tree. If layering packages,
             the pkg diff is printed but packages are not downloaded or
             imported.
+         "no-layering" (type 'b')
+            Remove all package requests. Requests in "install-packages"
+            are still subsequently processed if specified.
          "no-overrides" (type 'b')
             Remove all active overrides. Not valid if any override
             modifiers are specified.
+         "no-initramfs" (type 'b')
+            Disable any initramfs regeneration.
          "cache-only" (type 'b')
             Do not update rpmmd repo metadata cache or ostree refspec.
             Not valid if "download-only" is specified.
@@ -323,6 +329,9 @@
          "allow-inactive-requests" (type 'b')
             When installing packages, allow package requests which would
             not immediately be active.
+         "idempotent-layering" (type 'b')
+            Don't error out on requests in install-* or uninstall-*
+            modifiers that are already satisfied.
     -->
     <method name="UpdateDeployment">
       <arg type="a{sv}" name="modifiers" direction="in"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]