Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (76493b1c5d8c55428f6e5451f92793bdd0a4cf63)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (76493b1c5d8c55428f6e5451f92793bdd0a4cf63)
  • Date: Sun, 30 Dec 2012 00:23:19 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

doc/fbreader/DEPENDS | 2 +-
doc/fbreader/DETAILS | 2 +-
doc/fbreader/HISTORY | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 76493b1c5d8c55428f6e5451f92793bdd0a4cf63
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

doc/fbreader: switched to git for scm branch

diff --git a/doc/fbreader/DEPENDS b/doc/fbreader/DEPENDS
index 8c06048..4e44f13 100755
--- a/doc/fbreader/DEPENDS
+++ b/doc/fbreader/DEPENDS
@@ -7,5 +7,5 @@ if [[ $UI == gtk2 ]]; then
fi &&
depends sqlite &&
if [[ "$FBREADER_BRANCH" == "scm" ]];then
- depends subversion
+ depends git
fi
diff --git a/doc/fbreader/DETAILS b/doc/fbreader/DETAILS
index 8cccb7e..928a687 100755
--- a/doc/fbreader/DETAILS
+++ b/doc/fbreader/DETAILS
@@ -7,7 +7,7 @@ else
fi
SOURCE=$SPELL-scm.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
- SOURCE_URL[0]=svn_https://only.mawhrin.net/repos/stuff/trunk:$SPELL-scm
+ SOURCE_URL[0]=git://github.com/geometer/FBReader.git:$SPELL-scm
SOURCE_HINTS[0]="no-check-certificate"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
diff --git a/doc/fbreader/HISTORY b/doc/fbreader/HISTORY
index fff0b3e..c2a750c 100644
--- a/doc/fbreader/HISTORY
+++ b/doc/fbreader/HISTORY
@@ -1,3 +1,6 @@
+2012-12-30 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS: subversion -> git
+
2012-01-30 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: added FORCE_DOWNLOAD=on to scm branch
* PRE_BUILD: fixed build with latest glib2



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (76493b1c5d8c55428f6e5451f92793bdd0a4cf63), Pol Vinogradov, 12/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page