Skip to Content.
Sympa Menu

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

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 (c5bd8f2f261069a1e98bc28207beca65128f6d42)
  • Date: Sat, 6 Sep 2008 09:30:39 -0500

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

ChangeLog | 1 +
usr/sbin/cast | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

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

cast: don't print duplicate failure summary results #10654

diff --git a/ChangeLog b/ChangeLog
index f5d205b..e6c97cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
* sorcery, sorcery.8: added -rr|rebuild-reconfigure #12858
* libgpg: added another message suggesting to update sorcery-pubkeys
if
things go wrong; it is displayed if the spell needs an update #13752
+ * cast: don't print duplicate failure summary results #10654

2008-09-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* *: added more locking calls #7917
diff --git a/usr/sbin/cast b/usr/sbin/cast
index c705e19..b3e55d3 100755
--- a/usr/sbin/cast
+++ b/usr/sbin/cast
@@ -706,7 +706,7 @@ function pass_five() {
while read item; do
grep -s "^$item " $failure_reason_log ||
message "$item"
- done < $FAILED_LIST | column
+ done < $FAILED_LIST | awkuniq | column
rm -f $failure_reason_log

set_term_title "Casting failed."



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (c5bd8f2f261069a1e98bc28207beca65128f6d42), Jaka Kranjc, 09/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page