Kristian H?gsberg <krh@redhat.com> [Mon, 23 Jun 2008 13:54:56 -0400] rev 262
Set up gtkdoc for razor.
Despite its name, gtkdoc doesn't require gtk+ and is a nice way to
generate DocBook format API documentation.
Richard Hughes <richard@hughsie.com> [Mon, 23 Jun 2008 10:31:04 -0400] rev 261
Rename bash completion script to razor.sh
More suitable for installation into /etc/bash_completion.d.
committer: Kristian H?gsberg <krh@redhat.com>
Richard Hughes <richard@hughsie.com> [Mon, 23 Jun 2008 10:24:30 -0400] rev 260
Don't assume razor is being run locally in bash-completion.
Breaks when installed system wide.
committer: Kristian H?gsberg <krh@redhat.com>
Kristian H?gsberg <krh@redhat.com> [Mon, 23 Jun 2008 09:59:08 -0400] rev 259
Merge commit 'jbowes/master'
James Bowes <jbowes@redhat.com> [Fri, 20 Jun 2008 19:04:47 -0400] rev 258
Merge branch 'krh/master'
Conflicts:
librazor/razor.h
librazor/rpm.c
razor.c
src/main.c
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 23:13:09 -0400] rev 257
When uniquifying properties, also sort them on the owning package.
This ensures that whenever two packages provide or (or require, obsolete
or conflict) the same property, they appear in the same order in the
propertys list of packages.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 22:27:07 -0400] rev 256
Call exit() instead of just returning if child fails.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 22:26:41 -0400] rev 255
Return if we fail to open root.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 21:56:43 -0400] rev 254
Introduce install/remove iterators.
These iterator constructors lets you pass in two sets and creates
an iterator for the packages to remove or the packages to install.
The iterators will step through the packages in a sequence that respects
the pre, post, preun and postun modifiers.
Right now, the install order isn't actually implemented, this patch just
implements the API changes and updates the applications.
Kristian H?gsberg <krh@redhat.com> [Fri, 20 Jun 2008 21:38:29 -0400] rev 253
Fix the razor_set_diff() callback prototype.
The old proto type didn't let us pass the razor_package.