- May 20, 2024
- May 25, 2023
-
-
Seblu authored
-
- Feb 24, 2022
-
-
Seblu authored
-
- Mar 06, 2020
-
-
Seblu authored
When a package was removed from AUR, the check code didn't update the last_check value and the loop code was always triggered. [DEBUG] Next check is planned in -778781s, waiting for 1s ... [DEBUG] Next check is planned in -778781s, waiting for 1s ... [DEBUG] Next check is planned in -778781s, waiting for 1s ... [DEBUG] Next check is planned in -778781s, waiting for 1s
-
Seblu authored
-
Seblu authored
-
Seblu authored
Fix return NoneType in check: [INFO] imapsync: Next check is planned in 3358s [CRITICAL] '<' not supported between instances of 'int' and 'NoneType' Traceback (most recent call last): File "/usr/bin/aurbot", line 458, in <module> Robot().start() File "/usr/bin/aurbot", line 449, in start timeout = min(next_checks) TypeError: '<' not supported between instances of 'int' and 'NoneType'
-
Seblu authored
-
- Jan 23, 2020
-
-
Seblu authored
- Put deamon code in Robot class - Put package check/update code in Package class - Use python3 f'string - Use sentences for comments and docstrings
-
- Jan 22, 2020
-
-
Seblu authored
-
Seblu authored
-
Seblu authored
-
Seblu authored
-
Seblu authored
aurbot[3547325]: [CRITICAL] name 'fp' is not defined aurbot[3547325]: [ERROR] Unknown error. Please report it with --debug.
-
Seblu authored
-
Seblu authored
Pacman hooks now handle these commands.
-
Seblu authored
-
Seblu authored
-
Seblu authored
-
Seblu authored
- Move maintainer check in update. So, no more maintainer check if there is no need to build the update - Move build code in a subfunction - Improve some messages
-
- Oct 09, 2018
- Oct 06, 2018
- Apr 17, 2016
-
-
Seblu authored
-
- Dec 29, 2015
-
-
Seblu authored
Prevent later failure with invalid path in tarball
-
Seblu authored
-
Seblu authored
Since python 3.5 we need to raise an exception to prevent python to EINTR see https://www.python.org/dev/peps/pep-0475/
-
Seblu authored
-