![]() |
|
Wondering about downloads page - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Site (https://forums.dolphin-emu.org/Forum-dolphin-site) +--- Forum: Site Feedback and Questions (https://forums.dolphin-emu.org/Forum-site-feedback-and-questions) +--- Thread: Wondering about downloads page (/Thread-wondering-about-downloads-page) |
Wondering about downloads page - Phase - 12-23-2015 The Dolphin download page looks fabulous, and I was wondering how you build each commit and assign a build number to it. I was looking through the source of it, and I could only understand a little of it since I don't know Python super well and don't know Django. RE: Wondering about downloads page - leolam - 12-23-2015 The source is built by a buildbot, and the build number is the number of commits since 4.0 (in other terms, git rev-list --count 4.0..master). I haven't checked the source though, nor do I precisely know how the different parts of the infrastructure are integrated together, so I'll leave the details to a team member (looks like delroth is the one responsible for the infrastructure). RE: Wondering about downloads page - mbc07 - 12-23-2015 This article is a little old but still provides a lot of details of Dolphin Emu infrastructure... RE: Wondering about downloads page - leolam - 12-23-2015 Thanks for the link! And of course, there's always the source for even more details |