mirror of
				https://gitea.invidious.io/iv-org/invidious
				synced 2025-06-05 23:29:12 +02:00 
			
		
		
		
	Fix invidious version for old git versions
The `%cs` format was only added to git in version 2.25 while `%ci` has been around forever.
This commit is contained in:
		| @@ -64,7 +64,7 @@ HTTP_CHUNK_SIZE            = 10485760 # ~10MB | ||||
|  | ||||
| CURRENT_BRANCH  = {{ "#{`git branch | sed -n '/* /s///p'`.strip}" }} | ||||
| CURRENT_COMMIT  = {{ "#{`git rev-list HEAD --max-count=1 --abbrev-commit`.strip}" }} | ||||
| CURRENT_VERSION = {{ "#{`git log -1 --format=%cs | sed s/-/./g`.strip}" }} | ||||
| CURRENT_VERSION = {{ "#{`git log -1 --format=%ci | date -I -f - | sed s/-/./g`.strip}" }} | ||||
|  | ||||
| # This is used to determine the `?v=` on the end of file URLs (for cache busting). We | ||||
| # only need to expire modified assets, so we can use this to find the last commit that changes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user