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
create table artifact_paths (id integer primary key, parent integer, path text not null, mtime integer, artifact text not null);
create table package_paths (path text primary key, package text not null);
Add a task to the server that monitors the filesystem and removes entries from the tables as files change.
Add entries to the tables when artifacts and packages are checked in.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: