We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
refresh_db
pkgrepo.managed
As reported in the Slack #testing channel (which will disappear after a while).
https://saltstackcommunity.slack.com/archives/C7KKN9P6W/p1588231385039600
Rebuilt our pre-salted images at https://github.com/netmanagers/salt-image-builder after the CVE release and now beginning to run the tests of the master branch across the SaltStack Formulas. Got our first failures in the apt-formula, with a neon warning that's been reintroduced by a develop => master port 8 days ago (https://github.com/saltstack/salt/blame/master/salt/states/pkgrepo.py#L313-L318). https://travis-ci.org/github/myii/apt-formula/jobs/681357767#L1517-L1530 RuntimeError: The warning triggered on filename '/usr/local/lib/python3.7/dist-packages/salt/states/pkgrepo.py', line number 315, is supposed to be shown until version 3000 is released. Current version is now 3000. Please remove the warning. Out of interest, why is a salt.utils.versions.warn_until() significant enough to trigger a RuntimeError?
Rebuilt our pre-salted images at https://github.com/netmanagers/salt-image-builder after the CVE release and now beginning to run the tests of the master branch across the SaltStack Formulas. Got our first failures in the apt-formula, with a neon warning that's been reintroduced by a develop => master port 8 days ago (https://github.com/saltstack/salt/blame/master/salt/states/pkgrepo.py#L313-L318).
apt-formula
neon
develop
master
https://travis-ci.org/github/myii/apt-formula/jobs/681357767#L1517-L1530
RuntimeError: The warning triggered on filename '/usr/local/lib/python3.7/dist-packages/salt/states/pkgrepo.py', line number 315, is supposed to be shown until version 3000 is released. Current version is now 3000. Please remove the warning.
salt.utils.versions.warn_until()
RuntimeError
This line will need to be removed/adjusted:
apt-formula/apt/repositories.sls
Line 81 in baa83f2
The text was updated successfully, but these errors were encountered:
fix(repositories): remove deprecated refresh_db
d0400b9
Fix saltstack-formulas#61
No branches or pull requests
Your setup
Formula commit hash / release tag
Versions reports (master & minion)
Pillar / config used
Bug details
Describe the bug
As reported in the Slack #testing channel (which will disappear after a while).
https://saltstackcommunity.slack.com/archives/C7KKN9P6W/p1588231385039600
Steps to reproduce the bug
Expected behaviour
Attempts to fix the bug
This line will need to be removed/adjusted:
apt-formula/apt/repositories.sls
Line 81 in baa83f2
Additional context
The text was updated successfully, but these errors were encountered: