Weirdos From Another Planet
Submitted by greggles on
- Read more about Weirdos From Another Planet
- Log in to post comments
Greggles, Gregorybeans, Frijoles, Beans
Submitted by greggles on
Submitted by greggles on
Submitted by greggles on
Submitted by greggles on
I love Callahan's dark humor.
Submitted by greggles on
If you're in revenue assurance you have to buy this book, but in general it's not all that good.
Submitted by greggles on
So, yeah, I got a mac. It's nice. But it's missing some fun. So, I added fun.
Submitted by greggles on
From the mantisbt source control integration comments something like this should work:
\#!/bin/sh
REPOS="$1"
REV="$2"
SVNLOOK=/usr/local/bin/svnlook
PHP=/usr/bin/php
MANTIS=/srv/www/novo/html/mantis/core/checkin.php
COMMIT_MSG=`$SVNLOOK log -r $REV "$REPOS"`
$PHP -f $MANTIS <<zzzMantiszzz
Revision: $REV: $COMMIT_MSG
zzzMantiszzz
Also, great details at Alt Tag