Oh, shoot
This commit is contained in:
parent
61f49e0992
commit
3d85d4d78a
Binary file not shown.
@ -212,7 +212,7 @@ validateTarballs (TarballFilter etool versionRegex) = do
|
|||||||
-- download/verify all tarballs
|
-- download/verify all tarballs
|
||||||
let dlis = either (const []) (\tool -> nubOrd $ dls ^.. each %& indices (maybe (const True) (==) tool)
|
let dlis = either (const []) (\tool -> nubOrd $ dls ^.. each %& indices (maybe (const True) (==) tool)
|
||||||
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer)
|
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer)
|
||||||
% (viTestDL % _Just `summing` viSourceDL % _Just)
|
% (viTestDL % _Just `summing` viSourceDL % _Just `summing` viArch % each % each % each)
|
||||||
)
|
)
|
||||||
etool
|
etool
|
||||||
let gdlis = nubOrd $ gt ^.. each
|
let gdlis = nubOrd $ gt ^.. each
|
||||||
|
Loading…
Reference in New Issue
Block a user