File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed 
hadoop-assemblies/src/main/resources/assemblies Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -651,10 +651,12 @@ function signartifacts
651651
652652  big_console_header " Signing the release" 
653653
654-   for  i  in  ${ARTIFACTS_DIR} /* ;  do 
654+   run cd  " ${ARTIFACTS_DIR} " 
655+   for  i  in  * ;  do 
655656    ${GPG}  --use-agent --armor --output " ${i} .asc" " ${i} " 
656657    sha512sum --tag " ${i} " >  " ${i} .sha512" 
657658  done 
659+   run cd  " ${BASEDIR} " 
658660
659661  if  [[ " ${ASFRELEASE} " =  true  ]];  then 
660662    echo  " Fetching the Apache Hadoop KEYS file..." 
Original file line number Diff line number Diff line change 5656        <exclude >**/build/**</exclude >
5757        <exclude >**/file:/**</exclude >
5858        <exclude >**/SecurityAuth.audit*</exclude >
59+         <exclude >patchprocess/**</exclude >
5960      </excludes >
6061    </fileSet >
6162  </fileSets >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments