Changes between Version 4 and Version 5 of AptitudeUpdateScript


Ignore:
Timestamp:
12/15/13 13:41:23 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AptitudeUpdateScript

    v4 v5  
    1 These scripts were written to enable the quick and easy updating of packages and the {{{Changelog}}}, see ticket:470#comment:6. 
     1= Debian Aptitude Upgrade Scripts = 
    22 
    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. 
     3These 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 
     5The 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 
     7Notification 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 
     13Updating servers is simply a matter of: 
     14 
     15{{{ 
     16sudo -i 
     17a-up 
     18}}} 
    419 
    520== a-up ==