pyaptly icon indicating copy to clipboard operation
pyaptly copied to clipboard

Reflect TOML modifications in aptly

Open nikslor opened this issue 8 years ago • 2 comments
trafficstars

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.

nikslor avatar Dec 27 '16 14:12 nikslor

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

karras avatar Feb 27 '18 12:02 karras

Yaml is now toml. :-)

rhizoome avatar Mar 14 '24 11:03 rhizoome