3 | | The following two scripts, {{{a-up}}} and {{{logchanges}}}, they are installed on PenguinServer#Updates and can be used to do system updates and record the updates in {{{/root/Changelog}}}. The contents of the {{{Changelog}}} is then emailed to root by [https://labs.riseup.net/code/projects/metche metche] so that the people working on the server know what updates have been applied. |
| 3 | These scripts were written to enable the quick and easy updating of Debian packages and the recording of the updates in the {{{/root/Changelog}}}, see ticket:470#comment:6. |
| 4 | |
| 5 | The following two scripts, {{{a-up}}} and {{{logchanges}}}, they are installed on PuffinServer, PenguinServer and ParrotServer and are used to do system updates and record the updates in {{{/root/Changelog}}}. The contents of the {{{Changelog}}} is then emailed to root by [https://labs.riseup.net/code/projects/metche metche] so that the people working on the server know what updates have been applied. |
| 6 | |
| 7 | Notification of available Debian updates are sent by email every 5 mins after they become available via Munin on PenguinServer, see the {{{apt_all}}} graphs: |
| 8 | |
| 9 | * https://penguin.transitionnetwork.org/munin/transitionnetwork.org/puffin.transitionnetwork.org/ |
| 10 | * https://penguin.transitionnetwork.org/munin/transitionnetwork.org/penguin.transitionnetwork.org/ |
| 11 | * https://penguin.transitionnetwork.org/munin/transitionnetwork.org/parrot.transitionnetwork.org/ |
| 12 | |
| 13 | Updating servers is simply a matter of: |
| 14 | |
| 15 | {{{ |
| 16 | sudo -i |
| 17 | a-up |
| 18 | }}} |