Changeset 38


Ignore:
Timestamp:
03/29/2006 02:54:10 (6 years ago)
Author:
ccowart
Message:

/almost/ release-worthy.

Location:
confman
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r37 r38  
    520520 
    521521        if [ ! -d "${WORK_PATH}/${module}`dirname $file`" ] ; then 
    522                 newdir $module `dirname $file`  
     522                newdir "${WORK_PATH}/${module}`dirname $file`" 
    523523        fi 
    524524 
     
    542542        local group=$DEFAULT_GROUP 
    543543        local comment="dir" 
     544        # Ugh. This doesn't work when the function is called from import... 
     545        # It assumes we're working in the working copy... 
    544546        local workdir=`abspath .` 
    545547        if [ -z $1 ] ; then 
     
    549551        # Find the "real" directory's path 
    550552        dir="${workdir}/${dir}" 
     553        echo $dir 
    551554        local module=`echo ${workdir#$WORK_PATH/} | sed -E 's:/([^/]+)/.*:\1:'` 
    552555        echo $module 
  • confman/confman.conf

    r33 r38  
    55 
    66# The location of our shell library 
    7 # REPO_LIBRARY="/usr/local/rescomp/lib/confmanlib.sh" 
    8 REPO_LIBRARY="/home/ccowart/src/confman/confmanlib.sh" 
     7REPO_LIBRARY="/usr/local/rescomp/lib/confmanlib.sh" 
    98 
    109# The protocol to use for contacting our repository: 
     
    1514 
    1615# The path on the remote host to find the repository: 
    17 REPO_PATH="/usr/local/rescomp/repo/conf-two" 
     16REPO_PATH="/usr/local/rescomp/repo/conf" 
    1817 
    1918# The directory from the root of the repository to rescomp core: 
     
    2726 
    2827# Where to keep our "working copy" of the system: 
    29 WORK_PATH="${HOME}/test3/src/conf" 
     28WORK_PATH="${HOME}/src/conf" 
    3029 
    3130# The path to our current host's recipe file 
     
    4948# want to use a prefix. Useful for testing confman, by having files installed 
    5049# into an arbitrary system root, instead of the actual system. 
    51 LIVE_ROOT="/home/ccowart/img" 
     50#LIVE_ROOT="/home/ccowart/img" 
    5251 
    5352 
Note: See TracChangeset for help on using the changeset viewer.