File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed 
repos/system_upgrade/cloudlinux/actors/switchclnchannel Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- import  os 
2- import  json 
3- 
41from  leapp .actors  import  Actor 
52from  leapp .libraries .stdlib  import  api 
63from  leapp .tags  import  FirstBootPhaseTag , IPUWorkflowTag 
129from  leapp .libraries .common .config .version  import  get_target_major_version 
1310
1411
15- DEFAULT_CLN_MIRROR  =  "https://xmlrpc.cln.cloudlinux.com/XMLRPC/" 
16- 
17- 
18- class  SwitchClnChannelDownload (Actor ):
12+ class  SwitchClnChannel (Actor ):
1913    """ 
20-     Permanently switch CLN channel to target os version. 
14+     Permanently switch CLN channel to target os version 
15+     when upgrade is complete. 
2116    """ 
2217
2318    name  =  "switch_cln_channel" 
@@ -33,7 +28,7 @@ def process(self):
3328            reporting .create_report (
3429                [
3530                    reporting .Title (
36-                         "Failed to switch CloudLinux Network channel from 7 to 8. " 
31+                         "Failed to switch CloudLinux Network channel" 
3732                    ),
3833                    reporting .Summary (
3934                        "Command {} failed with exit code {}." 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments