| ../irclogs/#mantishelp.2010-07-02.log | ||
| --- scribe started --- | 00:00 | |
| kirillka | dhx_m: hi | 05:13 |
|---|---|---|
| dhx_m | kirillka: hi | 05:13 |
| kirillka | where will be primary git repo of mantisbt? | 05:13 |
| kirillka | on git.mantisbt.org or on github? | 05:14 |
| dhx_m | kirillka: it looks like it may move to github | 05:14 |
| kirillka | I think too | 05:15 |
| dhx_m | at least as per mailing list feedback | 05:15 |
| dhx_m | there are a few minor issues to sort out | 05:15 |
| kirillka | dhx_m: what you think about gitorious.org ? | 05:16 |
| dhx_m | kirillka: what is their business plan? as nice as it is to help open source projects... it can't scale without generating revenue to pay the costs of running the site | 05:19 |
| dhx_m | I'm just not sure how reliable it'd be going into the future | 05:20 |
| kirillka | dhx_m: ok | 05:21 |
| dhx_m | even github makes me a little uneasy in that respect | 05:22 |
| dhx_m | fortunately there is little tie-in... it's easy to move a git repository to a different host | 05:22 |
| dhx_m | it also sounds like they don't have redundancy in place for repositories as per http://blog.gitorious.org/2010/05/20/emergency-reboot-3/ ? | 05:25 |
| dhx_m | ie. 3 separate geolocated servers | 05:26 |
| dhx_m | (storing a copy of each repository) | 05:26 |
| dhx_m | "We’ve had a serious crash of the webserver and we’re waiting for it to come back online (it’s currently checking filesystem-integrity). We’re investigating the reason for this, and will update as details emerge." | 05:27 |
| dhx_m | again, one web server only? | 05:27 |
| dhx_m | we may as well just keep hosting it ourselves if they only have one server | 05:27 |
| dhx_m | the main benefit we get out of hosting the repository with a third party is that they can distribute the repository across multiples nodes so that it won't go down | 05:28 |
| nuclear_eclipse | dhx_m: github has said on multiple occasions that they are operating at a good profit, and are actually expanding to meet the demand; we originally self-hosted our repos insteai of using github because of that sort of nervousness, but I've been following tehm pretty closely, and these days I have zero reason to worry about them sticking around | 11:14 |
| dhx_m | nuclear_eclipse: fantastic to hear that :) | 14:32 |
| * daryn checking irclogs | 14:32 | |
| dhx_m | all talk about github | 14:33 |
| dhx_m | and me being jealous about your username :p | 14:33 |
| daryn | ? | 14:34 |
| dhx_m | getting a first name username on any site is pretty neat | 14:36 |
| dhx_m | as opposed to mynamespeltbackwards2010 | 14:36 |
| dhx_m | (as all other usernames are taken) | 14:36 |
| daryn | :) it helps to have a uniquely spelled name | 14:37 |
| * daryn heads out on holidays...cya! | 14:53 | |
| RB101 | looking for some info on Configuration, is it possible to configure severity per project using te "database Configurator"? | 17:32 |
| nuclear_eclipse | RB101: technically it should be, but iirc there's a bug in 1.2.1 that prevents a user from inserting an array as a configuration option | 17:33 |
| nuclear_eclipse | so you'd need to manually insert the appropriate row value directly into the database table mantis_config_table | 17:34 |
| RB101 | great, do you have an example of the correct array to ge me started? | 17:44 |
| nuclear_eclipse | RB101: iirc, it follows php's serialize() format for arrays; defined just like the value is defined in config_defaults_inc.php, just serialized | 17:50 |
| nuclear_eclipse | ie, in my install, I have the following row in my config table: | 17:50 |
| nuclear_eclipse | set_status_threshold | 17:51 |
| nuclear_eclipse | 0 | 17:51 |
| nuclear_eclipse | 0 | 17:51 |
| nuclear_eclipse | 90 | 17:51 |
| nuclear_eclipse | 3 | 17:51 |
| nuclear_eclipse | a:6:{i:20;i:10;i:30;i:10;i:40;i:10;i:50;i:10;i:80;i:10;i:90;i:10;} | 17:51 |
| paulr | dhx_m: moo | 18:09 |
| RB101 | hmmmm, looking at my DB, and i dont think that array you gave me will work | 20:01 |
| RB101 | could anybody look at there DB and verify the correct format for the string for severity_enum_string, or any of the types like that(priority,status etc) | 20:04 |
| paulr | nuclear_eclipse: you do much java? :P | 20:41 |
| nuclear_eclipse | only enough to tinker with Android apps | 20:50 |
| paulr | can you try running a java app for me on linux? | 21:33 |
| RB101 | for those that care, i finally figured out how to set up severity per project, http://www.mantisbt.org/forums/viewtopic.php?f=4&t=6961 was able to get me down the right path | 22:00 |
Generated by irclog2html.py