Bug #400
pbot-ng is wasting all the bandwidth
100%
Description
he checks chilli for changes every 30 seconds
History
Updated by xylon almost 9 years ago
maybe I can use emails if I can get chilli to send emails on changes
Updated by xylon almost 9 years ago
If I can't make repo receive emails perhaps I can move the bot to the other server.
Updated by xylon almost 9 years ago
actually email worked already you just need to send it to user@parabolagnulinux.org instead of user@repo.parabolagnulinux.org !facepalm
Updated by xylon almost 9 years ago
I think I'm gonna turn off the pbot labs change detector while I work on it.
Updated by xylon almost 9 years ago
I've implemented it and it basically works.
Only problem is that it doesn't give the bug's url when it prints it.
I've fixed it in git but I can't pull the changes onto the server because I get:
$ git pull
error: The requested URL returned error: 504 while accessing https://projects.parabolagnulinux.org/pbot-ng.git/info/refs
fatal: HTTP request failed
$
Will leave this command running for the next few fours:
$ while (( $? )) ; do sleep 5m ; git pull ; done
Maybe it will work eventually.
Updated by xylon almost 9 years ago
git pull finally worked, now let's see if he notifies this update correctly