svn commit: samba r3037 - in hooks: .

metze at samba.org metze at samba.org
Mon Oct 18 12:50:15 GMT 2004


Author: metze
Date: 2004-10-18 12:50:05 +0000 (Mon, 18 Oct 2004)
New Revision: 3037

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/hooks&rev=3037&nolog=1

Log:
add ciabot_svn.py to post-commit

-------
Hi Metze.  I want to add Samba to the list of projects tracked by the
CIA project tracking system.  All this involves is adding a call to
a python script from the Samba post-commit hook.  I've attached a patch.
Could you please apply it and update the hooks directory?

The CIA project is at http://cia.navi.cx/


Tim.
-------

metze

Modified:
   hooks/post-commit


Changeset:
Modified: hooks/post-commit
===================================================================
--- hooks/post-commit	2004-10-18 12:18:54 UTC (rev 3036)
+++ hooks/post-commit	2004-10-18 12:50:05 UTC (rev 3037)
@@ -39,3 +39,5 @@
 ${REPOS}/hooks/commit-email.pl -s "svn commit: ${NAME}" "${REPOS}" "${REV}" samba-cvs at samba.org
 (cd ${REPOS}/hooks; ./hot-backup.py ${REPOS} /backup/svn_backup/${NAME} &)
 ${REPOS}/hooks/synchooks.sh "${REPOS}" "${REV}"
+python2.2 /home/svnanon/bin/ciabot_svn.py ${REPOS} ${REV} Samba
+



More information about the samba-cvs mailing list