Subversion Repositories DevTools

Rev

Rev 229 | Rev 243 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 239
Line 44... Line 44...
44
    Nothing
44
    Nothing
45
 
45
 
46
========================================================================
46
========================================================================
47
========================================================================
47
========================================================================
48
 
48
 
49
Creating the JATS package for Release
49
Creating the JATS package for Release (Automated Release)
50
-------------------------------------
50
-------------------------------------
51
 
51
 
-
 
52
1) Create a New automated version in Release Manager
-
 
53
   Use: HOME > TECHNOLOGY GROUP > Build Environment TOOLS
-
 
54
   The package is 'core_devl'
-
 
55
 
-
 
56
2) Make changes to the JATS files
-
 
57
   Clearcase config Spec:
-
 
58
        element /MASS_Dev_Infra/... .../mass_dev/LATEST
-
 
59
        element /MASS_Dev_Infra/... /main/LATEST
-
 
60
        load    /MASS_Dev_Infra/core_devl
-
 
61
 
-
 
62
3) Update the ChangeLog.txt file
-
 
63
   Leave the 'VERSION' as current.
-
 
64
   Update the Release Date.
-
 
65
 
-
 
66
4) Label ALL files in the core_devl view with the CORE_DEVL.XXXX.CR.WIP label
-
 
67
 
-
 
68
5) Use Release Manager to Release and build the package
-
 
69
   The Build Deamons should build and install the package
-
 
70
 
-
 
71
6) On "auperaunx26", locate the released package and run the PostInstall script.
-
 
72
        cd core_devl/XX.XX.XX.cr
-
 
73
       ./PostInstall.sh
-
 
74
 
-
 
75
7)Update the softlink to the latest version of JATS
-
 
76
   On "auperaunx26", in the directory /devl/dpkg_archive/core_devl
-
 
77
 
-
 
78
        rm jats2_current
-
 
79
        ln -s dpkg_archive/core_devl/XX.XX.XX.cr jats2_current
-
 
80
 
-
 
81
8) Email the last release note entry to all
-
 
82
 
-
 
83
Creating the JATS package for Release (Manual Release)
-
 
84
------------------------------------------------------
-
 
85
 
52
1) Make changes to the JATS files
86
1) Make changes to the JATS files
53
   Clearcase config Spec:
87
   Clearcase config Spec:
54
        element /MASS_Dev_Infra/... .../mass_dev/LATEST
88
        element /MASS_Dev_Infra/... .../mass_dev/LATEST
55
        element /MASS_Dev_Infra/... /main/LATEST
89
        element /MASS_Dev_Infra/... /main/LATEST
56
        load    /MASS_Dev_Infra/core_devl
90
        load    /MASS_Dev_Infra/core_devl
Line 66... Line 100...
66
5) On "auperaunx26", locate the released package and run the PostInstall script.
100
5) On "auperaunx26", locate the released package and run the PostInstall script.
67
        cd core_devl/XX.XX.XX.cr
101
        cd core_devl/XX.XX.XX.cr
68
       ./PostInstall.sh
102
       ./PostInstall.sh
69
 
103
 
70
6)Update the softlink to the latest version of JATS
104
6)Update the softlink to the latest version of JATS
71
   On "auperaunx26", in the directory /devl
105
   On "auperaunx26", in the directory /devl/dpkg_archive/core_devl
72
 
106
 
73
        rm core_devl2
107
        rm jats2_current
74
        ln -s dpkg_archive/core_devl/XX.XX.XX.cr core_devl2
108
        ln -s dpkg_archive/core_devl/XX.XX.XX.cr jats2_current
75
 
109
 
76
7) Maintain the Release Manager Entry
110
7) Maintain the Release Manager Entry
77
        
111
        
78
8) Email the last release note entry to all
112
8) Email the last release note entry to all