Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6423] /lib/modules/*/modules.* should be excluded from install logs

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6423] /lib/modules/*/modules.* should be excluded from install logs
  • Date: Wed, 26 May 2004 00:13:25 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=6423





------- Additional Comments From acedit AT armory.com 2004-05-26 00:13 -------
symlinks and directories aren't used anywhere but files is used in
several locations inside gaze:

usr/sbin/gaze:checksum() { for FILE in `cat $1 | files`; do sum -s
$FILE;
done; }
usr/sbin/gaze:md5sum_files() { for FILE in `cat $1 | files`; do md5sum
"$FILE"; done; }
usr/sbin/gaze: find $TRACKED | files | filter "$EXCLUDED" | sort
>/tmp/gaze.found
usr/sbin/gaze: cat $INSTALL_LOGS/*
/etc/sorcery/update/sorcery-${SORCERY_BRANCH}.log | files | sort >
/tmp/gaze.known





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page