rpm-ostree/src/daemon
Matthew Barnes 6f184d6072 daemon: Remove equivalence check for details variant
rpmostreed_commit_generate_cached_details_variant() returns NULL if the
origin checksum of an OstreeDeployment matches the checksum of a refspec,
which may also be the OstreeDeployment's origin.

I don't understand the reasoning for that, especially since none of the
callers are prepared to deal with a NULL return.  Nor is there a comment,
so remove the check.

This was making the daemon crash on

  rpm-ostree deploy --preview <current-deployment-checksum>

which should just indicate no package differences.
2015-11-06 09:10:48 -05:00
..
main.c daemon: Remove fallback PATH setting 2015-09-09 22:00:05 -04:00
org.projectatomic.rpmostree1.conf daemon: Simplify authorization policy 2015-09-09 22:00:05 -04:00
org.projectatomic.rpmostree1.service.in daemon: Bind DBus service <-> systemd service configs 2015-09-09 22:00:05 -04:00
org.projectatomic.rpmostree1.xml daemon: Add "RpmDiff" methods to supplement Deploy 2015-11-06 09:10:48 -05:00
rpm-ostreed.service.in daemon: Start of work on daemon 2015-09-09 22:00:04 -04:00
rpmostree-package-variants.c daemon: Miscellaneous cleanups 2015-09-09 22:00:05 -04:00
rpmostree-package-variants.h daemon: Implement package diff methods 2015-09-09 22:00:04 -04:00
rpmostreed-daemon.c daemon: Add a Sysroot.Path property 2015-09-09 22:00:05 -04:00
rpmostreed-daemon.h daemon: Export objects on bus (not name) acquision 2015-09-09 22:00:05 -04:00
rpmostreed-deployment-utils.c daemon: Remove equivalence check for details variant 2015-11-06 09:10:48 -05:00
rpmostreed-deployment-utils.h daemon: Expose details for cached updates 2015-09-29 17:38:51 -07:00
rpmostreed-errors.c daemon: Rename all the things! 2015-09-09 22:00:05 -04:00
rpmostreed-errors.h daemon: Rename all the things! 2015-09-09 22:00:05 -04:00
rpmostreed-os.c daemon: Add "RpmDiff" methods to supplement Deploy 2015-11-06 09:10:48 -05:00
rpmostreed-os.h daemon: Don't keep persistent OstreeSysroot instance 2015-09-09 22:00:05 -04:00
rpmostreed-sysroot.c daemon: Expose the path that started a transaction 2015-09-28 17:25:25 -07:00
rpmostreed-sysroot.h daemon: Make "diff" methods safer 2015-09-09 22:00:06 -04:00
rpmostreed-transaction-monitor.c daemon: Support multiple Transaction connections 2015-09-09 22:00:05 -04:00
rpmostreed-transaction-monitor.h daemon: Rename all the things! 2015-09-09 22:00:05 -04:00
rpmostreed-transaction-types.c daemon: Strip override-commit when upgrading 2015-11-06 09:10:48 -05:00
rpmostreed-transaction-types.h daemon: Add "RpmDiff" methods to supplement Deploy 2015-11-06 09:10:48 -05:00
rpmostreed-transaction.c daemon: Don't keep persistent OstreeSysroot instance 2015-09-09 22:00:05 -04:00
rpmostreed-transaction.h daemon: Share Transaction address for identical requests 2015-09-09 22:00:05 -04:00
rpmostreed-types.h daemon: Rename all the things! 2015-09-09 22:00:05 -04:00
rpmostreed-utils.c daemon: Add rpmostreed_repo_lookup_cached_version() 2015-11-06 09:10:48 -05:00
rpmostreed-utils.h daemon: Add rpmostreed_repo_lookup_cached_version() 2015-11-06 09:10:48 -05:00