From 1aa5345510aa384d55bf7274a184b3a4698cf84e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 8 Apr 2016 23:30:23 +0200 Subject: add xbuildbarf --- xbuildbarf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 xbuildbarf (limited to 'xbuildbarf') 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" -- cgit 1.4.1