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

Update will cleanup unneeded artifacts. #752

Merged

Commits on Jul 20, 2022

  1. Update will cleanup unneeded artifacts.

    The update process will cleanup unneeded artifacts. When an update
    starts all artifacts that do not have the current version number in it's
    name will be removed. If artifact retrieval fails, downloaded artifacts
    are removed. On a successful upgrade, all contents of the downloads dir
    will be removed.
    michel-laterman committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    02a4aa8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    0f4b672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e767e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae475f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Wrap errors

    michel-laterman committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    904752c View commit details
    Browse the repository at this point in the history
  2. cleanup tests

    michel-laterman committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8017a3d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Fix passed version

    michel-laterman committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2098909 View commit details
    Browse the repository at this point in the history
  2. Use os.RemoveAll

    michel-laterman committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    810a919 View commit details
    Browse the repository at this point in the history