Changeset 2896:e89913634a36
      
      
      
          - Timestamp:
 
          - 
             01/03/15 09:35:48
             (11 years ago)
          
 
          - Author:
 
          - franck <carnet.franck.paul@…>
 
              - Branch:
 
              - default
 
          - Message:
 
          - 
            
            
              
Don't include .flow file (used by hg-flow and git-flow) in release
            
            
           
        - 
          File:
        
 
        - 
          
          
          
         
      
      
        
          Legend:
          
            - Unmodified
 
            - Added
 
            - Removed
 
          
         
        
  
      - 
        
        
              
              
                
                  | 
                    
                      r2801
                   | 
                  
                    
                      r2896
                   | 
                    | 
                
              
            
                  
                          | 67 | 67 |      find ./$(DIST)/ -type d -name '.git' | xargs -r rm -rf  | 
                  
                          | 68 | 68 |      find ./$(DIST)/ -type f -name '.*ignore' | xargs -r rm -rf  | 
                  
            
                  
                          |   | 69 |      find ./$(DIST)/ -type f -name '.flow' | xargs -r rm -rf  | 
                  
            
                  
                          | 69 | 70 |   | 
                  
                          | 70 | 71 |      ## Create digest  |