about summary refs log tree commit diff
path: root/xbuildbarf
blob: 12473a08f789306b47d4ea5c4e28d5d75e6cd87b (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.eu/builders/${arch}_builder/builds/-1/steps/shell_3/logs/stdio/text"