Changeset 756

Show
Ignore:
Timestamp:
02/14/04 14:29:02 (5 years ago)
Author:
curtis
Message:

14th February 2004 Curtis Knight
- funclib: _installer: commented out _sessionRollback call and will

return 1 - need more stability in logging sub-system and exit codes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • main/trunk/ChangeLog

    r755 r756  
    88        - Add installBin as an alias for installExe 
    99        - prepareBuild should set CXX for configure 
    10          
     10 
    111114th February 2004  Curtis Knight 
    1212        - Remove build generated files like Makefile.in and config.guess . 
    1313        - release/build: Removed building of libprefixdb package. 
    1414        - Remove install generated files like autopackage.log . 
     15        - funclib: _installer: commented out _sessionRollback call and will 
     16          return 1 - need more stability in logging sub-system and exit codes. 
    1517 
    161813th February 2004  Hongli Lai 
  • main/trunk/share/apkg-funclib

    r754 r756  
    13161316                                        # then rollback installation. if the return code is 2 that means something went 
    13171317                                        # wrong with unpacking or retrieving the payloads 
    1318                                         if [[ "$?" == "1" ]]; then _sessionRollback; fi 
     1318                                        # FIXME: need more stability in the logging system to fully implement 
     1319                                        #if [[ "$?" == "1" ]]; then _sessionRollback; fi 
     1320                                        return 1 
    13191321 
    13201322                                fi # assume we output some FAIL message to explain why we didn't install correctly