[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (43fd7fc4beb5b1ed3f367edee26076fc91f0a103)

Jaka Kranjc scm at sourcemage.org
Mon Dec 29 15:57:30 EST 2008


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

 ChangeLog                        |    1 +
 var/lib/sorcery/modules/libtrack |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 43fd7fc4beb5b1ed3f367edee26076fc91f0a103
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    libtrack: avoid an installwatch issue in create_install_log #14835

diff --git a/ChangeLog b/ChangeLog
index 6381038..04a7a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 	* libcodex: made codex_find_grimoire also check dirs under $CODEX_ROOT
 	* cast: -g now verifies the grimoires and offers to fetch them if they
 	  are not present
+	* libtrack: avoid an installwatch issue in create_install_log #14835
 
 2008-12-23 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* gaze, gaze.1: solidified the gaze from matching and added optional
diff --git a/var/lib/sorcery/modules/libtrack b/var/lib/sorcery/modules/libtrack
index ff88e54..0e6f796 100755
--- a/var/lib/sorcery/modules/libtrack
+++ b/var/lib/sorcery/modules/libtrack
@@ -230,6 +230,7 @@ function create_install_log()  {
     filter_excluded                     > $OUTPUT
   else
     parse_iw $INPUT                     |
+    sed "s#/\(\./\)\+#/#g"              |
     sort -u                             |
     install_log_filter $INSTALL_ROOT "" |
     grep -v -x ""                       |



More information about the SM-Commit mailing list