about summary refs log tree commit diff
path: root/xbuildbarf
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-04-08 23:30:23 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-04-08 23:30:23 +0200
commit1aa5345510aa384d55bf7274a184b3a4698cf84e (patch)
tree6ec3d806d8b6a25f6e2249b82b5c221037c54ea9 /xbuildbarf
parent213c42fe1ffba8441321bc63a1acc1ac915e7ee2 (diff)
downloadxtools-1aa5345510aa384d55bf7274a184b3a4698cf84e.tar.gz
xtools-1aa5345510aa384d55bf7274a184b3a4698cf84e.tar.xz
xtools-1aa5345510aa384d55bf7274a184b3a4698cf84e.zip
add xbuildbarf
Diffstat (limited to 'xbuildbarf')
-rwxr-xr-xxbuildbarf5
1 files changed, 5 insertions, 0 deletions
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"