- Timestamp:
- 08/21/2011 17:48:31 (9 months ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r521 r536 248 248 $SUDO ${SUDO:+-v} 249 249 250 update251 252 250 if status=$(get_status $modules $symlinks); then 253 251 nocommit=false … … 260 258 echo "Commit operation started" >&2 261 259 $nocommit || conf_commit_file $msg $files || return $? 260 261 update 262 262 263 for layer in $(conf_get_recipe) ; do 263 264 echo "Rolling on $layer..." … … 307 308 $SUDO ${SUDO:+-v} 308 309 309 update310 310 if status=$(get_status $files) ; then 311 311 nocommit=false … … 315 315 echo "Installation operation started." >&2 316 316 $nocommit || conf_commit_file "$msg" "$files" || return $? 317 318 update 317 319 318 320 for layer in $(conf_get_recipe) ; do
Note: See TracChangeset
for help on using the changeset viewer.
