[Bps-public-commit] SD branch, master, updated. 81ce3ee562963647e7cb0e893cae2a0c7d57b61d
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jul 8 05:00:25 EDT 2009
The branch, master has been updated
via 81ce3ee562963647e7cb0e893cae2a0c7d57b61d (commit)
from 426b4ff23b20c434291f9f3e5a18dbb483eb0963 (commit)
Summary of changes:
tools/shipwright-package | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 81ce3ee562963647e7cb0e893cae2a0c7d57b61d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jul 8 16:59:25 2009 +0800
update shipwright-package to reflect latest prophet change
diff --git a/tools/shipwright-package b/tools/shipwright-package
index 8b14f5c..0b2ebbe 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -4,7 +4,7 @@ export REPO=/Users/jesse/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::Exception,Test::HTTP::Server::Simple,Test::WWW::Mechanize"
+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::Exception,Test::HTTP::Server::Simple,Test::WWW::Mechanize,Config::GitLike"
export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP -r $GIT_PATH --log-file - --log-level info"
rm -rf $REPO
@@ -21,6 +21,7 @@ $IMPORT \
cpan:JSON::XS \
cpan:Net::Bonjour \
cpan:Term::ReadKey \
+ git://github.com/bestpractical/config-gitlike.git \
git:git+ssh://fsck.com/git/prophet.git \
cpan:RT::Client::REST \
cpan:Email::Address \
@@ -39,13 +40,13 @@ shipwright maintain -r $GIT_PATH --update-order
cd /tmp
-#seems no cpan-DateTime-Format-Natual dep any more
-#git clone file://${REPO} hack-$$
-#cd hack-$$/scripts/cpan-DateTime-Format-Natural
-#perl -pi -e s'/Build test/Build/g' build
-#git commit -m 'Made DTFN not run its tests which add a slew of deps' build
-#git push
-#rm -rf hack-$$
+git clone file://${REPO} hack-$$
+cd hack-$$/scripts/cpan-DateTime-Format-Natural
+perl -pi -e s'/Build test/Build/g' build
+git commit -m 'Made DTFN not run its tests which add a slew of deps' build
+git push
+cd /tmp/
+rm -rf hack-$$
git clone file://$REPO /tmp/sdex-$$
cd /tmp/sdex-$$
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list