diff options
author | Johannes Brechtmann <johannes@jnbr.me> | 2019-01-01 13:40:31 +0100 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-01-01 12:28:39 -0500 |
commit | 9f4faddbc8ed328cca1f092e48df3c334090f1c4 (patch) | |
tree | a2dbd0c1c06f6057af3e57cab414ee75e038cc38 /xbuildbarf | |
parent | 0645e7470851ac3ba8b387422523b97cd80a098e (diff) | |
download | xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.gz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.tar.xz xtools-9f4faddbc8ed328cca1f092e48df3c334090f1c4.zip |
switch from voidlinux.eu to voidlinux.org
Diffstat (limited to 'xbuildbarf')
-rwxr-xr-x | xbuildbarf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbuildbarf b/xbuildbarf index 12473a0..764cbf8 100755 --- a/xbuildbarf +++ b/xbuildbarf @@ -2,4 +2,4 @@ # 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" +curl -sL "http://build.voidlinux.org/builders/${arch}_builder/builds/-1/steps/shell_3/logs/stdio/text" |