[Bps-public-commit] SD branch, master, updated. 40080f5ce4697bb4425fdcda2baa1bc286b705ee
jesse
jesse at bestpractical.com
Tue Jun 23 08:20:09 EDT 2009
The branch, master has been updated
via 40080f5ce4697bb4425fdcda2baa1bc286b705ee (commit)
via 8c01ba88e44b0170a93b2f93f04e529db48ec7fc (commit)
from ac30941b6d71769156fdabb3cd1bd315d943d1a5 (commit)
Summary of changes:
tools/shipwright-package | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8c01ba88e44b0170a93b2f93f04e529db48ec7fc
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jun 23 08:19:49 2009 -0400
autobuild our dist tarball
diff --git a/tools/shipwright-package b/tools/shipwright-package
index f00c18a..6b3d9be 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -1,4 +1,5 @@
-export REPO=/Users/jesse/shipwright-sd-`date +%Y-%-m-%d`/
+export TODAY=`date +%Y-%-%m-%d`
+export REPO=/Users/jesse/shipwright-sd-${TODAY}/
export SVN_PATH="svn: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"
@@ -46,4 +47,10 @@ cd ..
svn export file://$REPO /tmp/sdex-$$
-echo "cd /tmp/sdex-$$; ./bin/shipwright-builder"
+cd /tmp/sdex-$$
+echo "# one argument per line
+--skip-man-pages
+--skip-test-except-final
+--install-base=~/sd
+" > __default_builder_options
+./bin/shipwright-utility --generate-tar-file /tmp/sd-image-${TODAY}.bin
commit 40080f5ce4697bb4425fdcda2baa1bc286b705ee
Merge: 8c01ba8... ac30941...
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jun 23 08:20:07 2009 -0400
Merge branch 'master' of fsck.com:/git/sd
* 'master' of fsck.com:/git/sd:
set project name for github repo automatically
tweak github repo format: github:owner/repository or github:http://github.com/owner/repository
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list