Changeset 503 for configs


Ignore:
Timestamp:
12/08/16 11:17:59 (7 years ago)
Author:
dubos
Message:

configs/testing : towards first working version

Location:
configs/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/bash/daily.sh

    r502 r503  
    11#!/bin/bash 
    2 source $HOME/.bash_profile 
    3 ssh-add $HOME/.ssh/id_cron 
     2# This script must be invoked from the root testing/ directory 
    43 
    54function version() # DIR SVN_OPTIONS 
     
    1615    cd - 
    1716} 
    18  
    19 cd $WORKDIR/testing 
    2017 
    2118DYN_CUR=$(version DYNAMICO) 
  • configs/testing/setup.sh

    r502 r503  
    22 
    33export ROOT=$PWD 
     4CMD_LINE="$0 $*" 
    45 
    56full_defined="FALSE" 
     
    3738then 
    3839  cat <<EOF >current_args 
     40# This file was generated by running : 
     41# $CMD_LINE 
    3942ROOT="$ROOT" 
    4043arch="$arch" 
Note: See TracChangeset for help on using the changeset viewer.