Skip to content
  1. May 20, 2024
  2. May 25, 2023
  3. Feb 24, 2022
  4. Mar 06, 2020
    • Seblu's avatar
      Fix check not updated when fetch package errors · bb34abc5
      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
      bb34abc5
    • Seblu's avatar
      Merge check_delta debug messages · 523cf897
      Seblu authored
      523cf897
    • Seblu's avatar
      Limit sleep time to 1s minimum · 2800d7a8
      Seblu authored
      2800d7a8
    • Seblu's avatar
      Package.check always return check_delta time · 7d1cfbe4
      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'
      7d1cfbe4
    • Seblu's avatar
      Fix _run_command name displayed in log files · 76228249
      Seblu authored
      76228249
  5. Jan 23, 2020
    • Seblu's avatar
      Refactoring · da02f85d
      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
      da02f85d
  6. Jan 22, 2020
  7. Oct 09, 2018
  8. Oct 06, 2018
  9. Apr 17, 2016
  10. Dec 29, 2015