index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2021-01-26 20:40:47 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2021-01-26 20:40:47 +0100 |
commit | 09e169b7418319eadfc4eab83fbf2fcc459d536e (patch) | |
tree | 4965d89a7ed7047432a482266ca44872f14fd767 /offload-build.in | |
parent | 360a7611a8df0b0e52f7d1b2fb58059fc997dc5e (diff) |
-rwxr-xr-x | offload-build.in | 2 |
diff --git a/offload-build.in b/offload-build.in index 34cb601..d40b004 100755 --- a/offload-build.in +++ b/offload-build.in @@ -24,7 +24,7 @@ source /usr/share/makepkg/util/config.sh # global defaults suitable for use by Arch staff repo=extra arch=x86_64 -server=dragon.archlinux.org +server=build.archlinux.org die() { printf "error: $1\n" "${@:2}"; exit 1; } |