Bug 438386

Summary: Set up Subversion to use the pki-commits mailing list
Product: [Retired] Dogtag Certificate System Reporter: Matthew Harmsen <mharmsen>
Component: OtherAssignee: Matthew Harmsen <mharmsen>
Status: CLOSED NOTABUG QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: awnuk, benl, cfu, jmagne
Target Milestone: 1.0   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-24 21:53:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 443788    

Description Matthew Harmsen 2008-03-20 18:06:03 UTC
Subject says it all.

Comment 1 Matthew Harmsen 2008-03-27 23:55:01 UTC
On "pki.fedoraproject.org", execute the following commands to allow users on the
"pki-commits" mailing list to be sent email notification on "svn
commit" commands:

    cd /srv/svn/pki/hooks
    
    cp post-commit.tmpl post-commit
    
    chmod 00755 post-commit
    
    chown apache:apache post-commit
    
    vi post-commit
    
        Change the line:
        
            commit-email.pl "$REPOS" "$REV" commit-watchers
        to:
        
            commit-email.pl "$REPOS" "$REV" pki-commits


Comment 2 Matthew Harmsen 2008-03-28 02:18:20 UTC
Additional configuration:

cd /srv/svn/pki/hooks

wget http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/commit-email.pl.in

sed 's/@SVN_BINDIR@/\/usr\/bin/' commit-email.pl.in > commit-email.pl

chmod 00755 commit-email.pl

chown apache:apache commit-email.pl

vi post-commit
    Change the line:
        commit-email.pl "$REPOS" "$REV" pki-commits
    to:
        ${REPOS}/hooks/commit-email.pl "$REPOS" "$REV" pki-commits -h
pki.fedoraproject.org 


Comment 3 Matthew Harmsen 2008-03-28 22:50:37 UTC
This was tested by mharmsen, blord, and awnuk.

Comment 4 Chandrasekar Kannan 2008-08-27 00:27:08 UTC
Bug already MODIFIED. setting target CS8.0 and marking screened+