[Rt-commit] rt branch, 3.999-trunk, updated. cce128b8f878213244b913a35480d9d2ae19d845

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jul 8 06:59:33 EDT 2009


The branch, 3.999-trunk has been updated
       via  cce128b8f878213244b913a35480d9d2ae19d845 (commit)
       via  ec755eb381bebd18505ad259b6feab6d6f90779e (commit)
       via  eb7e027342c61d93d2d1aa2e6fa95344c7c3a71b (commit)
      from  ab8111b9e718b732f3116fd8a3b3a63d384e55fa (commit)

Summary of changes:
 tools/shipwright-package |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit eb7e027342c61d93d2d1aa2e6fa95344c7c3a71b
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 8 17:41:13 2009 +0800

    small fix

diff --git a/tools/shipwright-package b/tools/shipwright-package
index 51d9061..2bbf3e9 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -100,12 +100,15 @@ $IMPORT $JIFTY --name Jifty
 $IMPORT $LORZY --name Lorzy
 
 echo 'install: cp -rf * %%INSTALL_BASE%%' > /tmp/shipwright_rt_build
-export RT_GIT=/tmp/shipwright_rt.git
+export RT_GIT=/tmp/shipwright_rt_tmp.git
+rm -rf $RT_GIT
 git clone $RT $RT_GIT
 cd $RT_GIT
 git checkout origin/3.999-trunk
 rm -rf .git
-$IMPORT $RT_GIT --name RT --build-script /tmp/shipwright_rt_build
+$IMPORT dir://$RT_GIT --name RT --build-script /tmp/shipwright_rt_build
+cd /tmp/
+rm -rf $RT_GIT
 
 shipwright update -r $GIT_PATH cpan-Data-Dump-Streamer --add-deps cpan-Text-Balanced
 shipwright update -r $GIT_PATH cpan-Text-Balanced --add-deps cpan-version

commit ec755eb381bebd18505ad259b6feab6d6f90779e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 8 17:41:52 2009 +0800

    doc update

diff --git a/tools/shipwright-package b/tools/shipwright-package
index 2bbf3e9..f195d74 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -141,7 +141,6 @@ shipwright import -r $GIT_PATH --test-script /tmp/shipwright_test
 # add trivial wrapper for update
 echo "# e.g.
 # ./bin/shipwright-update cpan-version
-# ./bin/shipwright-update RT
 shipwright update -r $GIT_PATH --only-sources \$1" > /tmp/shipwright-update
 chmod +x /tmp/shipwright-update
 git clone file://$REPO /tmp/shipwright-tmp.git

commit cce128b8f878213244b913a35480d9d2ae19d845
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 8 18:59:07 2009 +0800

    add bin/shipwright-update-rt to shipwright repo

diff --git a/tools/shipwright-package b/tools/shipwright-package
index f195d74..72ad801 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -151,6 +151,26 @@ git commit -m 'add bin/shipwright-update' shipwright-update
 git push
 rm -rf /tmp/shipwright-tmp.git
 
+echo "# e.g.
+# ./bin/shipwright-update-rt
+export RT_GIT=/tmp/shipwright_rt_tmp.git
+rm -rf \$RT_GIT
+git clone $RT \$RT_GIT
+cd \$RT_GIT
+git checkout origin/3.999-trunk
+rm -rf .git
+shipwright update -r $GIT_PATH --only-sources RT dir:\$RT_GIT
+cd $REPO
+rm -rf \$RT_GIT" > /tmp/shipwright-update-rt
+
+chmod +x /tmp/shipwright-update-rt
+git clone file://$REPO /tmp/shipwright-tmp.git
+cp /tmp/shipwright-update-rt /tmp/shipwright-tmp.git/bin/
+cd /tmp/shipwright-tmp.git/bin/
+git add shipwright-update-rt
+git commit -m 'add bin/shipwright-update-rt' shipwright-update-rt
+git push
+rm -rf /tmp/shipwright-tmp.git
 
 cd /tmp
 rm -rf rtex-$$

-----------------------------------------------------------------------


More information about the Rt-commit mailing list