mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
downloads-page: ignore signify signatures (#21985)
This commit is contained in:
parent
e9a6e73c54
commit
509e1d7dc7
1 changed files with 5 additions and 0 deletions
|
|
@ -293,6 +293,11 @@ js:
|
||||||
signatures[name] = true;
|
signatures[name] = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (name.endsWith(".sig")) { // signify signature
|
||||||
|
// TODO account for these, for now ignore them
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// Otherwise add an entry to one of the release tables
|
// Otherwise add an entry to one of the release tables
|
||||||
var parts = name.split("-");
|
var parts = name.split("-");
|
||||||
var date = parts[parts.length-1].split(".")[0];
|
var date = parts[parts.length-1].split(".")[0];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue