- Timestamp:
- 07/01/2009 18:38:31 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
abspath.in (modified) (1 prop)
-
conflock.in (modified) (1 prop)
-
confmanlib.sh.in (modified) (1 prop)
-
confsync.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/abspath.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/conflock.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/confmanlib.sh.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/confsync.in
r367 r372 107 107 fi 108 108 109 if [ -n "$sys_revision" ] && [ $tar_revision -l t$sys_revision ] ; then109 if [ -n "$sys_revision" ] && [ $tar_revision -le $sys_revision ] ; then 110 110 echo "System is up to date." | conf_logger 111 conf_unlock_system 111 112 rm -rf $tmpdir 113 trap EXIT 112 114 exit 0 113 115 fi … … 115 117 echo "Sync operation started" | conf_logger 116 118 for layer in $(conf_get_recipe) ; do 117 echo "Rolling on $layer..."118 conf_rollout $layer || conf_cleanExit119 echo "Rolling on $layer..." 120 conf_rollout $layer || conf_cleanExit 119 121 done 120 122 for file in $SINGULARITIES ; do 121 123 echo "Assembing singularity $file..." 122 conf_assemble_sing $file || conf_cleanExit124 conf_assemble_sing $file || conf_cleanExit 123 125 done 124 126 conf_markclean
Note: See TracChangeset
for help on using the changeset viewer.
