[SM-Commit] PERFORCE change 76800 by David Michael Leo Brown Jr. for review
Perforce Review Daemon
p4review at smee.org
Sat Mar 25 21:45:01 EST 2006
Change 76800 by david_brown at dmlb2000-dmlb2004 on 2006/03/26 03:41:20
changed var TRACKED to GAZE_ALIEN_PATHS so it can be less ambiguous to
others
Affected files ...
... //sgl/sorcery/devel/ChangeLog#539 edit
... //sgl/sorcery/devel/etc/sorcery/config#50 edit
... //sgl/sorcery/devel/usr/sbin/gaze#55 edit
Differences ...
==== //sgl/sorcery/devel/ChangeLog#539 (text) ====
@@ -1,3 +1,8 @@
+2006-03-25 David Brown <dmlb2000 at gmail.com>
+ * config: changed name TRACKED to GAZE_ALIEN_PATHS so it's a little
+ less ambiguous
+ * gaze: only other place the TRACKED var was used...
+
2006-03-25 Andrew Stitt <astitt at sourcemage.org>
* libunpack: check for spell or actual command before assuming
verification cannot be done.
==== //sgl/sorcery/devel/etc/sorcery/config#50 (xtext) ====
@@ -149,7 +149,7 @@
SCREEN={SCREEN:-off}
- TRACKED="/bin /boot /etc /lib /sbin /usr /var"
+ GAZE_ALIEN_PATHS="/bin /boot /etc /lib /sbin /usr /var"
DOCS="README* FAQ* CHAN* doc* DOC* conf SETUP LICENSE COPYING NEWS"
PROGRESS_SPINNER_CHARS='-\|/'
==== //sgl/sorcery/devel/usr/sbin/gaze#55 (xtext) ====
@@ -243,7 +243,7 @@
[[ $GAZE_VERBOSE != 0 ]] &&
message "Discovering ambient files..."
- find $TRACKED | files | filter "$EXCLUDED" | sort >$TMP_DIR/gaze.found
+ find $GAZE_ALIEN_PATHS | files | filter "$EXCLUDED" | sort >$TMP_DIR/gaze.found
diff -B -a -d $TMP_DIR/gaze.found $TMP_DIR/gaze.known |
grep -v "^> " |
More information about the SM-Commit
mailing list