New commits:
commit 793b04f0893efa66a7981eac18a3607458249591
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/orcus/REPAIR^all^PRE_SUB_DEPENDS: small fix, wrong check
diff --git a/science-libs/mdds/REPAIR^all^PRE_SUB_DEPENDS
b/science-libs/mdds/REPAIR^all^PRE_SUB_DEPENDS
index 7d5c574..cf7c831 100755
--- a/science-libs/mdds/REPAIR^all^PRE_SUB_DEPENDS
+++ b/science-libs/mdds/REPAIR^all^PRE_SUB_DEPENDS
@@ -1,11 +1,5 @@
case $THIS_SUB_DEPENDS in
- SCM) if [[ "$MDDS_BRANCH" == "stable" ]]; then
- MDDS_BRANCH="scm" &&
- persistent_add MDDS_BRANCH &&
- message "${MESSAGE_COLOR}Non-stable branch of
${SPELL_COLOR}mdds${DEFAULT_COLOR}" \
- "${MESSAGE_COLOR}requested, upgrading to
${SPELL_COLOR}scm${DEFAULT_COLOR}" \
- "${MESSAGE_COLOR}branch."
- fi ;;
+SCM) [[ "$MDDS_BRANCH" != "stable" ]] && return 0 ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (793b04f0893efa66a7981eac18a3607458249591),
Pavel Vinogradov, 01/29/2015