svn commit: samba r4838 - in hooks: .

tpot at samba.org tpot at samba.org
Wed Jan 19 05:02:18 GMT 2005


Author: tpot
Date: 2005-01-19 05:02:17 +0000 (Wed, 19 Jan 2005)
New Revision: 4838

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4838

Log:
Add some comments.

Modified:
   hooks/post-commit


Changeset:
Modified: hooks/post-commit
===================================================================
--- hooks/post-commit	2005-01-19 04:42:12 UTC (rev 4837)
+++ hooks/post-commit	2005-01-19 05:02:17 UTC (rev 4838)
@@ -36,9 +36,20 @@
 REV="$2"
 NAME=`basename ${REPOS}`
 
+# Send email to everyone
+
 ${REPOS}/hooks/commit-email.pl -s "svn commit: ${NAME}" "${REPOS}" "${REV}" samba-cvs at samba.org
+
+# Keep a hot backup of the repository
+
 (cd ${REPOS}/hooks; ./hot-backup.py ${REPOS} /backup/svn_backup/${NAME} &)
+
+# Update hooks directory if this commit has changed it. (Syn chooks - ha ha).
+
 ${REPOS}/hooks/synchooks.sh "${REPOS}" "${REV}"
+
+# Run ciabot script for a nice web front end to the commit messages.
+
 (python2.2 /home/svnanon/bin/ciabot_svn.py ${REPOS} ${REV} Samba &)
 
 # Create a delta to apply to the websvn repository and send it over



More information about the samba-cvs mailing list