diff options
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 8809430a69..e91044fed4 100644 --- a/main/aports-build/report-build-errors.lua +++ b/main/aports-build/report-build-errors.lua @@ -44,6 +44,7 @@ function m.postbuild(aport, success, repodest, arch, logfile) local payload = json.encode{ pkgname = aport.pkgname, hostname = hostname, + reponame = aport:get_repo_name(), logurl = ("%s/%s/%s-%s-r%s.log"):format( urlprefix, (string.match(aport.dir,"[^/]+/[^/]+$")), |