Subversion Repositories DevTools

Rev

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

Rev 5097 Rev 5146
Line 408... Line 408...
408
   ' default return value
408
   ' default return value
409
   PUBLIC_ApproveRelease = FALSE
409
   PUBLIC_ApproveRelease = FALSE
410
 
410
 
411
   If ( NNrtag_id <> "") AND (NNpv_id <> "") Then
411
   If ( NNrtag_id <> "") AND (NNpv_id <> "") Then
412
 
412
 
-
 
413
     ' -- Check not about to replace an SDK
-
 
414
 
-
 
415
 
413
     '-- Get Package details
416
     '-- Get Package details
414
     Call Get_Pkg_Info ( NNpv_id, NNrtag_id )
417
     Call Get_Pkg_Info ( NNpv_id, NNrtag_id )
415
 
418
 
416
     ' Only process the package if it is still pending approval
419
     ' Only process the package if it is still pending approval
417
     ' If the package has already been released, then we don't want to mark it as ready to build- again
420
     ' If the package has already been released, then we don't want to mark it as ready to build- again