diff options
-rw-r--r-- | README | 1 | ||||
-rwxr-xr-x | xbuildbarf | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/README b/README index 7fe9327..15a4cd3 100644 --- a/README +++ b/README @@ -4,6 +4,7 @@ These are a bunch of small utilities for use with XBPS: https://github.com/voidlinux/xbps xbarf - display build logs of last build + xbuildbarf [ARCH] - spy on current buildbot output xbulk [-n] [-k] [xbps-src flags...] PKGS... - simple XBPS bulk builder xbump PKGNAME [git commit options] - git commit a version bump xcheckrestart [-v] - list programs using outdated libraries diff --git a/xbuildbarf b/xbuildbarf new file mode 100755 index 0000000..12473a0 --- /dev/null +++ b/xbuildbarf @@ -0,0 +1,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" |