[Bps-public-commit] SD branch, master, updated. 0.73-53-g1e2cfc9

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Mar 12 08:34:31 EST 2010


The branch, master has been updated
       via  1e2cfc9d467365125964c2d40d839df6f3c6b79a (commit)
       via  8ab4f3c558c2a7e5bbcbdce88da911bb17d23cc8 (commit)
      from  92f4f8ea49f2367e1dd3948d2d62874f888ae790 (commit)

Summary of changes:
 tools/shipwright-package |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

- Log -----------------------------------------------------------------
commit 8ab4f3c558c2a7e5bbcbdce88da911bb17d23cc8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Mar 12 18:09:12 2010 +0800

    tiny tweak

diff --git a/tools/shipwright-package b/tools/shipwright-package
index 24027eb..1cf769e 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -2,13 +2,13 @@ export TODAY=`date +%Y-%m-%d`
 export REPO=${HOME}/shipwright-sd-${TODAY}.git/
 #export REPO=/tmp/shipwright-sd-${TODAY}.git/
 
-export GIT_PATH="git:file://$REPO"
+export SHIPWRIGHT_REPOSITORY="git:file://$REPO"
 export MIN_PERL=5.008006
 export SKIP="--skip=Pod::Simple,Module::Signature,Test::Pod,Test::Most,Quantum::SuperPositions,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,Module::Build,Test::Warn,Test::MockTime,Test::MockModule,Test::MockObject,Test::Warn,HTTP::Cookies,HTTP::Request::Common"
-export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP -r $GIT_PATH --log-file - --log-level debug"
+export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP --log-file - --log-level debug"
 rm -rf $REPO
 
-shipwright create -r $GIT_PATH
+shipwright create 
 # Optional deps we still want
 $IMPORT \
  cpan:Scalar::Util \
@@ -32,11 +32,11 @@ $IMPORT \
  git:git+ssh://fsck.com/git/sd.git
 
 cd /tmp
-#shipwright update -r $GIT_PATH cpan-Module-Build --add-deps cpan-Pod-Simple
-#shipwright update -r $GIT_PATH cpan-IO-Compress-Base --add-deps cpan-Scalar-List-Utils
-shipwright update -r $GIT_PATH prophet.git      --add-deps cpan-Term-ReadLine-Perl,cpan-TermReadKey,cpan-DBD-SQLite,cpan-File-ShareDir,cpan-HTTP-Server-Simple,cpan-JSON-XS,cpan-Config::GitLike
-shipwright update -r $GIT_PATH sd.git           --add-deps prophet.git,cpan-Net-Bonjour,cpan-Email-Address,cpan-Net-Trac,cpan-RT-Client-REST,cpan-Net-Google-Code
-shipwright maintain -r $GIT_PATH --update-order
+#shipwright update cpan-Module-Build --add-deps cpan-Pod-Simple
+#shipwright update cpan-IO-Compress-Base --add-deps cpan-Scalar-List-Utils
+shipwright update prophet.git      --add-deps cpan-Term-ReadLine-Perl,cpan-TermReadKey,cpan-DBD-SQLite,cpan-File-ShareDir,cpan-HTTP-Server-Simple,cpan-JSON-XS,cpan-Config::GitLike
+shipwright update sd.git           --add-deps prophet.git,cpan-Net-Bonjour,cpan-Email-Address,cpan-Net-Trac,cpan-RT-Client-REST,cpan-Net-Google-Code
+shipwright maintain --update-order
 
 cd /tmp
 

commit 1e2cfc9d467365125964c2d40d839df6f3c6b79a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Mar 12 21:09:07 2010 +0800

    tweak shipwright-package

diff --git a/tools/shipwright-package b/tools/shipwright-package
index 1cf769e..e6ab8a6 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -34,17 +34,20 @@ $IMPORT \
 cd /tmp
 #shipwright update cpan-Module-Build --add-deps cpan-Pod-Simple
 #shipwright update cpan-IO-Compress-Base --add-deps cpan-Scalar-List-Utils
-shipwright update prophet.git      --add-deps cpan-Term-ReadLine-Perl,cpan-TermReadKey,cpan-DBD-SQLite,cpan-File-ShareDir,cpan-HTTP-Server-Simple,cpan-JSON-XS,cpan-Config::GitLike
+shipwright update prophet.git      --add-deps cpan-Term-ReadLine-Perl,cpan-TermReadKey,cpan-DBD-SQLite,cpan-File-ShareDir,cpan-HTTP-Server-Simple,cpan-JSON-XS,cpan-Config-GitLike
 shipwright update sd.git           --add-deps prophet.git,cpan-Net-Bonjour,cpan-Email-Address,cpan-Net-Trac,cpan-RT-Client-REST,cpan-Net-Google-Code
 shipwright maintain --update-order
 
 cd /tmp
 
 git clone file://${REPO} hack-$$
-cd hack-$$/scripts/cpan-DateTime-Format-Natural
+cd /tmp/hack-$$/sources/cpan-Lingua-EN-Inflect
+git mv Build.pl Build.PL
+cd /tmp/hack-$$/scripts/cpan-DateTime-Format-Natural
 perl -pi -e s'/Build test/Build/g' build
 git config push.default matching
 git commit -m 'Made DTFN not run its tests which add a slew of deps' build
+
 git push
 cd /tmp/
 rm -rf hack-$$

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



More information about the Bps-public-commit mailing list