head	1.4;
access;
symbols
	dlr:1.1.1
	TIGRIS_0_9_2_4:1.1
	TIGRIS_0_9_2_3:1.1
	HELM_PEER_PORT_BRANCH:1.1.1.1
	TURBINE_PEER:1.1
	TIGRIS_0_9_2_1:1.1
	TIGRIS_0_9_2:1.1.0.6
	TIGRIS_0_9_0:1.1.0.4
	TIGRIS_0_8_4:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	2001.02.13.12.30.38;	author ms;	state dead;
branches;
next	1.3;

1.3
date	2001.02.08.20.37.34;	author leonardr;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.08.15.33.51;	author jrobbins;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.30.21.50.04;	author ms;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.02.21.00.28.09;	author dlr;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Top-level makefile organizes it's dependancies for eyebrowse more
efficiently.

conf/Makefile had useless target, now removed

helm_daily_cron should not have been in CVS - removed

PR:
Obtained from:
Submitted by:
Reviewed by:
@
text
@#!/bin/sh
#!/usr/bin/perl -w
# helm_daily_cron: Runs helm scripts periodically
#
CRON_DIR=/home/leonardr/sandbox/site/cron/org/tigris/helm/daily
for f in `ls ${CRON_DIR}`; do
    ${CRON_DIR}/${f} &
done
@


1.3
log
@Added a new field to the Role table: ownership. This designates whether someone who has the role in the project/domain/host is the sort of person who gets emails when something happens that affects the project/domain/host.
@
text
@@


1.2
log
@introduced .in files for crons with paths in the sandbox, corrected component name in comments
@
text
@d5 1
a5 1
CRON_DIR=__SANDBOX__/site/cron/org/tigris/helm/daily
@


1.1
log
@Moved these files around
@
text
@d3 1
a3 1
# sourcexchange_daily_cron: Runs sourceXchange scripts periodically
d5 1
a5 1
CRON_DIR=/home/ms/sandbox/site/cron/org/tigris/helm/daily
@


1.1.1.1
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@@


