fi
checkin_list $FULL_LIST
-exit_on_error "checking in list: $FULL_LIST"
+exit_on_error "revision control check-in of list: $FULL_LIST"
##############
-# regenerate the scripts after checking in, since this could mean a modified version
-# of feisty meow is present.
+# regenerate the scripts after the check-in, since an update during check-in
+# could mean we have a modified version of feisty meow is present.
regenerate
##############
if [ $nicedir == "." ]; then
nicedir=$(\pwd)
fi
- local blatt="echo -n checking in '$nicedir'... "
+ local blatt="echo -ne \nchecking in '$nicedir'... "
do_update "$directory"
exit_on_error "repository update--this should be fixed before check-in."
if [ ! -d "$outer" ]; then continue; fi
do_checkin "$outer"
exit_on_error "running check-in (absolute) on path: $outer"
- sep 28
+# sep 28
else
for inner in $list; do
# add in the directory component to see if we can find the folder.
if [ ! -d "$path" ]; then continue; fi
do_checkin "$path"
exit_on_error "running check-in (relative) on path: $path"
- sep 28
+# sep 28
done
fi
done
if [ ! -d "$outer" ]; then continue; fi
do_careful_git_update "$outer"
exit_on_error "running puff-out (absolute) on path: $outer"
- sep 28
+# sep 28
else
for inner in $list; do
# add in the directory component to see if we can find the folder.
if [ ! -d "$path" ]; then continue; fi
do_careful_git_update "$path"
exit_on_error "running puff-out (relative) on path: $path"
- sep 28
+# sep 28
done
fi
done
if [ ! -d "$outer" ]; then continue; fi
do_update $outer
exit_on_error "running update on: $path"
- sep 28
+# sep 28
else
for inner in $list; do
# add in the directory component to see if we can find the folder.
if [ ! -d "$path" ]; then continue; fi
do_update $path
exit_on_error "running update on: $path"
- sep 28
+# sep 28
done
fi
done
# pass the current directory plus the remaining parameters from function invocation.
$action .
exit_on_error "performing action $action on: $(pwd)"
- sep 28
+# sep 28
popd &>/dev/null
done 3<"$tempfile"