Below is the list of changes that have just been committed into a
4.0 repository of sasha. When sasha does a push, they will be propogated to
the main repository and within 24 hours after the push to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet@stripped, 2001-08-13 21:40:05-06:00, sasha@stripped
audio completion notification
sounds/compilation_finished.au.gz
1.1 01/08/13 21:40:02 sasha@stripped +277 -0
BUILD/FINISH.sh
1.12 01/08/13 21:40:02 sasha@stripped +8 -0
audio completion notification
sounds/compilation_finished.au.gz
1.0 01/08/13 21:40:02 sasha@stripped +0 -0
BitKeeper file /home/sasha/src/bk/mysql-4.0/sounds/compilation_finished.au.gz
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: sasha
# Host: mysql.sashanet.com
# Root: /home/sasha/src/bk/mysql-4.0
--- New file ---
+++ sounds/compilation_finished.au.gz 01/08/13 21:40:02
7
--- 1.11/BUILD/FINISH.sh Tue May 29 07:29:00 2001
+++ 1.12/BUILD/FINISH.sh Mon Aug 13 21:40:02 2001
@@ -45,3 +45,11 @@
else
echo "$commands"
fi
+
+comp_finished=sounds/compilation_finished.au.gz
+
+if [ -c /dev/audio ] && [ -f "$comp_finished" ]
+then
+ gunzip -c $comp_finished > /dev/audio
+fi
+
| Thread |
|---|
| • bk commit into 4.0 tree | sasha | 14 Aug |