| Line 76... |
Line 76... |
| 76 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
76 |
'<p>A Project Branch will be displayed if configured, but it may not be suitable for all packages.');
|
| 77 |
|
77 |
|
| 78 |
formTips.tips.JatsExtraction_CVS = stdTip(200,'CVS','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
78 |
formTips.tips.JatsExtraction_CVS = stdTip(200,'CVS','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| 79 |
formTips.tips.JatsExtraction_ = stdTip(200,'Unknown Version Control System','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
79 |
formTips.tips.JatsExtraction_ = stdTip(200,'Unknown Version Control System','Various extraction commands.<br>Choose a command that suits the current requirements.' );
|
| 80 |
|
80 |
|
| - |
|
81 |
formTips.tips.s3Sync = stdTip(200, 'SYNC to S3','When enabled and the Release is also configured to support S3 Sync and this package contains an S3TRANSFER section then files in the S3TRANSFER section will be synced to an S3 bucket<p>The target bucket name is based on the rtagId');
|
| - |
|
82 |
|
| - |
|
83 |
|
| 81 |
</script>
|
84 |
</script>
|
| 82 |
<%
|
85 |
<%
|
| 83 |
'----------------------------------------------------------------------------------------------------------------------------------------
|
86 |
'----------------------------------------------------------------------------------------------------------------------------------------
|
| 84 |
Function asDepIss ( SSiss_db_id, SScolumn )
|
87 |
Function asDepIss ( SSiss_db_id, SScolumn )
|
| 85 |
If NOT depIssDict.Exists (SSiss_db_id) Then Exit Function
|
88 |
If NOT depIssDict.Exists (SSiss_db_id) Then Exit Function
|
| Line 849... |
Line 852... |
| 849 |
<tr>
|
852 |
<tr>
|
| 850 |
<td>Deployable:</td>
|
853 |
<td>Deployable:</td>
|
| 851 |
<td><%=iif(IsNull( rsQry("is_deployable") ), "No","Yes")%></td>
|
854 |
<td><%=iif(IsNull( rsQry("is_deployable") ), "No","Yes")%></td>
|
| 852 |
</tr>
|
855 |
</tr>
|
| 853 |
|
856 |
|
| - |
|
857 |
<%If parRtag_id <> "" Then
|
| - |
|
858 |
Call Get_Pkg_Info_s3Sync
|
| - |
|
859 |
Dim s3Text
|
| - |
|
860 |
If pkgInfoHash("s3Sync") <> "Y" Then
|
| - |
|
861 |
s3Text = "No"
|
| - |
|
862 |
Else
|
| - |
|
863 |
If pkgInfoHash("s3SyncEnabled") <> "Y" Then
|
| - |
|
864 |
s3Text = "Yes. Ignored as the Release does not support S3Sync"
|
| - |
|
865 |
Else
|
| - |
|
866 |
s3Text = "Yes"
|
| - |
|
867 |
End If
|
| - |
|
868 |
End If
|
| - |
|
869 |
|
| - |
|
870 |
Dim s3Content, s3ContentClass
|
| - |
|
871 |
If pkgInfoHash("s3Sync") = "Y" AND pkgInfoHash("s3SyncContent") <> "Y" Then
|
| - |
|
872 |
s3Content = "No S3 transferable content detected"
|
| - |
|
873 |
If pkgInfoHash("s3SyncEnabled") = "Y" Then s3ContentClass = "err_alert"
|
| - |
|
874 |
ElseIf pkgInfoHash("s3Sync") <> "Y" AND pkgInfoHash("s3SyncContent") = "Y" Then
|
| - |
|
875 |
s3Content = "S3 transferable content detected"
|
| - |
|
876 |
End If
|
| - |
|
877 |
If s3Content <> "" Then
|
| - |
|
878 |
s3Content = ". <span class="&s3ContentClass&">" & s3Content & "</span>"
|
| - |
|
879 |
End If
|
| - |
|
880 |
%>
|
| - |
|
881 |
<tr>
|
| - |
|
882 |
<td>Sync to S3:<%=Quick_Help("s3Sync")%></td>
|
| - |
|
883 |
<td><%=s3Text%><%=s3Content%>
|
| - |
|
884 |
</tr>
|
| - |
|
885 |
<%End If%>
|
| - |
|
886 |
|
| 854 |
<tr>
|
887 |
<tr>
|
| 855 |
<td>Short Description:</td>
|
888 |
<td>Short Description:</td>
|
| 856 |
<td class="clip">
|
889 |
<td class="clip">
|
| 857 |
<%If IsNull( rsQry("pv_description") ) Then%>
|
890 |
<%If IsNull( rsQry("pv_description") ) Then%>
|
| 858 |
<span class='err_alert'>Required!</span>
|
891 |
<span class='err_alert'>Required!</span>
|