[Bps-public-commit] Shipwright branch, master, updated. 07aeb5eb5e10b9fc00a28942124040c96c93cefa
Kevin Falcone
falcone at bestpractical.com
Tue Dec 8 16:14:08 EST 2009
The branch, master has been updated
via 07aeb5eb5e10b9fc00a28942124040c96c93cefa (commit)
via 372a987bbdce8a1eeef4e618b6ea2a8292cc6f26 (commit)
via 484eb708a76588b714f0e8c1843091a41ed4218c (commit)
from 67babf144e92bcbdcc00578349b2c913a2aef593 (commit)
Summary of changes:
.gitignore | 3 +++
lib/Shipwright/Manual/Tutorial.pod | 4 ++--
lib/Shipwright/Script/Create.pm | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
create mode 100644 .gitignore
- Log -----------------------------------------------------------------
commit 484eb708a76588b714f0e8c1843091a41ed4218c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Dec 7 14:29:40 2009 -0500
Ignore cruft from running Makefile.PL
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0b5bd39
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+Makefile
+blib
+pm_to_blib
commit 372a987bbdce8a1eeef4e618b6ea2a8292cc6f26
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Dec 7 14:30:01 2009 -0500
note that git works in the help
diff --git a/lib/Shipwright/Script/Create.pm b/lib/Shipwright/Script/Create.pm
index 05901c1..a26155d 100644
--- a/lib/Shipwright/Script/Create.pm
+++ b/lib/Shipwright/Script/Create.pm
@@ -40,6 +40,7 @@ Shipwright::Script::Create - Create a project
create -r fs:/tmp/foo
create -r svk://foo
create -r svn:file:///tmp/foo/bar
+ create -r git:file:///home/me/shipwright/my_proj.git
=head1 OPTIONS
commit 07aeb5eb5e10b9fc00a28942124040c96c93cefa
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Dec 7 14:36:30 2009 -0500
We have a substitutable make command now, should probably use that in the examples
diff --git a/lib/Shipwright/Manual/Tutorial.pod b/lib/Shipwright/Manual/Tutorial.pod
index 8e44f10..516e7e3 100644
--- a/lib/Shipwright/Manual/Tutorial.pod
+++ b/lib/Shipwright/Manual/Tutorial.pod
@@ -129,8 +129,8 @@ For our tutorial, e.g. perl 5.10, the build can't be created automatically,
so we need to edit the build file:
configure: ./Configure -des -Dprefix=%%INSTALL_BASE%%
- test: make test
- install: make install
+ test: %%MAKE%% test
+ install: %%MAKE%% install
For more information on build scripts, see L<Shipwright::Manual::CustomizeBuild>.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list