Changeset 42
- Timestamp:
- 03/29/2006 14:58:22 (6 years ago)
- Location:
- confman
- Files:
-
- 3 edited
-
confman (modified) (2 diffs)
-
confman.conf (modified) (3 diffs)
-
confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r39 r42 447 447 local file=`abspath $2` 448 448 local response usefile suffix 449 local mode=$DEFAULT_MODE 449 local mode=$DEFAULT_MODE_FILE 450 450 local owner=$DEFAULT_OWNER 451 451 local group=$DEFAULT_GROUP … … 538 538 local dir=$1 539 539 local response module realpath 540 local mode=$DEFAULT_MODE 540 local mode=$DEFAULT_MODE_DIRECTORY 541 541 local owner=$DEFAULT_OWNER 542 542 local group=$DEFAULT_GROUP -
confman/confman.conf
r41 r42 16 16 REPO_PATH="/usr/local/rescomp/repo/conf/conf" 17 17 18 # The directory from the root of the repository to rescomp core:19 REPO_CORE="core"20 21 # The directory from the root of the repository to host-specific data:22 REPO_LOCAL="`hostname -s`"23 24 18 # The directory from the root of the repository to our checkpoints: 25 19 REPO_CHECKPTS="checkpoints" … … 29 23 30 24 # The path to our current host's recipe file 31 # RECIPE_PATH="/usr/local/rescomp/etc/recipe"32 25 RECIPE_PATH="/usr/local/rescomp/etc/recipe" 33 26 … … 40 33 41 34 # Default file properties 42 DEFAULT_MODE="0444" 35 DEFAULT_MODE_DIRECTORY="0444" 36 DEFAULT_MODE_FILE="0555" 43 37 DEFAULT_OWNER="root" 44 38 DEFAULT_GROUP="wheel" -
confman/confmanlib.sh
r41 r42 139 139 local chkpath="${WORK_PATH}/${REPO_CHECKPTS}/${module}/${checkpoint}" 140 140 svn rm ${chkpath} 141 local msg="Removed the checkpoint ${checkpoint} from ${ REPO_LOCAL} --`whoami`"141 local msg="Removed the checkpoint ${checkpoint} from ${module} --`whoami`" 142 142 svn commit ${WORK_PATH}/${REPO_CHECKPTS} -m "$msg" 143 143 }
Note: See TracChangeset
for help on using the changeset viewer.
