a-wing / KISS2U

Please use api/v2. New repo at https://github.com/a-wing/kiss2ugo
https://github.com/a-wing/kiss2ugo
9 stars 0 forks source link

Handle "skipped" packages #11

Closed yan12125 closed 4 years ago

yan12125 commented 5 years ago

For example, in https://build.archlinuxcn.org/packages/#/rust-nightly, the build at 2019/6/10 上午11:04:32 is marked as failed. It's actually skipped. From build.archlinuxcn.org:/home/lilydjwg/.lilac/build.log:

[2019-06-10 11:04:32] rust-nightly 1.37.0-nightly (400b409ef 2019-06-09) skipped after 1s
a-wing commented 4 years ago

Added https://github.com/a-wing/KISS2UI/commit/290b3b897d641f1ea33530a9857ce5b7c5735e14#diff-3dc7d774bf0e0fc2a816d296193804dcR24

yan12125 commented 4 years ago

Cool, thanks!