Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3af63a2442a4ca1a46091531f999aba0f2a1ab45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3af63a2442a4ca1a46091531f999aba0f2a1ab45)
  • Date: Wed, 14 Sep 2011 17:45:17 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

http/midori/DETAILS | 4 ++--
http/midori/HISTORY | 1 +
http/midori/PREPARE | 8 ++------
3 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 3af63a2442a4ca1a46091531f999aba0f2a1ab45
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

midori: Use prepare_select_branch

diff --git a/http/midori/DETAILS b/http/midori/DETAILS
index ee72472..fc57c6c 100755
--- a/http/midori/DETAILS
+++ b/http/midori/DETAILS
@@ -1,6 +1,6 @@
SPELL=midori
-if [[ $MIDORI_VCS == y ]]; then
- if [[ $MIDOTRI_VCS_AUTOUPDATE == y ]]; then
+if [[ $MIDORI_BRANCH == scm ]]; then
+ if [[ $MIDORI_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=git
diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 35103fa..7958555 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,5 +1,6 @@
2011-09-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix scm SOURCE and SOURCE_DIRECTORY
+ * PREPARE, DETAILS: Use prepare_select_branch

2011-08-01 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.4.0
diff --git a/http/midori/PREPARE b/http/midori/PREPARE
index ea40eb7..98d27e4 100755
--- a/http/midori/PREPARE
+++ b/http/midori/PREPARE
@@ -1,6 +1,2 @@
-config_query MIDORI_VCS "Build latest version from development tree?" n &&
-
-if [[ $MIDORI_VCS == y ]]; then
- config_query MIDORI_VCS_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3af63a2442a4ca1a46091531f999aba0f2a1ab45), Ismael Luceno, 09/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page