You need to sign in or sign up before continuing.
- Jan 11, 2025
-
-
Chih-Hsuan Yen authored
Add a local patch for fully-locked system accounts. Need to investigate if there is a way to add the exclamation mark dynamically according to the systemd version.
-
- Dec 15, 2024
-
-
Chih-Hsuan Yen authored
buildbot-contrib is merged back to the main repo https://github.com/buildbot/buildbot/pull/8035
- Dec 01, 2024
-
- Nov 03, 2024
-
- Oct 28, 2024
-
-
Chih-Hsuan Yen authored
-
- Oct 26, 2024
-
-
Chih-Hsuan Yen authored
* The checksum of buildbot-contrib-systemd-common.patch is changed after upstream force-pushed to the pull request. As it is now merged, backporting my patch is no longer necessary. * Switch back to git sources, now that pacman is fixed and released * Skip tests not used by upstream * Drop PGP keys for inactive contributors and avoid email addresses Closes issue #1, as the cgi fix is part of upstream 3.11.9: https://github.com/buildbot/buildbot/pull/8112
- Oct 01, 2024
-
-
Chih-Hsuan Yen authored
-
- Sep 29, 2024
-
-
Chih-Hsuan Yen authored
The checksum of buildbot-contrib-systemd-common.patch is changed after upstream force-pushed to the pull request. As it is now merged, backporting my patch is no longer necessary
-
Chih-Hsuan Yen authored
* Switch back to git sources, now that pacman is fixed and released * Skip tests not used by upstream * Drop --openssl-legacy-provider. That is a workaround for older webpack, which is not used by react-based frontend
-
- Aug 02, 2024
-
- Jul 26, 2024
-
-
Chih-Hsuan Yen authored
-
- Jul 20, 2024
-
-
Chih-Hsuan Yen authored
* python-sqlalchemy1.4 is still needed as upstream fixes for sqlalchemy 2.x are in git-master only, not backported yet [1]. * Drop *react* packages. All frontend packages use React, so *react* packages are duplicates. * Move to PEP 517 following upstream [2]. The egg_info hack is broken since [3] and no longer needed. * python-importlib_resources not needed for newer Python since [4] * python-six no longer needed. 3.11 branch moved from python-future to python-six [5], and python-future is not needed anymore [6]. * Drop PGP keys for inactive contributors and avoid email addresses [1] https://github.com/buildbot/buildbot/issues/7804#issuecomment-2226308452 [2] https://github.com/buildbot/buildbot/pull/7343 [3] https://github.com/buildbot/buildbot/pull/7325 [4] https://github.com/buildbot/buildbot/pull/7270 [5] https://github.com/buildbot/buildbot/pull/7267 [6] https://github.com/buildbot/buildbot/pull/6997
-
- Jul 13, 2024
-
-
Chih-Hsuan Yen authored
Use versioned deps to make sure all relevant packages are upgraded together. This is a preparation for buildbot 4.x, where react plugins will not be packaged anymore. At that time, users need to uninstall react plugins to upgrade all buildbot packages.
-
- Jul 04, 2024
-
- Jun 30, 2024
-
-
Chih-Hsuan Yen authored
Partially revert changes made for 3.11.1-1 (4e3a2feb) Also updates .nvchecker.toml to exclude 4.x
-
- Jun 20, 2024
-
- May 26, 2024
-
- May 11, 2024
-
- May 09, 2024
-
-
Chih-Hsuan Yen authored
Sometimes PyPI releases are a little bit delayed
-
Chih-Hsuan Yen authored
Not using PYTHONWARNINGS as it breaks some tests, which check stderr from child processes Prepare for: #1
-
- Apr 29, 2024
-
-
Chih-Hsuan Yen authored
Due to a pacman issue [1], the checksum is unstable I have verified that the checksum change is only related to `export-subst` mentioned in the pacman issue. No other changes are involved, and supply-chain attacks are unlikely. [1] pacman/pacman#131
-
- Apr 09, 2024
-
- Apr 03, 2024
-
-
Chih-Hsuan Yen authored
* python-packaging: needed since [1], which is actually already in 3.10.0 * python-six: replaces python-future since [2] Also switches from signed tarballs to signed git tags [1] https://github.com/buildbot/buildbot/pull/7035 [2] https://github.com/buildbot/buildbot/pull/7267
-
- Mar 01, 2024
-
-
Chih-Hsuan Yen authored
-
Chih-Hsuan Yen authored
-
- Feb 02, 2024
-
- Jan 21, 2024
-
-
Chih-Hsuan Yen authored
=============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: <buildbot.test.integration.test_try_client.Schedulers testMethod=test_userpass_wait> (test_userpass_wait) still running at 5.0 secs buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/twisted/trial/_asynctest.py", line 205, in deferRunCleanups yield func(*args, **kwargs) File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 1697, in _inlineCallbacks result = context.run(gen.send, result) File "/build/buildbot/src/buildbot-3.10.1/master/buildbot/test/util/integration.py", line 273, in dump raise self.failureException(dump.getvalue()) twisted.trial.unittest.FailTest: FAILED! dumping build db for debug *** BUILD 1 *** ==> build successful (success) *** STEP worker_preparation *** ==> worker local1 ready (success) *** STEP one *** ==> finished (success) *** STEP two *** ==> finished (success) buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait_bytes =============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) <DelayedCall 0x796fa44ad150 [1.0364480018615723s] called=0 cancelled=0 LoopingCall<3>(Schedulers.setUp.<locals>.<lambda>, *(), **{})()> buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait =============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. Selectables: <Broker #0 on 40965> <<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 40965) at 796fa48e7710> buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait =============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: <buildbot.test.integration.test_try_client.Schedulers testMethod=test_userpass_wait_bytes> (test_userpass_wait_bytes) still running at 5.0 secs buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait_bytes =============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) <DelayedCall 0x796fa2e86c10 [1.033945083618164s] called=0 cancelled=0 LoopingCall<3>(Schedulers.setUp.<locals>.<lambda>, *(), **{})()> buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait_bytes =============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. Selectables: <<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 38283) at 796fa4674a10> <Broker #0 on 38283> buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait_bytes ------------------------------------------------------------------------------- Ran 6649 tests in 106.343s FAILED (skips=39, errors=8, successes=6608)
-
- Jan 13, 2024
-
- Dec 24, 2023
-
-
Chih-Hsuan Yen authored
It turns out the pull request is backward-incompatible [1] [1] https://github.com/buildbot/buildbot/issues/7306
-
- Dec 19, 2023
-
-
Chih-Hsuan Yen authored
* Add python-buildbot-react-waterfall-view, which has been there in 3.9 [1] * python-unidiff is now a required dependency [2] * python-croniter needed since [3] * python-setuptools is replaced by importlib_resources in [4]. I proposed to further replace importlib_resources with importlib.resources in [5]. [1] https://github.com/buildbot/buildbot/pull/6868 [2] https://github.com/buildbot/buildbot/pull/7095 [3] https://github.com/buildbot/buildbot/pull/7036 [4] https://github.com/buildbot/buildbot/pull/7035 [5] https://github.com/buildbot/buildbot/pull/7270
-
- Sep 11, 2023
-
- Aug 19, 2023
-
-
Chih-Hsuan Yen authored
* python-markdown is optionally used since [1] * The mock patch is merged with [2] [1] https://github.com/buildbot/buildbot/pull/6919 [2] https://github.com/buildbot/buildbot/pull/6780
-
- May 11, 2023
-
- May 08, 2023
-
- Apr 20, 2023
-
-
Chih-Hsuan Yen authored
add experimental react-based plugins, remove merged patches, add implicit dependencies detected by namcap
- Apr 09, 2023
-
-
Chih-Hsuan Yen authored
Dropping python310.diff as the PR for Python 3.11 [1] also includes fixes for Python 3.10. [1] https://github.com/buildbot/buildbot/pull/6813
-