1
0

test: disable match image test until cache is implemented

This commit is contained in:
2023-05-13 10:24:29 +00:00
parent ebc597ff0b
commit 28acc51417
2 changed files with 21 additions and 15 deletions

View File

@ -121,6 +121,7 @@ func kernelRelease(deb string) (r Release, err error) {
}
var (
CacheURL string
CachePath string
RefetchDays int = 7
)