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

importer: Error importing RPMs which install to /opt (outside of /usr) #624

Closed
wants to merge 3 commits into from

Commits on Feb 13, 2017

  1. unpacker: Check for filter errors while committing tmpfiles too

    This masked an issue in a change I was working on in the filter.
    cgwalters committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    7b64e29 View commit details
    Browse the repository at this point in the history
  2. importer: Error importing RPMs which install to /opt (outside of /usr)

    See coreos#233 - for RPMs which
    place files in e.g. `/opt`, we have different behavior in the treecompose case
    (silently drop it) versus package layering (does the wrong thing).
    
    Since the unpacker right now is only used in the layering case, this just
    ensures we'll get a consistent error there.
    cgwalters committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    ea51dd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7cc94 View commit details
    Browse the repository at this point in the history