usr/src/lib/install_ict/__init__.py
changeset 1380 2f3830b79568
parent 1379 c41058d1a083
equal deleted inserted replaced
1379:c41058d1a083 1380:2f3830b79568
    64 SVC_REPO = 'etc/svc/repository.db'
    64 SVC_REPO = 'etc/svc/repository.db'
    65 SYS = 'sys'
    65 SYS = 'sys'
    66 VFSTAB = 'etc/vfstab'
    66 VFSTAB = 'etc/vfstab'
    67 
    67 
    68 # Variables associated with the package image
    68 # Variables associated with the package image
    69 CLIENT_API_VERSION = 62
       
    70 DEF_REPO_URI = "http://pkg.oracle.com/solaris/release"
    69 DEF_REPO_URI = "http://pkg.oracle.com/solaris/release"
    71 PKG_CLIENT_NAME = "ICT"
    70 PKG_CLIENT_NAME = "ICT"
    72 
    71 
    73 
    72 
    74 class ICTError(Exception):
    73 class ICTError(Exception):