From: Miles Gould Date: Sat, 20 Nov 2010 19:05:35 +0000 (+0000) Subject: Added an "install dependencies" line to post-commit hook. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FOyster.git;a=commitdiff_plain;h=24bf65bcbec7002465400972e2605d8f37fad208 Added an "install dependencies" line to post-commit hook. --- diff --git a/share/deploy/git/post-receive b/share/deploy/git/post-receive index 0881496..e3eb4a1 100755 --- a/share/deploy/git/post-receive +++ b/share/deploy/git/post-receive @@ -2,3 +2,4 @@ cd .. env -i git reset --hard HEAD +dzil listdeps | xargs cpanm --local-lib=~/perl5