From 797d9fe71907e575093a955a3faf3932257c7e8d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Oct 2017 14:27:32 +0200 Subject: bin/build-master-status: add link to modifications for modified broken packages --- bin/build-master-status | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 72b9f7e..7f0a51b 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -359,6 +359,9 @@ if ${web}; then unset right fi printf '' + if git -C "${repo_paths__archlinux32}" archive "${mod_rev}" -- "${repo}/${pkg}/PKGBUILD" > /dev/null 2>&1; then + mod_rev="${mod_rev}" + fi printf '%s' \ ''"${left}${pkg}${right}"'' \ "${rev}" \ -- cgit v1.2.3-54-g00ecf