Skip to content
  • Raoul Hidalgo Charman's avatar
    Integrate source cache with rest of buildstream · 6a1e7461
    Raoul Hidalgo Charman authored and Jürg Billeter's avatar Jürg Billeter committed
    This involve introducing new Consistency states `STAGED` and `BOTH` that
    represent when the source is just in the local CAS and in both the local
    CAS and unstaged in the source directory.
    
    Sources are staged for each element into the local CAS during the fetch
    stage. If the sources are in the local consistency state `STAGED` when
    wanting to open a workspace, the original sources are fetched.
    
    Relavant tests this affects have been changed.
    
    Part of #440
    6a1e7461