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

Install rpms through fakeroot #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 24, 2021

  1. [deps] bump rules_docker

    We need newer rules_docker if we want to run the tests against upstream
    Bazel
    manuelnaranjo committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a7dd44c View commit details
    Browse the repository at this point in the history
  2. [tests] update dependencies

    rpms used for tests are archived, updating the URLs
    manuelnaranjo committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    1c2c638 View commit details
    Browse the repository at this point in the history
  3. [tests] check file permissions

    rpms will have all of it's filed owned by root:root, so let's test
    for that
    manuelnaranjo committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    eb5fd6f View commit details
    Browse the repository at this point in the history
  4. [permissions] install through fakeroot

    Decompressing rpms through fakeroot to preserve file ownership and
    permissions properly
    manuelnaranjo committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a94fc27 View commit details
    Browse the repository at this point in the history