mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
* Revert "[bazel] Set remote cache header to prevent redirects (#8065)" This reverts commit082de35ad7. * Revert "[ci] Add Bazel caching (#8006)" This reverts commitc3b327d57b.
24 lines
462 B
ArangoDB AQL
24 lines
462 B
ArangoDB AQL
{
|
|
"files": [
|
|
{
|
|
"aql": {
|
|
"items.find": {
|
|
"$or":[
|
|
{ "repo": "wpilib-generic-gradlecache" },
|
|
{ "repo": "wpilib-generic-cache-cmake" }
|
|
],
|
|
"$or":[
|
|
{
|
|
"stat.downloaded": { "$before":"1mo" }
|
|
},
|
|
{
|
|
"stat.downloaded": { "$eq":null }
|
|
}
|
|
],
|
|
"created": { "$before":"1mo" }
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|