Saltstack Official Apt Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 лет назад
123456789101112131415161718192021222324252627282930
  1. apt
  2. ===
  3. Formulas to update, upgrade, and dist-upgrade within apt.
  4. .. note::
  5. See the full `Salt Formulas installation and usage instructions
  6. <http://docs.saltstack.com/topics/conventions/formulas.html>`_.
  7. Available states
  8. ================
  9. .. contents::
  10. :local:
  11. ``dist-upgrade``
  12. ----------------
  13. Runs apt-get dist-upgrade.
  14. ``update``
  15. ----------
  16. Runs apt-get update.
  17. ``upgrade``
  18. -----------
  19. Runs apt-get upgrade.