![]() |
|
dolphin-emu abandoned for ubuntu ? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: dolphin-emu abandoned for ubuntu ? (/Thread-dolphin-emu-abandoned-for-ubuntu) |
RE: dolphin-emu abandoned for ubuntu ? - rokclimb15 - 05-05-2014 Thanks MaJoR. I'm about to turn in for the night, but I'll jump on tomorrow and find out more. RE: dolphin-emu abandoned for ubuntu ? - degasus - 05-05-2014 delroth: what do you think about a "buildbot" which doesn't build at all but just upload anything to a ppa? RE: dolphin-emu abandoned for ubuntu ? - Anti-Ultimate - 05-05-2014 Quote:sudo apt-get install dolphin-emu Would be VERY nice. RE: dolphin-emu abandoned for ubuntu ? - Nymeria - 05-05-2014 (05-05-2014, 12:01 PM)rokclimb15 Wrote: delroth, Thank you so much for volunteering (05-05-2014, 03:51 PM)Anti-Ultimate Wrote:Quote:sudo apt-get install dolphin-emu It's true
RE: dolphin-emu abandoned for ubuntu ? - delroth - 05-05-2014 (05-05-2014, 03:51 PM)Anti-Ultimate Wrote:Quote:sudo apt-get install dolphin-emu Get Ubuntu or Debian to package us then. We have very little control on that. RE: dolphin-emu abandoned for ubuntu ? - delroth - 05-05-2014 (05-05-2014, 12:01 PM)rokclimb15 Wrote: delroth, Our website is not PHP, it's based on Python/Django. The details of the download system requirements is that we are currently hardcoding download types (one field in the DB per version to download) and we want to make that dynamic instead so we can add new download types without removing old ones or accumulating fields in the DB. Bonus points if you add a system to tag builds so we can add user visible comments ("broken, do not use"). Oh, and of course this needs to retain all of our current data and all of our current features, including the OS auto-detection. RE: dolphin-emu abandoned for ubuntu ? - rokclimb15 - 05-05-2014 It just so happens that I have also used Django since about 2008. I've contributed a couple of small patches and doc fixes to the project itself. Can you check in the code to a bitbucket/git repo so I can have a look and send PRs? I'll get on dolphin-dev this afternoon. RE: dolphin-emu abandoned for ubuntu ? - degasus - 05-05-2014 https://github.com/dolphin-emu/www RE: dolphin-emu abandoned for ubuntu ? - rokclimb15 - 05-06-2014 I think I have everything here that I need to get started, except maybe a db dump from production with the current download system data. I'll jump on #dolphin-dev when I need that. RE: dolphin-emu abandoned for ubuntu ? - delroth - 05-06-2014 I'm likely to be VERY busy until next wednesday, so please don't take my lack of answers for lack of interest in your work Feel free to mail me questions, I'll probably read my email more than my IRC backlog: delroth@dolphin-emu.orgEDIT: Dump of the data from the downloads tables: http://dl-mirror.dolphin-emu.org/downloads-data |