Skip to content
  1. May 25, 2023
  2. Feb 24, 2022
  3. 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
  4. 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
  5. Jan 22, 2020
  6. Oct 09, 2018
  7. Oct 06, 2018
  8. Apr 17, 2016
  9. Dec 29, 2015
  10. Dec 28, 2015