ryanlerch / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

bd59cac FTBFS reminder: Deal with week numbers 01 to 09 correctly

1 file Authored by churchyard 4 years ago, Committed by pingou 4 years ago,
    FTBFS reminder: Deal with week numbers 01 to 09 correctly
    
    Apparently, date +%W gives week number with leading zero and there is no alternative.
    
    Shell math's % cannot deal with that, so we sed the zero out.
    
    Signed-off-by: Miro Hrončok <miro@hroncok.cz>
    
    Consider my patch Public Domain or CC0.
    
        
file modified
+1 -1