#!/bin/sh #---------------------------------------------------------------------------- # _do_eis1+weavemini - joblist to do before mktarball.sh work # # Creation : 2011-02-06 jed # Last update: $Id$ #---------------------------------------------------------------------------- #exec 2> /svn/eis-trunk/targz-trace$$.log #set -x # get current directory call_dir=`pwd` # get start directory start_dir=`dirname $0`/.. cd ${start_dir} start_dir=`pwd` #echo "You are here:${start_dir}" #mod_dir="bin_weave_minimal_1_0_1" mod_dir="bin_fsyncms_012" mod_archive="${start_dir}/common/tmp/weave_minimal.tgz" # delete already existing archives rm -f ${mod_archive} if [ -d ./${mod_dir}/weave_minimal ] then cd ./${mod_dir}/weave_minimal # echo "1-you are here:`pwd`" tar czf ${mod_archive} --owner=root --group=root --exclude=.svn --exclude=README* --exclude=create_user * fi