Skip to content
  • Duncan Coutts's avatar
    Refactor (and rename) fetchAndReadSourcePackages · 31af8e27
    Duncan Coutts authored and Alexis Williams's avatar Alexis Williams committed
    In preparation for adding support for additional target types (local and
    remote tarballs, local and remote source repos), refactor the existing
    readSourcePackage action so it can be more easily extended to support
    the extra target types.
    
    In particular, having to download things means there are advantages to
    handling all the packags in a batch. Indeed for source repos there will
    be quite a bit of sharing, so they must be handled as a batch.
    31af8e27