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

Implement new YUM backup method (based on ZYPPER) #1464

Merged
merged 8 commits into from Sep 11, 2017
Merged

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    fe18a46 View commit details
    Browse the repository at this point in the history
  2. Initial check-in of files required for BACKUP=YUM feature (BACKUP=ZYP…

    …PER functionality for YUM-managed systems)
    N3WWN committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    f8713a2 View commit details
    Browse the repository at this point in the history
  3. Check-in forgotten usr/share/rear/prep/YUM/default/400_prep_yum.sh fi…

    …le required for BACKUP=YUM feature
    N3WWN committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    91cbf42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2bee1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Revert usr/share/rear/rescue/default/500_ssh.sh and usr/share/rear/re…

    …scue/default/900_clone_users_and_groups.sh to ReaR upstream versions
    N3WWN committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    3eae688 View commit details
    Browse the repository at this point in the history
  2. Revert usr/share/rear/rescue/default/900_clone_users_and_groups.sh to…

    … earlier ReaR upstream version to fix PR
    N3WWN committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    6ca926b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9cc24 View commit details
    Browse the repository at this point in the history
  4. Add quotes around bash parameter expansion in usr/share/rear/prep/YUM…

    …/default/400_prep_yum.sh, usr/share/rear/restore/YUM/default/400_restore_packages.sh and usr/share/rear/restore/YUM/default/405_clone_users_and_groups.sh to avoid unintended expansion. Update usr/share/rear/restore/YUM/default/405_clone_users_and_groups.sh to use is_true "$CLONE_ALL_USERS_GROUPS" due to recent changes to that variable. Improve storing and usage of releasever in usr/share/rear/prep/YUM/default/400_prep_yum.sh. Copy all repo files from source to target. Improve error handling and package name fall back during package installation.
    N3WWN committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    51deb6d View commit details
    Browse the repository at this point in the history