PDA

View Full Version : Custombuild cron and webapps



jw00dy
04-29-2009, 02:52 PM
I have the following settings in options.conf:

#Cron settings
cron=yes
email=myemail@mydomain.com (this is correct of course)
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=no

Maybe I don't understand now this is supposed to work. But I simply want the cron to let me know if something needs updating. I don't want it to update anything automatically.

I get the emails just fine.

The problem is that I've upgraded phpmyadmin to 3.1.4 two times now and custombuild keeps reverting it back to 3.1.3.2 :(

Is this a bug, or how can I get this to stop updating my webapps.

On a different note, it notified me of DA upgrades, but did not do the upgrade for me (my desired outcome).

smtalk
05-04-2009, 03:46 AM
You need to run "./build cron" after any change to the cron section.

jw00dy
05-04-2009, 05:40 PM
Ahh, thank you!!! I knew I wasn't understanding something.