Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean the generated /usr/share/rpm #8

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 6, 2014

  1. Delete repoquery-sorted script

    This was used previously by the caching infrastructure, but is no
    longer used.
    cgwalters committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    c8c54d5 View commit details
    Browse the repository at this point in the history
  2. tree compose: Delete .dbenv.lock and __db.* files from /usr/share/rpm

    Currently on an Atomic compose, I'm seeing abrtd trying to write to
    /usr/share/rpm/.dbenv.lock, which is denied by policy because it's
    usr_t.  There are multiple ways to address this, but there's no good
    reason to leave the lock files and __db* files around.
    
    rpm appears to operate correctly without them if calling process
    merely gets EROFS.
    cgwalters committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    e9b3eb1 View commit details
    Browse the repository at this point in the history