source: XIOS/trunk/html/copy_to_forge_info @ 1821

Last change on this file since 1821 was 1798, checked in by ymipsl, 4 years ago

XIOS TEST_SUITE : some script to install web application to visualize results of tests

YM

  • Property svn:executable set to *
File size: 295 bytes
Line 
1#!/bin/bash
2FORGE_DIR=/ipsl/forge/projets/ioserver/trac/htdocs/XIOS_TEST_SUITE
3forge_IP=ioserver@forge.ipsl.jussieu.fr
4
5branch_name=$1
6files="compile_${1}_info.js test_${1}_info.js"
7
8for file in $files 
9do
10  scp $file $forge_IP:$FORGE_DIR 
11  ssh $forge_IP "chmod a+rw ${FORGE_DIR}/${file}"
12done
Note: See TracBrowser for help on using the repository browser.