[arch-commits] Commit in buildbot/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sun Dec 27 04:09:45 UTC 2020
Date: Sunday, December 27, 2020 @ 04:09:44
Author: yan12125
Revision: 793355
upgpkg: buildbot 2.9.4-1; less verbose tests
Modified:
buildbot/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-27 01:44:15 UTC (rev 793354)
+++ PKGBUILD 2020-12-27 04:09:44 UTC (rev 793355)
@@ -8,7 +8,7 @@
python-buildbot-www python-buildbot-waterfall-view
python-buildbot-console-view python-buildbot-grid-view
python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=2.9.3
+pkgver=2.9.4
_bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
pkgrel=1
arch=(any)
@@ -27,7 +27,7 @@
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit"
"subunit-tests.diff")
-sha256sums=('184255af362855cdcd001c82c3a9e49d1071e24aebb4e9ffb4da5e2f52365e09'
+sha256sums=('9ffa555c328da9770960fd034d5d730a8fb13a00cbe28db431b30904aa65f4c5'
'SKIP'
'SKIP'
'cd66bf65e45fa0a5916a6e0201dcebc4db001e4f47da856afbffc58a04356d55')
@@ -110,10 +110,10 @@
export PATH="$PATH:$srcdir/tmp_install"
cd "$srcdir"/buildbot-$pkgver/master
- TZ=UTC trial3 --rterrors buildbot
+ TZ=UTC trial3 --reporter=summary --rterrors buildbot
cd "$srcdir"/buildbot-$pkgver/worker
- PYTHONPATH=. trial3 buildbot_worker
+ PYTHONPATH=. trial3 --reporter=summary buildbot_worker
for module in base waterfall_view console_view grid_view wsgi_dashboards
do
More information about the arch-commits
mailing list