[pLog-svn] r6759 - plog/branches/lifetype-1.2/bin-devel

Jon Daley plogworld at jon.limedaley.com
Mon Dec 22 15:14:23 EST 2008


crontab is now working again.

It simply runs one script:

~/bin>cat nightly-builds.sh 
#!/bin/sh

SNAPSHOTDIR=~/www/snapshots
BINDIR=~/www/bin-devel
FEEDDIR=~/www/feeds

$BINDIR/build-core-nightly.sh trunk $SNAPSHOTDIR
$BINDIR/build-core-nightly.sh branches/lifetype-1.2 $SNAPSHOTDIR

$BINDIR/build-templates-nightly.sh trunk $SNAPSHOTDIR
$BINDIR/build-templates-nightly.sh branches/lifetype-1.2 $SNAPSHOTDIR

$BINDIR/build-plugins-nightly.sh trunk $SNAPSHOTDIR
$BINDIR/build-plugins-nightly.sh branches/lifetype-1.2 $SNAPSHOTDIR

find $SNAPSHOTDIR -maxdepth 1 -type f -cmin +20160 -exec rm \{} \;

php $BINDIR/genpluginfeeds.php /plugins/branches/lifetype-1.2 $FEEDDIR/1.2/plugins.xml


On Mon, 22 Dec 2008, oscar at devel.lifetype.net wrote:
> fixing up these scripts to work better.  (after the hacker killed our 
> crontab, these jobs haven't been running at all)


More information about the pLog-svn mailing list