Changeset 14497 for trunk/base


Ignore:
Timestamp:
Oct 9, 2005, 7:41:03 AM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

Fix the commit step by using the ssh wrapper there, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/portmgr/IndexRegen.sh

    r14477 r14497  
    66# e-mail: jmpp@opendarwin.org
    77# Updated by Paul Guyot, <pguyot@kallisys.net>
    8 # $Id: IndexRegen.sh,v 1.5 2005/10/08 07:54:40 pguyot Exp $
     8# $Id: IndexRegen.sh,v 1.6 2005/10/09 07:41:03 pguyot Exp $
    99####
    1010
     
    129129        # Actually commit the file.
    130130        { cd ${TREE}/${CVS_MODULE}/dports/ && \
    131         cvs commit -F $COMMIT_MSG PortIndex > $FAILURE_LOG 2>&1 ; } \
     131        CVS_RSH=${SSH_WRAPPER} cvs commit -F $COMMIT_MSG PortIndex > $FAILURE_LOG 2>&1 ; } \
    132132                || { echo "cvs commit failed" >> $FAILURE_LOG ; FAILED=1 ; }
    133133fi
Note: See TracChangeset for help on using the changeset viewer.