18 |
# This is obtained from the report of all observations that the XSA makes to CDS, |
# This is obtained from the report of all observations that the XSA makes to CDS, |
19 |
# xsaobslog.txt (http://nxsa.esac.esa.int/ftp_public/cfs_obslog/xsaobslog.txt). |
# xsaobslog.txt (http://nxsa.esac.esa.int/ftp_public/cfs_obslog/xsaobslog.txt). |
20 |
# |
# |
21 |
# $Id: mlovccf,v 1.17 2016/11/29 13:44:41 ccflib Exp $ |
# $Id: mlovccf,v 1.18 2016/11/30 10:29:39 ccflib Exp $ |
22 |
|
|
23 |
# Next two lines allow to submit this script to the grid |
# Next two lines allow to submit this script to the grid |
24 |
# request Bourne shell as shell for job |
# request Bourne shell as shell for job |
146 |
VALIDCONSTITUENTSDIR="/home/ccflib/ftp-area/valid_constituents" |
VALIDCONSTITUENTSDIR="/home/ccflib/ftp-area/valid_constituents" |
147 |
rm -rf ${VALIDCONSTITUENTSDIR}/* |
rm -rf ${VALIDCONSTITUENTSDIR}/* |
148 |
|
|
149 |
|
# This operation can only succeed because the subdir valid has enable the write permission |
150 |
|
# for the group "sas" (g=rwx), provided that CCFs belong to sasbuild(5153):sas. |
151 |
VALIDCCFDIRINTRANET="/ccf/valid" |
VALIDCCFDIRINTRANET="/ccf/valid" |
152 |
rm -rf ${VALIDCCFDIRINTRANET}/* |
rm -rf ${VALIDCCFDIRINTRANET}/* |
153 |
|
|