Changes between Version 6 and Version 7 of how-to/puppet/sign-release


Ignore:
Timestamp:
May 11, 2013, 1:02:28 AM (11 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/puppet/sign-release

    v6 v7  
    44
    55Each server, on an [source:/puppet/modules/mayfirst/files/freepuppet/freepuppet hourly cron job] that runs on the top of the hour, pulls in the latest version of the git repository, checks for a tag signed by a member of the support team, and if it finds one, it pulls in the changes.
     6
     7Make sure your tags are up to date:
     8
     9{{{
     10git pull origin --tags
     11}}}
    612
    713To see what the last tag was.