[Bps-public-commit] SD branch, master, updated. 0.74-48-g4accfb6
? sunnavy
sunnavy at bestpractical.com
Mon Aug 23 21:10:32 EDT 2010
The branch, master has been updated
via 4accfb6c1761f380568b0f390864682e9a543ca8 (commit)
via d4412eb020a48be462a217cd72e91e5abd95a69a (commit)
from 2ea1617aac2a27685e90056bb530158212c4bd3b (commit)
Summary of changes:
tools/shipwright-package | 6 +++---
tools/shipwright-package-minimal | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit d4412eb020a48be462a217cd72e91e5abd95a69a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 24 08:52:27 2010 +0800
update shipwright package: use github for prophet and sd
diff --git a/tools/shipwright-package b/tools/shipwright-package
index 273cce4..56a177d 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -23,14 +23,14 @@ $IMPORT \
cpan:Term::ReadKey \
cpan:Config::GitLike \
cpan:XSLoader \
- git:git+ssh://fsck.com/git/prophet.git \
+ git:http://github.com/bestpractical/prophet.git \
cpan:RT::Client::REST \
cpan:Email::Address \
cpan:Net::GitHub \
cpan:Net::Jifty \
cpan:Net::Trac \
cpan:Net::Google::Code \
- git:git+ssh://fsck.com/git/sd.git
+ git:http://github.com/bestpractical/sd.git
cd /tmp
#shipwright update cpan-Module-Build --add-deps cpan-Pod-Simple
commit 4accfb6c1761f380568b0f390864682e9a543ca8
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 24 08:53:07 2010 +0800
path fix
diff --git a/tools/shipwright-package b/tools/shipwright-package
index 56a177d..cc87840 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -43,7 +43,7 @@ shipwright maintain --update-order
cd /tmp
git clone file://${REPO} hack-$$
-cd /tmp/hack-$$/sources/cpan-Lingua-EN-Inflect
+cd /tmp/hack-$$/sources/cpan-Lingua-EN-Inflect/vendor
git mv Build.pl Build.PL
cd /tmp/hack-$$/scripts/cpan-DateTime-Format-Natural
perl -pi -e s'/Build test/Build/g' build
diff --git a/tools/shipwright-package-minimal b/tools/shipwright-package-minimal
index a5fccfd..4db261a 100644
--- a/tools/shipwright-package-minimal
+++ b/tools/shipwright-package-minimal
@@ -15,8 +15,11 @@ $IMPORT \
cd /tmp
shipwright maintain -r $GIT_PATH --update-order
cd /tmp
+
git clone file://${REPO} hack-$$
-cd hack-$$/scripts/cpan-DateTime-Format-Natural
+cd /tmp/hack-$$/sources/cpan-Lingua-EN-Inflect/vendor
+git mv Build.pl Build.PL
+cd /tmp/hack-$$/scripts/cpan-DateTime-Format-Natural
perl -pi -e 's/Build test/Build/g' build
cd /tmp/hack-$$/scripts/cpan-Params-Util
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list