Changes between Version 18 and Version 19 of JBSsandbox/PlasticSlices


Ignore:
Timestamp:
04/22/14 13:06:08 (10 years ago)
Author:
Josh Smift
Comment:

Renew slice credentials at the start of each run.

Legend:

Unmodified
Added
Removed
Modified
  • JBSsandbox/PlasticSlices

    v18 v19  
    5151}}}
    5252
    53 Fetch my user and slice credentials:
     53Fetch your user and slice credentials:
    5454
    5555{{{
     
    150150}}}
    151151
    152 Fetch my user and slice credentials:
     152Renew the slices to expire in 55 days:
     153
     154{{{
     155renewdate="$(date +%Y-%m-%d -d 'now + 55 days') 23:00 UTC"
     156for slicename in $slices ; do omni --usercredfile=$HOME/.gcf/$USER-geni-usercred.xml renewslice $slicename "$renewdate" ; done
     157}}}
     158
     159Fetch your user and slice credentials:
    153160
    154161{{{