adfinis/pyaptly

Reflect TOML modifications in aptly

nikslor opened this issue · 2 comments

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.

pyaptly should also incorporate other changes, for example when the mirror URL was adjusted.

Yaml is now toml. :-)