You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, if you have a git repository R with N packages, and you make M releases of the packages, then we will need M*N tarballs of various states of R. This can take a while to download (we can't save ourselves from the space usage since I think we need the tarballs in the end anyway...). It would be more efficient to just clone R and then make tarballs locally.
The text was updated successfully, but these errors were encountered:
At the moment, if you have a git repository R with N packages, and you make M releases of the packages, then we will need M*N tarballs of various states of R. This can take a while to download (we can't save ourselves from the space usage since I think we need the tarballs in the end anyway...). It would be more efficient to just clone R and then make tarballs locally.
The text was updated successfully, but these errors were encountered: