diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-02 10:43:16 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-02 10:43:43 +0200 |
commit | 090e41a60589a67c809fff2e23d3e8ac0c102ce5 (patch) | |
tree | 0eeaabd716f2c5cee6b2a365dd02e9cf80fcf647 /main/aports-build/report-build-errors.lua | |
parent | 41f632abc029e741edd2c08218cd4aeb87b235e9 (diff) | |
download | aports-090e41a60589a67c809fff2e23d3e8ac0c102ce5.tar.bz2 aports-090e41a60589a67c809fff2e23d3e8ac0c102ce5.tar.xz |
main/aports-build: also publish hostname with build error
Diffstat (limited to 'main/aports-build/report-build-errors.lua')
-rw-r--r-- | main/aports-build/report-build-errors.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/aports-build/report-build-errors.lua b/main/aports-build/report-build-errors.lua index ee26b00979..3145b15993 100644 --- a/main/aports-build/report-build-errors.lua +++ b/main/aports-build/report-build-errors.lua @@ -15,6 +15,7 @@ function m.postbuild(aport, success, repodest, arch, logfile) local topic = ("build/%s/errors"):format(hostname) local payload = json.encode{ pkgname = aport.pkgname, + hostname = hostname, logurl = ("%s/%s/%s-%s-r%s.log"):format( urlprefix, (string.match(aport.dir,"[^/]+/[^/]+$")), |