[Bps-public-commit] SD branch, master, updated. 0.73-18-gdc2c41c
jesse
jesse at bestpractical.com
Wed Oct 14 15:39:22 EDT 2009
The branch, master has been updated
via dc2c41ce0117d5c7e1d249d0a3eaa963d41f8815 (commit)
from db3e5c97b37142c5f6d6a6a52d4263a89d353663 (commit)
Summary of changes:
tools/shipwright-package-minimal | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit dc2c41ce0117d5c7e1d249d0a3eaa963d41f8815
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Oct 14 15:39:09 2009 -0400
Additional work on the minimal shipwright packaging
diff --git a/tools/shipwright-package-minimal b/tools/shipwright-package-minimal
index 4668b94..a5fccfd 100644
--- a/tools/shipwright-package-minimal
+++ b/tools/shipwright-package-minimal
@@ -2,7 +2,7 @@ export TODAY=`date +%Y-%m-%d`
export REPO=${HOME}/shipwright-sd-min-${TODAY}
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,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,Compress::Raw::Bzip2,Digest::SHA1,Compress::Raw::Zlib,Test::Script::Run,Test::Exception,Test::Simple,Test::More,Compress::Zlib"
+export SKIP="--skip=Pod::Simple,Module::Signature,Test::Pod,Test::Pod::Coverage,Test::Distribution,Pod::Readme,Archive::Tar,HTML::Lint,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,Compress::Raw::Bzip2,Digest::SHA1,Compress::Raw::Zlib,Test::Script::Run,Test::Exception,Test::Simple,Test::More,Compress::Zlib,Digest::SHA"
export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP -r $GIT_PATH --log-file - --log-level debug --skip-all-recommends"
rm -rf $REPO
mkdir $REPO
@@ -17,9 +17,22 @@ shipwright maintain -r $GIT_PATH --update-order
cd /tmp
git clone file://${REPO} hack-$$
cd hack-$$/scripts/cpan-DateTime-Format-Natural
-perl -pi -e s'/Build test/Build/g' build
+perl -pi -e 's/Build test/Build/g' build
+
+cd /tmp/hack-$$/scripts/cpan-Params-Util
+perl -pi -e 's/Makefile.PL/Makefile.PL -pm/g' build
+
+cd /tmp/hack-$$/scripts/cpan-Params-Validate
+perl -pi -e 's/Build.PL/Build.PL --pp/g' build
+
+cd /tmp/hack-$$/scripts/cpan-DateTime
+perl -pi -e 's/Makefile.PL/Makefile.PL --pm/g' build
+
+cd /tmp/hack-$$/scripts/cpan-List-MoreUtils
+perl -pi -e 's/Makefile.PL/Makefile.PL -pm/g' build
+
git config push.default matching
-git commit -m 'Made DTFN not run its tests which add a slew of deps' build
+git commit -m 'Made DTFN not run its tests which add a slew of deps' -a
git push
cd /tmp/
rm -rf hack-$$
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list