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
Currently modifications in the yaml file are ignored. If possible pyaptly should updated the aptly setup once modifications are done.
Maybe add a special cmdline flag to trigger an update?
E.g.: Remove the i386 architecture from a mirror should also remove it in the aptly mirror (if requested).
Currently such changes have to be done manually;
aptly mirror edit -architectures="amd64" google-chrome
Thanks @erickeller for reporting the issue.
The text was updated successfully, but these errors were encountered:
pyaptly should also incorporate other changes, for example when the mirror URL was adjusted.
Sorry, something went wrong.
Yaml is now toml. :-)
No branches or pull requests
Currently modifications in the yaml file are ignored. If possible pyaptly should updated the aptly setup once modifications are done.
Maybe add a special cmdline flag to trigger an update?
E.g.: Remove the i386 architecture from a mirror should also remove it in the aptly mirror (if requested).
Currently such changes have to be done manually;
Thanks @erickeller for reporting the issue.
The text was updated successfully, but these errors were encountered: