[Bps-public-commit] SD branch, master, updated. e994577f7dc73c775abbcadf2fd87d798022114b

jesse jesse at bestpractical.com
Fri Aug 28 15:44:24 EDT 2009


The branch, master has been updated
       via  e994577f7dc73c775abbcadf2fd87d798022114b (commit)
      from  a3dcdf23a1f5bf05d2a42705929084e1ef109d49 (commit)

Summary of changes:
 tools/shipwright-package |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit e994577f7dc73c775abbcadf2fd87d798022114b
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Aug 28 11:04:24 2009 -0400

    update the shipwright vessel builder

diff --git a/tools/shipwright-package b/tools/shipwright-package
index 47e550b..d199b35 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -1,11 +1,11 @@
 export TODAY=`date +%Y-%m-%d`
-export REPO=/Users/jesse/shipwright-sd-${TODAY}.git/
+export REPO=${HOME}/shipwright-sd-${TODAY}.git/
 #export REPO=/tmp/shipwright-sd-${TODAY}.git/
 
 export GIT_PATH="git:file://$REPO"
 export MIN_PERL=5.008006
 export SKIP="--skip=Pod::Simple,Module::Signature,Test::Pod,Test::Pod::Coverage,Test::Distribution,Pod::Readme,Archive::Tar,HTML::Lint,Prophet,Encode,Date::Calc,Test::Cukes,Quantum::Superpositions,Test::Memory::Cycle,Text::Greeking,Test::HTTP::Server::Simple,Test::WWW::Mechanize,Config::GitLike,Module::Build,Test::Warn,Test::MockTime,Test::MockModule,Test::MockObject,Test::Warn"
-export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP -r $GIT_PATH --log-file - --log-level info"
+export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP -r $GIT_PATH --log-file - --log-level debug"
 rm -rf $REPO
 
 shipwright create -r $GIT_PATH
@@ -15,6 +15,7 @@ $IMPORT \
  cpan:Template::Declare \
  cpan:HTTP::Server::Simple \
  cpan:File::ShareDir \
+ cpan:DBI \
  cpan:DBD::SQLite \
  cpan:Net::GitHub \
  cpan:Term::ReadLine::Perl \

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list