vondruch / rpms / ruby

Forked from rpms/ruby 5 years ago
Clone

bd9a915 Set SOURCE_DATE_EPOCH to make the build reproducible.

Authored and Committed by vondruch 3 years ago
    Set SOURCE_DATE_EPOCH to make the build reproducible.
    
    The timestamp of generated documentation changes from build to build.
    This makes the builds not reproducible, because the timestamp changes.
    RDoc has allows to override the timestamps via SOURCE_DATE_EPOCH
    environment variable, which was intdouced by following PRs:
    
    https://github.com/ruby/rdoc/pull/569/
    https://github.com/ruby/rdoc/pull/570
    
    This is related to rhbz#1719647. Nevertheless, that specific issue is
    for plaid ruby- packages, so these macros cannot help with that specific
    case.
    
        
file modified
+1 -0