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

Conf files fixes: handle links, don't remove existing files #426

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

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    475e627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ebdba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8789fc View commit details
    Browse the repository at this point in the history
  4. xbps-pkgdb: handle conf links while extracting

    Currently files.plist (archive and local database) store files and
    conf_files separately. This is not relevant anymore. From now, file is
    a conf file when it is listed in props.plist.
    Chocimier committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    14d0e22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ad8c47 View commit details
    Browse the repository at this point in the history
  6. lib/package_config_files.c: handle newly added conf_files

    On update from version where file wasn't conf (or not in package)
    to version where it is conf, and file exist on disk for any reason,
    existing file shouldn't be overwritten.
    Chocimier committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d85bb6b View commit details
    Browse the repository at this point in the history