- Timestamp:
- 12/16/2011 18:24:58 (5 months ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r565 r566 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.
