Changeset 213


Ignore:
Timestamp:
01/28/2008 17:36:43 (4 years ago)
Author:
arjun
Message:

BugID:6856

Fixed the bug and changed the version number because it was getting out of hand

Location:
tags/confman-1.5.7
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/confman-1.5.7/confman

    r212 r213  
    1010# Date: 30 March 2006 
    1111# 
    12 # $Id: confman 1308 2008-01-17 04:14:11Z mattea $ 
     12# $Id$ 
    1313 
    1414# Try loading a development library first 
     
    154154 
    155155            echo "Commit operation started" >&2 
    156             conf_commit "$LAYERS" $msg || return $? 
     156            conf_commit "$LAYERS" $msg || conf_cleanExit 
    157157            for layer in $LAYERS ; do 
    158158                echo "Rolling on $layer..." 
    159                 conf_rollout $layer || return $? 
     159                conf_rollout $layer || conf_cleanExit  
    160160            done 
    161161            for file in $SINGULARITIES ; do 
    162                 conf_assemble_sing $file || return $? 
     162                conf_assemble_sing $file || conf_cleanExit  
    163163            done 
    164164            conf_recordAction commit 
Note: See TracChangeset for help on using the changeset viewer.