Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (0ee20c2a0d55b087c9bcdcf36e463228f7806cb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (0ee20c2a0d55b087c9bcdcf36e463228f7806cb8)
  • Date: Wed, 13 Oct 2010 09:23:34 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

net/opensim/DETAILS | 7 +++----
net/opensim/HISTORY | 2 ++
2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 0ee20c2a0d55b087c9bcdcf36e463228f7806cb8
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

opensim: fixed SOURCE_URL (git is used now)

diff --git a/net/opensim/DETAILS b/net/opensim/DETAILS
index 7738f67..3e569df 100755
--- a/net/opensim/DETAILS
+++ b/net/opensim/DETAILS
@@ -1,11 +1,10 @@
SPELL=opensim
- VERSION=svn
+ VERSION=git
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=svn://opensimulator.org/svn/${SPELL}/trunk:${SPELL}
- SOURCE_HASH=volatile
- SOURCE_HINTS=old_svn_compat
+ SOURCE_URL[0]=git://opensimulator.org/git/opensim:${SPELL}-${VERSION}
+ SOURCE_IGNORE=volatile
BUILD_API=2
WEB_SITE=http://opensimulator.org/
ENTERED=20071212
diff --git a/net/opensim/HISTORY b/net/opensim/HISTORY
index e69de29..b62c2aa 100644
--- a/net/opensim/HISTORY
+++ b/net/opensim/HISTORY
@@ -0,0 +1,2 @@
+2010-10-13 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL (git is used now)



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (0ee20c2a0d55b087c9bcdcf36e463228f7806cb8), Bor Kraljič, 10/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page