update latest etc.
This commit is contained in:
		
							parent
							
								
									1a93d2ce6e
								
							
						
					
					
						commit
						386cc2f23e
					
				
					 4 changed files with 9 additions and 23 deletions
				
			
		
							
								
								
									
										8
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -2,5 +2,11 @@
 | 
				
			||||||
downloads/*
 | 
					downloads/*
 | 
				
			||||||
updates_key.pem
 | 
					updates_key.pem
 | 
				
			||||||
youtube_dl.egg-info
 | 
					youtube_dl.egg-info
 | 
				
			||||||
latest/*
 | 
					 | 
				
			||||||
test
 | 
					test
 | 
				
			||||||
 | 
					build/
 | 
				
			||||||
 | 
					dist/
 | 
				
			||||||
 | 
					youtube-dl.1
 | 
				
			||||||
 | 
					youtube-dl.fish
 | 
				
			||||||
 | 
					youtube-dl.zsh
 | 
				
			||||||
 | 
					README.txt
 | 
				
			||||||
 | 
					youtube-dl.bash-completion
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,12 +0,0 @@
 | 
				
			||||||
RewriteEngine on
 | 
					 | 
				
			||||||
RewriteRule version - [T=text/plain]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
FileETag None
 | 
					 | 
				
			||||||
<ifModule mod_headers.c>
 | 
					 | 
				
			||||||
     Header unset ETag
 | 
					 | 
				
			||||||
     Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
 | 
					 | 
				
			||||||
     Header set Pragma "no-cache"
 | 
					 | 
				
			||||||
     Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
 | 
					 | 
				
			||||||
</ifModule>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Options +Indexes
 | 
					 | 
				
			||||||
| 
						 | 
					@ -10,13 +10,5 @@ fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cd "$(dirname $(readlink -f $0))"
 | 
					cd "$(dirname $(readlink -f $0))"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ln -sf --no-target-directory ../downloads/$version latest/directory
 | 
					echo -n "$version" > latest_version
 | 
				
			||||||
for f in $(ls "downloads/$version/"); do \
 | 
					/bin/echo -e "RewriteEngine On\nRewriteRule ^(.*)$ /downloads/latest/$1 [L,R=302]" > latest/.htaccess
 | 
				
			||||||
    ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
 | 
					 | 
				
			||||||
done
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ln -sf --no-target-directory "$version" "downloads/latest"
 | 
					 | 
				
			||||||
/bin/echo -e "RewriteEngine On\nRewriteRule latest(.*) /downloads/${version}\$1 [L,R=302]" > downloads/.htaccess
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
echo -n "$version" > latest/version
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue