hydra: do not perform git clone every time. in stead work on local clone and pull
This commit is contained in:
@ -311,8 +311,6 @@ create table CachedGitInputs (
|
||||
uri text not null,
|
||||
branch text not null,
|
||||
revision text not null,
|
||||
timestamp integer not null, -- when we first saw this hash
|
||||
lastSeen integer not null, -- when we last saw this hash
|
||||
sha256hash text not null,
|
||||
storePath text not null,
|
||||
primary key (uri, branch, revision)
|
||||
|
Reference in New Issue
Block a user