[haiku-commits] haiku: hrev43760 - data/bin

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Feb 2012 15:43:54 +0100 (CET)

hrev43760 adds 1 changeset to branch 'master'
old head: 07a95d0fec8ea4c563ce4f85bc84ed4d599fe092
new head: 9fda190ce1c8fdfb35a318eef4a22fc312a4c718

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

9fda190: Updated scripts to load html pages from cgit, not svn.

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

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

Revision:    hrev43760
Commit:      9fda190ce1c8fdfb35a318eef4a22fc312a4c718
URL:         http://cgit.haiku-os.org/haiku/commit/?id=9fda190
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Sun Feb 19 09:43:26 2012 UTC

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

2 files changed, 2 insertions(+), 2 deletions(-)
data/bin/userguide |    2 +-
data/bin/welcome   |    2 +-

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

diff --git a/data/bin/userguide b/data/bin/userguide
index a0ef1d2..67e7a9f 100755
--- a/data/bin/userguide
+++ b/data/bin/userguide
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 userGuideURL="\
-       
http://svn.haiku-os.org/haiku/haiku/trunk/docs/userguide/en/contents.html";
+       http://cgit.haiku-os.org/haiku/plain/docs/userguide/en/contents.html";
 userGuideDir=/boot/system/documentation/userguide/
 userGuide=$userGuideDir/en/contents.html
 localizedUserGuide=$userGuideDir/"$LANG"/contents.html
diff --git a/data/bin/welcome b/data/bin/welcome
index e259f08..cdb3d0c 100755
--- a/data/bin/welcome
+++ b/data/bin/welcome
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 welcomeURL="\
-       http://svn.haiku-os.org/haiku/haiku/trunk/docs/welcome/welcome_en.html";
+       http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html";
 welcomeDir=/boot/system/documentation/welcome/
 welcomeFile=$welcomeDir/welcome_en.html
 localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html


Other related posts:

  • » [haiku-commits] haiku: hrev43760 - data/bin - mattmadia