[arch-commits] Commit in buildbot/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Mar 27 13:03:18 UTC 2021


    Date: Saturday, March 27, 2021 @ 13:03:18
  Author: yan12125
Revision: 905062

buildbot: fix tests with testing/python-twisted

I assume those who build packages for stable repos will use repos/community-any instead of trunk/ :)

Modified:
  buildbot/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 12:52:48 UTC (rev 905061)
+++ PKGBUILD	2021-03-27 13:03:18 UTC (rev 905062)
@@ -115,10 +115,10 @@
   export PATH="$PATH:$srcdir/tmp_install"
 
   cd "$srcdir"/buildbot-$pkgver/master
-  TZ=UTC trial3 --reporter=summary --rterrors buildbot
+  TZ=UTC trial --reporter=summary --rterrors buildbot
 
   cd "$srcdir"/buildbot-$pkgver/worker
-  PYTHONPATH=. trial3 --reporter=summary buildbot_worker
+  PYTHONPATH=. trial --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