mirror of
				https://gitlab.archlinux.org/archlinux/devtools.git
				synced 2025-10-31 07:44:43 +01:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			make-warni
			...
			d3f0a348e6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | d3f0a348e6 | ||
|   | 01757e6904 | ||
|   | c5fe8ff3e6 | ||
|   | 058e68a7b5 | 
| @@ -155,7 +155,7 @@ if (( ${#needsversioning[*]} )); then | |||||||
| 		if [[ ! -f "${file}" ]]; then | 		if [[ ! -f "${file}" ]]; then | ||||||
| 			continue | 			continue | ||||||
| 		fi | 		fi | ||||||
| 		if ! git ls-files --error-unmatch "$file"; then | 		if ! git ls-files --error-unmatch "$file" >/dev/null; then | ||||||
| 			die "%s is not under version control" "$file" | 			die "%s is not under version control" "$file" | ||||||
| 		fi | 		fi | ||||||
| 	done | 	done | ||||||
|   | |||||||
| @@ -328,7 +328,7 @@ if (( $# < 2 )); then | |||||||
| 			comparepkg="$1" | 			comparepkg="$1" | ||||||
| 		fi | 		fi | ||||||
|  |  | ||||||
| 		oldpkg=$(fetch_pkg "$comparepkg") || exit 1 | 		oldpkg=$(fetch_pkg "$comparepkg") || continue | ||||||
|  |  | ||||||
| 		diff_pkgs "$oldpkg" "$pkgfile" | 		diff_pkgs "$oldpkg" "$pkgfile" | ||||||
| 	done | 	done | ||||||
|   | |||||||
| @@ -191,7 +191,9 @@ path = [ | |||||||
|     ".nvchecker.toml", |     ".nvchecker.toml", | ||||||
|     "*.install", |     "*.install", | ||||||
|     "*.sysusers", |     "*.sysusers", | ||||||
|  |     "*sysusers.conf", | ||||||
|     "*.tmpfiles", |     "*.tmpfiles", | ||||||
|  |     "*tmpfiles.conf", | ||||||
|     "*.logrotate", |     "*.logrotate", | ||||||
|     "*.pam", |     "*.pam", | ||||||
|     "*.service", |     "*.service", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user