blob: 764cbf8dc8e5a4ca25771eb5fa3f2288f3365622 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/sh
# xbuildbarf [ARCH] - spy on current buildbot output
arch=${1:-$(xbps-uhelper arch)}
curl -sL "http://build.voidlinux.org/builders/${arch}_builder/builds/-1/steps/shell_3/logs/stdio/text"
|