Changeset 177 for tags/confman-1.5.5a/confsync.sh
- Timestamp:
- 10/08/2007 17:12:27 (5 years ago)
- File:
-
- 1 edited
-
tags/confman-1.5.5a/confsync.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/confman-1.5.5a/confsync.sh
r157 r177 12 12 ## 13 13 14 . /usr/local/rescomp/lib/confmancommon.sh 14 # Try loading a development library first 15 if [ -r ./confmancommon.sh ] ; then 16 echo "Loading development library from current working directory." >&2 17 . ./confmancommon.sh 18 elif [ -r /usr/local/rescomp/lib/confmancommon.sh ] ; then 19 . /usr/local/rescomp/lib/confmancommon.sh 20 else 21 echo "Can't find confmancommon.sh. Exiting." >&2 22 fi 15 23 16 24 # If we're in debug mode, we should log stderr messages to the logger … … 58 66 for layer in $LAYERS ; do 59 67 echo "Rolling on $layer..." 60 conf_rollout $layer || conf_clean exit68 conf_rollout $layer || conf_cleanExit 61 69 done 62 70 for file in $SINGULARITIES ; do 63 71 echo "Assembing singularity $file..." 64 conf_assemble_sing $file || conf_clean exit72 conf_assemble_sing $file || conf_cleanExit 65 73 done 66 74 conf_markclean
Note: See TracChangeset
for help on using the changeset viewer.
