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
The proposal from @jpodivin was to avoid the redunancy (if no new updates happen in the database, do not store additional tarballs, or do /bin/hardlink with reproducible tarballs).
We can also find -mtime +100 -delete or alike.
The text was updated successfully, but these errors were encountered:
The proposal from @jpodivin was to avoid the redunancy (if no new updates happen in the database, do not store additional tarballs, or do
/bin/hardlink
with reproducible tarballs).We can also
find -mtime +100 -delete
or alike.The text was updated successfully, but these errors were encountered: