diff --git a/extra/mason/report/report.factor b/extra/mason/report/report.factor index f75b5ffbb7..5d0efc9328 100644 --- a/extra/mason/report/report.factor +++ b/extra/mason/report/report.factor @@ -7,12 +7,16 @@ prettyprint sequences xml.syntax xml.writer combinators.short-circuit literals splitting ; IN: mason.report +: git-link ( id -- link ) + [ "http://github.com/slavapestov/factor/commit/" prepend ] keep + [XML ><-> XML] ; + : common-report ( -- xml ) target-os get target-cpu get short-host-name build-dir - current-git-id get + current-git-id get git-link [XML