Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (fafd01eb1310d804571be30b91de4520ec6aa13d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (fafd01eb1310d804571be30b91de4520ec6aa13d)
  • Date: Fri, 22 Aug 2008 06:16:04 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 2 ++
var/lib/sorcery/modules/libdepends | 3 ++-
var/lib/sorcery/modules/libsorcery | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit fafd01eb1310d804571be30b91de4520ec6aa13d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libsorcery: fixed a grammatically incorect commen

commit 58c4a33cefb67edb68815d8e51356169181e7985
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

colorised the subdependency request message

diff --git a/ChangeLog b/ChangeLog
index c5a08ee..83f75d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-08-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libdepends: disabled the "continue to use" queries for providers
#14667
+ colorised the subdependency request message
+ * libsorcery: fixed a grammatically incorect comment

2008-08-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libtablet: REPAIR^all can now "repair" non-existing files
diff --git a/var/lib/sorcery/modules/libdepends
b/var/lib/sorcery/modules/libdepends
index 9f0a37a..f0408a0 100755
--- a/var/lib/sorcery/modules/libdepends
+++ b/var/lib/sorcery/modules/libdepends
@@ -1385,7 +1385,8 @@ function real_sub_depends() {
local sub_dependee=$1
local sub_depends=$2

- message "${SPELL}${DEFAULT_COLOR}" "requests" "$sub_dependee" \
+ message "${SPELL_COLOR}${SPELL}" "${MESSAGE_COLOR}requests" \
+ "${SPELL_COLOR}$sub_dependee" \
"${CHECK_COLOR}with ${SPELL_COLOR}$sub_depends${DEFAULT_COLOR}"

# Check if the sub-depends is already known
diff --git a/var/lib/sorcery/modules/libsorcery
b/var/lib/sorcery/modules/libsorcery
index f4a3a90..7fc5b3f 100755
--- a/var/lib/sorcery/modules/libsorcery
+++ b/var/lib/sorcery/modules/libsorcery
@@ -516,7 +516,7 @@ function filter() {
## @Stdout filtered list
## First argument is a file that contains (basic) grep regular expressions.
## They are joined with \|'s and given to grep
-## Which will filter standard input to remove and remove entries
+## Which will filter standard input and remove entries
## that do not match.
## Used to filter in config files from install logs.
##



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (fafd01eb1310d804571be30b91de4520ec6aa13d), Jaka Kranjc, 08/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page