Subversion Repositories DevTools

Rev

Rev 7029 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7029 Rev 7457
Line 184... Line 184...
184
            s = "Package change type in Release Notes Tab is not defined."
184
            s = "Package change type in Release Notes Tab is not defined."
185
         Case "enum_MSG_BROKEN_DEPENDENCIES_FOUND"
185
         Case "enum_MSG_BROKEN_DEPENDENCIES_FOUND"
186
            s = "Some of the packages dependencies are broken. Fix them first before trying to add a daemon instruction to this package."
186
            s = "Some of the packages dependencies are broken. Fix them first before trying to add a daemon instruction to this package."
187
         Case "enum_MSG_UNOFFICIAL_DEPENDENCIES_FOUND"
187
         Case "enum_MSG_UNOFFICIAL_DEPENDENCIES_FOUND"
188
            s = "Some dependencies of this package are still not released. Release them first before trying to add a daemon instruction to this package."
188
            s = "Some dependencies of this package are still not released. Release them first before trying to add a daemon instruction to this package."
-
 
189
         Case "enum_MSG_MIXED_VCS"
-
 
190
             s = "This package has been migrated to a new Version Control System, but this version of the package is not in the new system."
-
 
191
         Case "enum_MSG_AUTOBUILD_PACKAGE_IS_UNCONTROLLED"
-
 
192
             s = "Autobuild package has no version control system information."
-
 
193
         Case "enum_MSG_PACKAGE_SBOMPRIORITY_INCOMPLETE"
-
 
194
             s = "SBOM Priority has not been set"
-
 
195
         Case "enum_MSG_UNBUILDABLE_PACKAGE"
-
 
196
             s = "Package is 'UnBuildable'"
-
 
197
         Case "enum_MSG_VCS_INFORMATION_INCOMPLETE"
-
 
198
             s = "Version Control Information is incomplete"
-
 
199
         Case "enum_MSG_VCS_SVN_NOT_PEGGED"
-
 
200
             s = "Manually built package, under SVN, must have a 'TAG' that includes a peg."
-
 
201
 
189
         Case Else
202
         Case Else
190
            s = "Correct any errors in the release notes, and try again."
203
            s = "Correct any errors in the release notes, and try again."
191
         End Select
204
         End Select
192
 
205
 
193
         sErrorMsg = "Cannot add this daemon instruction<br>" & s
206
         sErrorMsg = "Cannot add this daemon instruction<br>" & s
Line 336... Line 349...
336
   End If
349
   End If
337
 
350
 
338
End Function
351
End Function
339
'------------------------------------------------------------------------------------------------------------------------------------------
352
'------------------------------------------------------------------------------------------------------------------------------------------
340
%>
353
%>
-
 
354