1. 24 Feb, 2022 1 commit
  2. 06 Mar, 2020 5 commits
    • 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
  3. 23 Jan, 2020 1 commit
    • 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
  4. 22 Jan, 2020 11 commits
  5. 09 Oct, 2018 7 commits
  6. 06 Oct, 2018 3 commits
  7. 17 Apr, 2016 1 commit
  8. 29 Dec, 2015 7 commits
  9. 28 Dec, 2015 4 commits