Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Remove binary files from master branch #423
Comments
|
Can this be extended to every file that can be generated from a script. For example the bash_completion and the LATEST_VERSION file ? |
|
You can maybe use the download page instead of putting it in the repo. There seems to be an api for this http://developer.github.com/v3/repos/downloads/#create-a-new-download-part-1-create-the-resource so it should be easy to deploy to the download with the makefile. |
|
Done, with the new release system. |
Eventually, we should move the binary files youtube-dl and youtube-dl.exe into the
gh-pagesor a dedicatedreleasebranch (I prefer the former).We should also check the integrity of the downloaded file upon updating, with at least a checksum (and if possible, a signature).