Changeset 477
- Timestamp:
- 11/08/2009 22:19:36 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
confman.in (modified) (4 diffs)
-
confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r475 r477 189 189 190 190 function commit { 191 local msg status modules module symlink symlinks191 local msg status modules module symlink abswork files 192 192 local nocommit=true 193 193 local opt OPTIND OPTARG … … 210 210 system_lock=$(conf_lock_system) 211 211 wcopy_lock=$(conf_lock_wcopy) 212 abswork=$(conf_abswork) 212 213 213 214 for module in $(conf_get_recipe); do … … 217 218 do 218 219 symlink=$(conf_rel_path "${symlink}") 219 symlinks="${symlinks:+${symlinks} }${symlink}"220 files="${files:+${files} }${abswork}/${symlink}" 220 221 done 222 files="${files:+${files} }${abswork}/${module}" 221 223 done 222 224 … … 233 235 234 236 echo "Commit operation started" >&2 235 $nocommit || conf_commit_file $msg $ modules $symlinks || return $?237 $nocommit || conf_commit_file $msg $files || return $? 236 238 for layer in $(conf_get_recipe) ; do 237 239 echo "Rolling on $layer..." -
trunk/confmanlib.sh.in
r476 r477 91 91 function conf_recipe_path { 92 92 echo "$(conf_recipe_dir)/${RECIPE_NAME}" 93 } 94 95 function conf_abswork { 96 ${readlink_cmd} -m "$WORK_PATH" 93 97 } 94 98
Note: See TracChangeset
for help on using the changeset viewer.
