Loading aurbot +1 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,7 @@ def event_loop(config_path): next_checks.add(check_interval) # get remote data try: aur = AURPackage(name) aur = AURPackage(name, config.getint("timeout")) local.lastchecked = int(time()) except Exception as exp: error("Unable to get AUR package info: %s" % exp) Loading packages.conf +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ build_cmd = seblu-build commit_cmd = seblu-push check_interval = 86400 timeout = 30 [virtualbox-ext-oracle] maintainer = seblu Loading Loading
aurbot +1 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,7 @@ def event_loop(config_path): next_checks.add(check_interval) # get remote data try: aur = AURPackage(name) aur = AURPackage(name, config.getint("timeout")) local.lastchecked = int(time()) except Exception as exp: error("Unable to get AUR package info: %s" % exp) Loading
packages.conf +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ build_cmd = seblu-build commit_cmd = seblu-push check_interval = 86400 timeout = 30 [virtualbox-ext-oracle] maintainer = seblu Loading