Patch level : 12.0 NOPATCH
Files correlati : utility.cpp Commento: piccole modifiche relative al patcher e al firmatore per la nuova macchina di compilazione
This commit is contained in:
		
							parent
							
								
									d50cdde647
								
							
						
					
					
						commit
						b9f826e6bb
					
				@ -412,11 +412,11 @@ bool sirio_codesigning(const TFilename& filename, bool verify)
 | 
				
			|||||||
//  if (command.empty())
 | 
					//  if (command.empty())
 | 
				
			||||||
//    command << !verify ? default_sign : default_verify;
 | 
					//    command << !verify ? default_sign : default_verify;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
  TString command = !verify ? "signtool.exe sign /a /s MY /n \"Sirio Informatica e Sistemi SPA\" /fd sha256 /tr http://timestamp.digicert.com /v" :
 | 
					  TString command = !verify ? "signtool.exe sign /a /s MY /n \"Sirio Informatica e Sistemi SPA\" /fd sha256 /tr http://timestamp.digicert.com /v" :
 | 
				
			||||||
                              "signtool.exe verify /a /pa /v" ;
 | 
					                              "signtool.exe verify /a /pa /v" ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  command << " \"" << filename << "\"";
 | 
					  command << " \"" << filename << "\"";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    ofstream o("sign.bat");
 | 
					    ofstream o("sign.bat");
 | 
				
			||||||
    TFilename f(filename);
 | 
					    TFilename f(filename);
 | 
				
			||||||
@ -777,6 +777,7 @@ static bool is_sirio_station(const char* hostname)
 | 
				
			|||||||
		"NBKPEREGOW10",      // Stefano
 | 
							"NBKPEREGOW10",      // Stefano
 | 
				
			||||||
	    "NBKPEREGOW8",       // Stefano
 | 
						    "NBKPEREGOW8",       // Stefano
 | 
				
			||||||
		"NBKSMENW11",		 // Simone
 | 
							"NBKSMENW11",		 // Simone
 | 
				
			||||||
 | 
					    "NewServerCampo", //nuova macchina di compilazione
 | 
				
			||||||
		nullptr
 | 
							nullptr
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
  for (int i = 0; ranger[i]; i++)
 | 
					  for (int i = 0; ranger[i]; i++)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user