guix: svn: Remove all .svn folders.
* guix/build/svn.scm (svn-fetch): Remove all .svn folders as they contain timestamps.
This commit is contained in:
		
							parent
							
								
									766e46e25f
								
							
						
					
					
						commit
						dd1e45335e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -51,7 +51,7 @@ valid Subversion revision.  Return #t on success, #f otherwise." | ||||||
|   ;; of the repo.  Since we want a fixed output, this directory needs |   ;; of the repo.  Since we want a fixed output, this directory needs | ||||||
|   ;; to be taken out. |   ;; to be taken out. | ||||||
|   (with-directory-excursion directory |   (with-directory-excursion directory | ||||||
|     (delete-file-recursively ".svn")) |     (for-each delete-file-recursively (find-files "." "^\\.svn$" #:directories? #t))) | ||||||
| 
 | 
 | ||||||
|   #t) |   #t) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue