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

Fail and retry on "Some index files failed to download" #130

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. Fail and retry on "Some index files failed to download"

    In scripting apt operations, adding `--error-on=any` to `apt-get update`
    is necessary to capture erros like "Some index files failed to
    download". Otherwise, charms move onto package installations with a
    stale index.
    
    equivalent to: juju/charm-helpers#911
    ref: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1693900
    nobuto-m committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cb7d478 View commit details
    Browse the repository at this point in the history
  2. Bump the patch version

    nobuto-m authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9919ffc View commit details
    Browse the repository at this point in the history