[Python-Dev] Automatic installer builds (was Re: Fwd: Broken link to download (Mac OS X))

skip at pobox.com skip at pobox.com
Wed Apr 14 22:23:41 CEST 2010


    >> I ran a Mac OSX buildbot for the community buildbots for awhile but
    >> never did figure out at the time how to get it to fire up on
    >> reboot.  That was a few years ago.  I think today that would easily
    >> be accomplished with an @reboot crontab entry.  Dunno if that was
    >> available way back then, but it's certainly supported on Mac OSX now.

    Simon> launchd might be a better bet - <http://bit.ly/ahwvTk>.

Sure, but it's Mac-specific.  For someone like myself who moves between
different platforms I generally try to use tools which work across those
platforms to the extent that I can.  While @reboot is not universally
available (Solaris doesn't support it as far as I can tell) it is still more
common where I operate than launchd.  Not to mention which I have to horse
around with XML for config files which I completely detest for that purpose.

Skip


More information about the Python-Dev mailing list