RERO: Example Configuration"> RERO: Example Configuration">
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.2.1.3 Example Configuration

 
# Defaults overriding RERO's builtins
.rcs.method = cvs
.rcs.cvs.cvsroot = /var/lib/cvs
.version-update.method = autotools
.bootstrap.method = autotools-bootstrap
.prebuild.method = autotools
.build.method = autotools
.check.method = autotools
.distcheck.method = autotools
.dist.method = autotools
.clean.method = autotools

# RERO
rero.cache.file = ~/.rerocache-rero
rero.rcs.cvs.cvsroot = codeserf@cvs.sf.net:/cvsroot/rero
rero.rcs.cvs.module = rero
rero.rcs.cvs.tagprefix = rero-
rero.rcs.co.pre = rm -rf /tmp/rero
rero.change.method = md5sum
rero.change.threshold = 20%
rero.postbuild.method = manual
rero.postbuild.manual = \
	scp rero/ChangeLog codeserf@shell.sf.net:rero/htdocs && \
	scp ~/.rerorc codeserf@shell.sf.net:rero/htdocs/example.rerorc && \
	scp rero/README codeserf@shell.sf.net:rero/htdocs && \
	scp rero/TODO codeserf@shell.sf.net:rero/htdocs && \
	ssh codeserf@shell.sf.net rm -f rero/htdocs/docs/* \
            rero/htdocs/download/* && \
	cd rero/docs && texi2html -split section -number \
		-subdir tmp -top_file index.html rero.texi && cd ../.. && \
	scp rero/docs/tmp/* codeserf@shell.sf.net:rero/htdocs/docs
rero.distcheck.post = ftp-upload -v --passive -d incoming -h upload.sf.net \
	rero/rero-*.gz rero/rero-*.bz2
rero.dist.post = scp rero/rero-*.gz rero/rero-*.bz2 \
	codeserf@shell.sf.net:rero/htdocs/download
rero.announce.method = email
rero.announce.email.to = rero-users@lists.sf.net
rero.announce.email.subject = RERO $version - A software release manager
rero.announce.email.data = \
RERO $version has been released.\n\
\n\
ChangeLog:\n\
  http://rero.sf.net/ChangeLog\n\
\n\
Download:\n\
  http://rero.sf.net/download/rero-$version.tar.gz\n\
\n\
--\n\
Michael L. Brownlow
rero.clean.post = rm -rf /tmp/rero
rero.cache.post = scp ~/.rerocache-rero \
        codeserf@shell.sf.net:rero/htdocs/example.rerocache-rero



This document was generated by Michael L. Brownlow on May, 31 2004 using texi2html