Friday, 2010-07-02

../irclogs/#mantishelp.2010-07-02.log
--- scribe started ---00:00
kirillkadhx_m: hi05:13
dhx_mkirillka: hi05:13
kirillkawhere will be primary git repo of mantisbt?05:13
kirillkaon git.mantisbt.org or on github?05:14
dhx_mkirillka: it looks like it may move to github05:14
kirillkaI think too05:15
dhx_mat least as per mailing list feedback05:15
dhx_mthere are a few minor issues to sort out05:15
kirillkadhx_m: what you think about gitorious.org ?05:16
dhx_mkirillka: 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 site05:19
dhx_mI'm just not sure how reliable it'd be going into the future05:20
kirillkadhx_m: ok05:21
dhx_meven github makes me a little uneasy in that respect05:22
dhx_mfortunately there is little tie-in... it's easy to move a git repository to a different host05:22
dhx_mit 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_mie. 3 separate geolocated servers05: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_magain, one web server only?05:27
dhx_mwe may as well just keep hosting it ourselves if they only have one server05:27
dhx_mthe 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 down05:28
nuclear_eclipsedhx_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 around11:14
dhx_mnuclear_eclipse: fantastic to hear that :)14:32
* daryn checking irclogs14:32
dhx_mall talk about github14:33
dhx_mand me being jealous about your username :p14:33
daryn?14:34
dhx_mgetting a first name username on any site is pretty neat14:36
dhx_mas opposed to mynamespeltbackwards201014:36
dhx_m(as all other usernames are taken)14:36
daryn:) it helps to have a uniquely spelled name14:37
* daryn heads out on holidays...cya!14:53
RB101looking for some info on Configuration, is it possible to configure severity per project using te "database Configurator"?17:32
nuclear_eclipseRB101: 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 option17:33
nuclear_eclipseso you'd need to manually insert the appropriate row value directly into the database table mantis_config_table17:34
RB101great, do you have an example of the correct array to ge me started?17:44
nuclear_eclipseRB101: iirc, it follows php's serialize() format for arrays; defined just like the value is defined in config_defaults_inc.php, just serialized17:50
nuclear_eclipseie, in my install, I have the following row in my config table:17:50
nuclear_eclipseset_status_threshold17:51
nuclear_eclipse017:51
nuclear_eclipse017:51
nuclear_eclipse9017:51
nuclear_eclipse317:51
nuclear_eclipsea: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
paulrdhx_m: moo18:09
RB101hmmmm, looking at my DB, and i dont think that array you gave me will work20:01
RB101could 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
paulrnuclear_eclipse: you do much java? :P20:41
nuclear_eclipseonly enough to tinker with Android apps20:50
paulrcan you try running a java app for me on linux?21:33
RB101for 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 path22:00

Generated by irclog2html.py