e11b925 Do not remove compose if latest-* symlink points to it.

2 files Authored by jkaluza 3 years ago, Committed by lsedlar 3 years ago,
    Do not remove compose if latest-* symlink points to it.
    
    There are two reasons for this:
    
    - The compose can still be reused by future composes to significantly
      reduce their generation time. If we remove it after 24 hours, next
      compose will have to generate everything from scratch again.
    - For periodic composes, we always want to have the latest compose
      available so other service can point to this location. This is
      needed for Fedora ELN or internal Integration composes.
    
        
file modified
+28 -9