Subversion Repositories DevTools

Rev

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

Rev 7395 Rev 7417
Line 169... Line 169...
169
		cState = Iif( cState = 1 ,"Y", "N")
169
		cState = Iif( cState = 1 ,"Y", "N")
170
		If ( UCase(cState) <> UCase( Data ) ) Then
170
		If ( UCase(cState) <> UCase( Data ) ) Then
171
			rsTemp.Edit
171
			rsTemp.Edit
172
			rsTemp.Fields("S3SYNC").Value = UCase(cState)
172
			rsTemp.Fields("S3SYNC").Value = UCase(cState)
173
			rsTemp.Update
173
			rsTemp.Update
-
 
174
 
-
 
175
			'   Indicate change to the build system
-
 
176
			'   May be overkill - perhaps a seperate field
-
 
177
            OraDatabase.ExecuteSQL ("BEGIN PK_RELEASE.SET_RELEASE_MODIFIED("& nnRtagId & "); END; ")
-
 
178
 
174
		End If
179
		End If
175
 
180
 
176
		rsTemp.Close
181
		rsTemp.Close
177
		Set rsTemp = nothing
182
		Set rsTemp = nothing
178
 
183
 
Line 976... Line 981...
976
}
981
}
977
 
982
 
978
//
983
//
979
//  Local form tips
984
//  Local form tips
980
formTips.tips.deployable           = newTip(-150, 20, 150, 10, 'DEPLOYABLE','Select YES if this package or certain files of this package have to be deployed to the field.');
985
formTips.tips.deployable           = newTip(-150, 20, 150, 10, 'DEPLOYABLE','Select YES if this package or certain files of this package have to be deployed to the field.');
981
formTips.tips.s3Sync               = newTip(-150, 20, 150, 10, 'SYNC to S3','Select YES if this package contains an S3TRANSFER section.<p>'+
986
formTips.tips.s3Sync               = newTip(-150, 20, 150, 10, 'SYNC to S3','Select YES if this package contains an S3Tranfer.json file.<p>'+
982
                                                               'The files in this section will be synced to an S3 bucket, if the S3Sync is enabled on the Release.<p>'+
987
                                                               'The files in this section will be synced to an S3 bucket, if the S3Sync is enabled on the Release.<p>'+
983
															   'The target bucket name is based on the rtagId'+'<p>Cannot be altered until the package has been released');
988
															   'The target bucket name is based on the rtagId'+'<p>Cannot be altered until the package has been released');
984
formTips.tips.pkg_info_short_desc  = newTip(-150, 20, 150, 10, 'SHORT DESCRIPTION','Describe the meaning of the package name.');
989
formTips.tips.pkg_info_short_desc  = newTip(-150, 20, 150, 10, 'SHORT DESCRIPTION','Describe the meaning of the package name.');
985
formTips.tips.pkg_info_overview    = newTip(-150, 20, 150, 10, 'PACKAGE OVERVIEW','Describe in a paragraph what does the package do.<br>NOTE: You have to do this only once!');
990
formTips.tips.pkg_info_overview    = newTip(-150, 20, 150, 10, 'PACKAGE OVERVIEW','Describe in a paragraph what does the package do.<br>NOTE: You have to do this only once!');
986
formTips.tips.build_environment    = newTip(-150, 20, 150, 10, 'BUILD ENVIRONMENT','Select which build environments are used to build this package.');
991
formTips.tips.build_environment    = newTip(-150, 20, 150, 10, 'BUILD ENVIRONMENT','Select which build environments are used to build this package.');