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 exe builds #548
Remove exe builds #548
Comments
|
We surely need to move all the built binaries out of the versioning Also, you are probably too kind to mention it, but me being the only I failed hard at trying to get wine-py2exe working on Debian (even if After all, considering how useful this build seems to be (I get a |
|
I have a WinXP Pro SP3 VM that is currently almost exclusively used as a buildslave for Task Coach (http://www.taskcoach.org/); it has Python 2.7, py2exe, win32all, GNU Make and other stuff already installed. I can contribute by setting up a buildbot for youtube-dl if you're interested. |
|
I think this issue can be merge with issue #423. There is a whole section in github specially design for uploading binary file. In youtube-dl, that would correspond to https://github.com/rg3/youtube-dl/download. We could go to build automation by the following means. |
|
I've setup a public editable wiki page in my fork. I suggest consolidating there all the intentions for the new build system. Be bold: don't wait for approval, at least in this early stage, and write directly there (it's all versioned after all). https://github.com/FiloSottile/youtube-dl/wiki/New-building-system-blueprint |
|
That's just perfect, thanks for your motivation. |
|
And eventually we are done (almost, but it's ok)! |
Currently, the exe files in our repository are blowing up the repository size significantly. Additionally, as it stands, @FiloSottile is probably the only one with the precise configuration to build them.
We should banish the exe and associated scripts into a secondary repository, managed by someone who is vell-versed with the intricacies of Windows builds.