Changeset 38
- Timestamp:
- 03/29/2006 02:54:10 (6 years ago)
- Location:
- confman
- Files:
-
- 2 edited
-
confman (modified) (3 diffs)
-
confman.conf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r37 r38 520 520 521 521 if [ ! -d "${WORK_PATH}/${module}`dirname $file`" ] ; then 522 newdir $module `dirname $file`522 newdir "${WORK_PATH}/${module}`dirname $file`" 523 523 fi 524 524 … … 542 542 local group=$DEFAULT_GROUP 543 543 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... 544 546 local workdir=`abspath .` 545 547 if [ -z $1 ] ; then … … 549 551 # Find the "real" directory's path 550 552 dir="${workdir}/${dir}" 553 echo $dir 551 554 local module=`echo ${workdir#$WORK_PATH/} | sed -E 's:/([^/]+)/.*:\1:'` 552 555 echo $module -
confman/confman.conf
r33 r38 5 5 6 6 # The location of our shell library 7 # REPO_LIBRARY="/usr/local/rescomp/lib/confmanlib.sh" 8 REPO_LIBRARY="/home/ccowart/src/confman/confmanlib.sh" 7 REPO_LIBRARY="/usr/local/rescomp/lib/confmanlib.sh" 9 8 10 9 # The protocol to use for contacting our repository: … … 15 14 16 15 # The path on the remote host to find the repository: 17 REPO_PATH="/usr/local/rescomp/repo/conf -two"16 REPO_PATH="/usr/local/rescomp/repo/conf" 18 17 19 18 # The directory from the root of the repository to rescomp core: … … 27 26 28 27 # Where to keep our "working copy" of the system: 29 WORK_PATH="${HOME}/ test3/src/conf"28 WORK_PATH="${HOME}/src/conf" 30 29 31 30 # The path to our current host's recipe file … … 49 48 # want to use a prefix. Useful for testing confman, by having files installed 50 49 # into an arbitrary system root, instead of the actual system. 51 LIVE_ROOT="/home/ccowart/img"50 #LIVE_ROOT="/home/ccowart/img" 52 51 53 52
Note: See TracChangeset
for help on using the changeset viewer.
