[Bps-public-commit] Shipwright branch, master, updated. 8284bce74e9c4691a59bf448a481dcffb0ff73f9
? sunnavy
sunnavy at bestpractical.com
Thu Jun 24 10:14:04 EDT 2010
The branch, master has been updated
via 8284bce74e9c4691a59bf448a481dcffb0ff73f9 (commit)
via 46495be3da82cef492ce435c5cf59e354b17aeaa (commit)
via 68bd15b72f5d161e8a22fd6f2f0f0ea558b517f3 (commit)
via 424d64450bcec373018c042319e1272bee7b7716 (commit)
from 63a6be968c5bd1b980c959168ed4e7d8768e8ea1 (commit)
Summary of changes:
Changes | 13 ++++++++++++-
lib/Shipwright/Manual.pod | 4 ++++
lib/Shipwright/Manual/BuildMultiArchVessel.pod | 2 +-
lib/Shipwright/Manual/CustomizeBuild.pod | 2 +-
lib/Shipwright/Manual/ENV.pod | 2 +-
lib/Shipwright/Manual/Glossary.pod | 2 +-
lib/Shipwright/Manual/Tutorial.pod | 7 +++----
lib/Shipwright/Manual/UsingBranches.pod | 4 ++++
lib/Shipwright/Manual/UsingFlags.pod | 2 +-
lib/Shipwright/Source/Base.pm | 2 +-
10 files changed, 29 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 424d64450bcec373018c042319e1272bee7b7716
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 24 21:43:58 2010 +0800
doc update
diff --git a/lib/Shipwright/Manual/BuildMultiArchVessel.pod b/lib/Shipwright/Manual/BuildMultiArchVessel.pod
index 9a925a3..433e62a 100644
--- a/lib/Shipwright/Manual/BuildMultiArchVessel.pod
+++ b/lib/Shipwright/Manual/BuildMultiArchVessel.pod
@@ -60,7 +60,7 @@ to run a cmd to tell it to, e.g.
=head1 SEE ALSO
-L<Shipwright::Manual::Tutorial>,
+L<Shipwright>, L<Shipwright::Manual>
=head1 AUTHORS
diff --git a/lib/Shipwright/Manual/CustomizeBuild.pod b/lib/Shipwright/Manual/CustomizeBuild.pod
index 67ed571..556b914 100644
--- a/lib/Shipwright/Manual/CustomizeBuild.pod
+++ b/lib/Shipwright/Manual/CustomizeBuild.pod
@@ -84,7 +84,7 @@ If executed with C<--clean>, all commands will be skipped except this one.
=head1 SEE ALSO
-L<Shipwright::Manual::UsingFlags>
+L<Shipwright>, L<Shipwright::Manual>
=head1 AUTHORS
diff --git a/lib/Shipwright/Manual/ENV.pod b/lib/Shipwright/Manual/ENV.pod
index affb8d8..fb438e8 100644
--- a/lib/Shipwright/Manual/ENV.pod
+++ b/lib/Shipwright/Manual/ENV.pod
@@ -91,7 +91,7 @@ F<svnadmin> command is expected to be in the same directory as F<svn>.
=head1 SEE ALSO
-L<Shipwright::Manual::Tutorial>
+L<Shipwright>, L<Shipwright::Manual>
=head1 AUTHORS
diff --git a/lib/Shipwright/Manual/Glossary.pod b/lib/Shipwright/Manual/Glossary.pod
index 48be687..96ad5f0 100644
--- a/lib/Shipwright/Manual/Glossary.pod
+++ b/lib/Shipwright/Manual/Glossary.pod
@@ -22,7 +22,7 @@ all stuff below /tmp/foo is the vessel
=head1 SEE ALSO
-L<Shipwright::Manual::Tutorial>, L<Shipwright::Manual::UsingFlags>, L<Shipwright::Manual::CustomizeBuild>
+L<Shipwright>, L<Shipwright::Manual>
=head1 AUTHORS
diff --git a/lib/Shipwright/Manual/Tutorial.pod b/lib/Shipwright/Manual/Tutorial.pod
index 4840bc3..0fec8ed 100644
--- a/lib/Shipwright/Manual/Tutorial.pod
+++ b/lib/Shipwright/Manual/Tutorial.pod
@@ -210,8 +210,7 @@ $ perl /tmp/shipyard --install-base /tmp/vessel
=head1 SEE ALSO
-L<Shipwright::Manual::UsingFlags>, L<Shipwright::Manual::CustomizeBuild>,
-L<Shipwright::Manual::Glossary>
+L<Shipwright>, L<Shipwright::Manual>
=head1 AUTHORS
diff --git a/lib/Shipwright/Manual/UsingBranches.pod b/lib/Shipwright/Manual/UsingBranches.pod
index a6685c7..8a169bd 100644
--- a/lib/Shipwright/Manual/UsingBranches.pod
+++ b/lib/Shipwright/Manual/UsingBranches.pod
@@ -46,6 +46,10 @@ Since all these branches share the same build script and the same dep sources,
if branches are way too different, it's better to import it as another source
instead of branching.
+=head1 SEE ALSO
+
+L<Shipwright>, L<Shipwright::Manual>
+
=head1 AUTHORS
sunnavy C<< <sunnavy at bestpractical.com> >>
diff --git a/lib/Shipwright/Manual/UsingFlags.pod b/lib/Shipwright/Manual/UsingFlags.pod
index 780774d..5cfa891 100644
--- a/lib/Shipwright/Manual/UsingFlags.pod
+++ b/lib/Shipwright/Manual/UsingFlags.pod
@@ -54,7 +54,7 @@ it will be given the C<default> flag and will be installed by default.
=head1 SEE ALSO
-L<Shipwright::Manual::CustomizeBuild>
+L<Shipwright>, L<Shipwright::Manual>
=head1 AUTHORS
commit 68bd15b72f5d161e8a22fd6f2f0f0ea558b517f3
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 24 21:44:07 2010 +0800
make perlcritic happy
diff --git a/lib/Shipwright/Source/Base.pm b/lib/Shipwright/Source/Base.pm
index 53b3cfd..2ea4faa 100644
--- a/lib/Shipwright/Source/Base.pm
+++ b/lib/Shipwright/Source/Base.pm
@@ -454,7 +454,7 @@ EOF
if ( $self->skip_installed ) {
if ( $module->require ) {
$self->log->info("found installed $module");
- no strict 'refs';
+ no strict 'refs'; ## no critic
require version;
my $installed_version = ${ $module . '::VERSION' };
if ( $installed_version
commit 46495be3da82cef492ce435c5cf59e354b17aeaa
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 24 21:48:47 2010 +0800
doc update
diff --git a/lib/Shipwright/Manual.pod b/lib/Shipwright/Manual.pod
index cea6baf..f44e2a8 100644
--- a/lib/Shipwright/Manual.pod
+++ b/lib/Shipwright/Manual.pod
@@ -38,6 +38,10 @@ a guide of building a vessel with multi-arch support.
=back
+=head1 SEE ALSO
+
+L<Shipwright>
+
=head1 AUTHORS
sunnavy C<< <sunnavy at bestpractical.com> >>
diff --git a/lib/Shipwright/Manual/Tutorial.pod b/lib/Shipwright/Manual/Tutorial.pod
index 0fec8ed..4a957d6 100644
--- a/lib/Shipwright/Manual/Tutorial.pod
+++ b/lib/Shipwright/Manual/Tutorial.pod
@@ -203,10 +203,10 @@ convinent way too:
let's chdir to our shipyard first, then run:
$ ./bin/shipwright-utility --generate-tar-file /tmp/shipyard.pl
-the shipyard.pl is an shipyard perl script working like "shipwright-builder"
+the shipyard.pl is a shipyard perl script working like "shipwright-builder"
but it's self contained, so you can build vessel with shipyard.pl like this:
-$ perl /tmp/shipyard --install-base /tmp/vessel
+$ perl /tmp/shipyard.pl --install-base /tmp/vessel
=head1 SEE ALSO
commit 8284bce74e9c4691a59bf448a481dcffb0ff73f9
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jun 24 21:50:05 2010 +0800
release 2.4.14
diff --git a/Changes b/Changes
index 0158b94..ba6c0be 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,17 @@
Revision history for Shipwright
-2.4.14
+2.4.14 Thu Jun 24 13:23:04 UTC 2010
+
+* update documents
+* delete cmd can delete multiple sources with one cmd
+* add --skip-installed for import cmd
+* Module::Install's feature named "-core" has special meaning
+* add branch support for shipyard source
+* update compressed file extensions for source
+* delete the dep if can't find it when to import
+* don't clear fs repository if build fails
+ ( for the script genetated by shipwright-generate )
+
2.4.13 Tue Jun 8 07:34:55 UTC 2010
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list