yes conary support rollbacks :) its hard to code because internally the actions of conary divide on Jobs<br><br>one job can be a set of actions (update/install/remove)<br><br>So if i install packagekit<br><br>it install packagekit:devel packagekit:runtime as a Job 1<br>
update packagekit:config as a Job 2<br><br><br>So the rollbacks its not remove installed/updated packages its revert a set of jobs what as applied to system. for back to a before state of Job.<br><br><br>Im have understand the rollbacks its controlled by packagekit reverting install/updates packages. Conary not depend from Packagekit for do a rollbacks. Depends of the Set of jobs applied.<br>
<br>I think a feature for support rollbacks not doing for packagekit( send signals, but not do the actions. ) only by the backend will be great.<br><br>other stuff is if conary install packages from cli (without help of packagekit) the packagekit database not updated. Because Packagekit its a GUI fronted of conary....<br>
<br>Can code a some plugin for add packagekit integration with conary from conary cli. But its more work its pending.<br><br><br><br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 7:46 AM, Mounir Lamouri <span dir="ltr">&lt;<a href="mailto:mounir.lamouri@gmail.com">mounir.lamouri@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, Sep 3, 2009 at 2:32 PM, Richard Hughes&lt;<a href="mailto:hughsient@gmail.com">hughsient@gmail.com</a>&gt; wrote:<br>

&gt; I don&#39;t think any of the backends support rollback, even the conary<br>
&gt; one. There&#39;s quite a bit of code in the server and clients to support<br>
&gt; this, but if nothing is going to use it I think it makes sense to rip<br>
&gt; it out. Comments?<br>
<br>
</div>I don&#39;t really see the need of rollback for the user. For sure, it<br>
can&#39;t be something to be used as easily as CTRL+Z (undo/redo). So if<br>
it has to exit it can be something in a menu.<br>
In addition, I don&#39;t see a lot of things that should be rollbacked:<br>
installl/remove and enable/disable repository ? In this case, I think<br>
the client can implement that himself. If the user install a package,<br>
he can add in a menu: &#39;Uninstall foo&#39;. If it has been uninstalled, it<br>
will be&#39;Reinstall foo&#39;. The same thing for repositories.<br>
<br>
What do you think about this ? :)<br>
<font color="#888888"><br>
Mounir<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
PackageKit mailing list<br>
<a href="mailto:PackageKit@lists.freedesktop.org">PackageKit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/packagekit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/packagekit</a><br>
</div></div></blockquote></div><br>