Config
Log for #openttdcoop.devzone on 13th April 2014:
Times are UTC Toggle Colours
00:11:13  *** frosch123 has quit IRC
00:24:44  *** gelignite has quit IRC
03:44:04  *** avdg has quit IRC
03:46:04  *** avdg has joined #openttdcoop.devzone
06:13:30  *** andythenorth has joined #openttdcoop.devzone
06:28:27  *** andythenorth has quit IRC
06:29:58  *** andythenorth has joined #openttdcoop.devzone
06:36:32  *** Alberth has joined #openttdcoop.devzone
07:14:51  *** Supercheese has quit IRC
07:27:58  *** andythenorth has quit IRC
07:29:54  *** andythenorth has joined #openttdcoop.devzone
09:08:46  <DevZone> Project opengfx-mars build #77-test: SUCCESS in 2 min 17 sec: https://jenkins.openttdcoop.org/job/opengfx-mars/77/
09:08:54  <DevZone> Project Townnames - German build #54-test: SUCCESS in 7.8 sec: https://jenkins.openttdcoop.org/job/german-townnames/54/
09:08:55  <DevZone> Project NML - NewGRF Meta Language build #303-push: SUCCESS in 3 min 10 sec: https://jenkins.openttdcoop.org/job/nml/303/
09:19:04  <Taede> licensing question: given that Soap is licensed gplv2, libottdadmin2 is licensed cc-by-nc-sa 3.0. Would i run into problems if i were to include a checkout of the lib as part of the soap repository?
09:20:05  <andythenorth> is it compiled into the soap program?
09:20:18  <andythenorth> or does it fall under the library exception?
09:20:28  <andythenorth> GPL applies to the program, not the repo
09:20:39  <Taede> no, both soap and loa2 are used as raw .py files
09:21:14  <Taede> it would just be an extra directory within the soap-plugin directory as it is to be installed
09:23:05  <planetmaker> you don't mix it. But why would you pull that lib into the repository?
09:23:32  <Taede> ease of installation
09:23:35  <planetmaker> Libraries can have w/o problem different licenses
09:23:56  <planetmaker> ease of installation would better be done by providing proper installation bundles ;)
09:25:24  <planetmaker> can an installer be made?
09:25:34  <planetmaker> a nice python packageß
09:25:39  <planetmaker> s/ß/?/
09:25:53  <Taede> probably
09:27:54  <Taede> it would just need to copy the soap files into the bot's plugin directory. as a prerequisite it could install loa2
09:28:01  <planetmaker> Ultimately it's your project. But I'd not recommend doing so just for that. Cloning two repos is not really more difficult than clonging one
09:28:59  <Taede> an installer might make sense for soap V2 anyway, so you'd be able to select which modules you want active
09:29:11  <planetmaker> what I would rather do, is tell jenkins to create an archive which just needs unpacking, editing a config file and done
09:29:16  <planetmaker> it could use both repos
09:29:31  <andythenorth> means you have to encounter Setup Tools or similar :P
09:30:15  <planetmaker> I have to dive into that for nml somewhen again, too.
09:30:27  <planetmaker> Current packaging is poor or worse
09:31:18  <Taede> setuptools complicated?
09:31:41  <planetmaker> depends on how you look at it :)
09:31:52  <Taede> as a novice developer :p
09:32:23  <planetmaker> I guess it's ok :)
09:34:46  <planetmaker> Myself I only looked at it briefly. Quite some time ago
10:08:40  *** andythenorth has quit IRC
10:11:25  <DevZone> Project opengfx-mars build #78-test: SUCCESS in 2 min 10 sec: https://jenkins.openttdcoop.org/job/opengfx-mars/78/
10:11:32  <DevZone> Project Townnames - German build #55-test: SUCCESS in 7.2 sec: https://jenkins.openttdcoop.org/job/german-townnames/55/
10:11:33  <DevZone> Project NML - NewGRF Meta Language build #304-push: SUCCESS in 2 min 59 sec: https://jenkins.openttdcoop.org/job/nml/304/
10:13:10  <Alberth> planetmaker: what do you make of ast/sprite_container.py ?    raise generic.print_warning(msg, pos)  <-- you cannot raise None
10:13:27  <Alberth> line 52
10:16:22  *** gelignite has joined #openttdcoop.devzone
10:16:22  <planetmaker> I guess I need to update my checkout first...
10:17:32  *** frosch123 has joined #openttdcoop.devzone
10:17:57  <planetmaker> Alberth, you mean pos=None?
10:18:18  <Alberth> generic.print_warning(msg, pos)   is a function without returning a value
10:19:00  <Alberth> so it calls the function (printing the text), then does "raise None" which is an error
10:20:18  <Alberth> either it is really a warning, then the "raise" should be removed, or it is an error, then it should be raise scripterror(..)
10:22:44  <planetmaker> it used to have no 'raise' prior to 2151:bfdf75032188
10:24:30  <planetmaker> I think that's only a warning
10:24:44  <planetmaker> the grf will work etc.
10:25:45  <Alberth> ok, will drop the raise. Thanks
10:25:49  <planetmaker> it's like int sqr(int a) { ret = a; ret = a*2; return ret; }
10:26:10  <planetmaker> except the math error in my example :P
10:27:03  <planetmaker> the reason for that warning likely is some copy&paste error or so
10:27:13  <planetmaker> usually when writing newgrfs :)
10:28:35  <DevZone> Project World Airliner Set build #65-push: STILL FAILING in 21 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/65/
10:31:55  <DevZone> Project World Airliner Set build #66-push: STILL FAILING in 15 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/66/
10:35:28  <DevZone> Project World Airliner Set build #67-push: STILL FAILING in 17 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/67/
10:36:34  *** oskari89 has joined #openttdcoop.devzone
10:36:46  <Alberth> http://paste.openttdcoop.org/show/3224/  <-- I have such cases too :p
10:37:37  <planetmaker> :)
10:38:24  <DevZone> Project World Airliner Set build #68-push: STILL FAILING in 15 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/68/
10:40:32  <planetmaker> he. clearly a case of "let the CF test rather than myself" :P ^
10:47:13  <DevZone> Project World Airliner Set build #69-push: STILL FAILING in 17 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/69/
10:51:10  <DevZone> Project World Airliner Set build #70-push: STILL FAILING in 16 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/70/
10:53:36  <DevZone> Yippee, build fixed!
10:53:37  <DevZone> Project World Airliner Set build #71-push: FIXED in 1 min 1 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/71/
10:55:49  <DevZone> Project opengfx-mars build #79-test: SUCCESS in 2 min 12 sec: https://jenkins.openttdcoop.org/job/opengfx-mars/79/
10:55:56  <DevZone> Project Townnames - German build #56-test: SUCCESS in 7.1 sec: https://jenkins.openttdcoop.org/job/german-townnames/56/
10:55:57  <DevZone> Project NML - NewGRF Meta Language build #305-push: SUCCESS in 3 min 54 sec: https://jenkins.openttdcoop.org/job/nml/305/
11:05:29  *** yorick has joined #openttdcoop.devzone
11:10:11  *** andythenorth has joined #openttdcoop.devzone
11:15:33  <DevZone> Project World Airliner Set build #72-push: SUCCESS in 1 min 11 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/72/
11:17:41  <DevZone> Project opengfx-mars build #80-test: SUCCESS in 2 min 8 sec: https://jenkins.openttdcoop.org/job/opengfx-mars/80/
11:17:49  <DevZone> Project Townnames - German build #57-test: SUCCESS in 7.2 sec: https://jenkins.openttdcoop.org/job/german-townnames/57/
11:17:50  <DevZone> Project NML - NewGRF Meta Language build #306-push: SUCCESS in 3 min 22 sec: https://jenkins.openttdcoop.org/job/nml/306/
12:02:44  *** andythenorth has quit IRC
12:55:49  *** andythenorth has joined #openttdcoop.devzone
13:09:11  *** oskari89 has quit IRC
13:24:02  <DevZone> Project World Airliner Set build #73-push: SUCCESS in 59 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/73/
13:34:01  <DevZone> Project World Airliner Set build #74-push: FAILURE in 27 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/74/
13:40:22  <DevZone> Yippee, build fixed!
13:40:23  <DevZone> Project World Airliner Set build #75-push: FIXED in 1 min 1 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/75/
14:04:42  *** gelignite has quit IRC
16:13:33  <DevZone> Project xussrset - Trains from Russia build #263-push: SUCCESS in 2 min 55 sec: https://jenkins.openttdcoop.org/job/xussrset/263/
16:21:50  <DevZone> Project Japanese Buildings build #169-nightlies: SUCCESS in 15 sec: https://jenkins.openttdcoop.org/job/jpbuild/169/
16:33:53  <DevZone> Project Finnish Rail Infrastructure - Rails build #283-nightlies: SUCCESS in 8 min 18 sec: https://jenkins.openttdcoop.org/job/frissrails/283/
16:41:15  <DevZone> Project road-hog build #140-nightlies: SUCCESS in 40 sec: https://jenkins.openttdcoop.org/job/road-hog/140/
16:47:59  <DevZone> Project Dutch Trackset build #15-push: SUCCESS in 36 sec: https://jenkins.openttdcoop.org/job/dutchtracks/15/
16:48:11  <DevZone> Project Iron Horse build #807-nightlies: SUCCESS in 1 min 32 sec: https://jenkins.openttdcoop.org/job/iron-horse/807/
16:48:40  <DevZone> Project Metro Track Set build #10-push: SUCCESS in 28 sec: https://jenkins.openttdcoop.org/job/metrotrackset/10/
16:49:49  <DevZone> Project Dutch Trainset build #129-push: SUCCESS in 1 min 8 sec: https://jenkins.openttdcoop.org/job/dutchtrains/129/
16:51:03  <DevZone> Project xussrset - Trains from Russia build #264-push: SUCCESS in 3 min 3 sec: https://jenkins.openttdcoop.org/job/xussrset/264/
16:51:11  <DevZone> Project FISH is ships build #180-push: SUCCESS in 1 min 22 sec: https://jenkins.openttdcoop.org/job/fish/180/
16:52:10  <DevZone> Project ISR Industrial Station Renewal build #155-push: SUCCESS in 1 min 7 sec: https://jenkins.openttdcoop.org/job/isr/155/
16:52:38  <DevZone> Project Iron Horse build #808-push: SUCCESS in 1 min 27 sec: https://jenkins.openttdcoop.org/job/iron-horse/808/
16:52:56  <DevZone> Project 2ccts build #80-push: SUCCESS in 45 sec: https://jenkins.openttdcoop.org/job/2ccts/80/
17:04:34  *** ODM has joined #openttdcoop.devzone
17:16:29  *** andythenorth has quit IRC
17:54:53  *** andythenorth has joined #openttdcoop.devzone
18:17:48  *** oskari89 has joined #openttdcoop.devzone
18:25:14  *** andythenorth has quit IRC
18:31:55  *** andythenorth has joined #openttdcoop.devzone
18:44:41  *** andythenorth has quit IRC
18:47:04  *** andythenorth has joined #openttdcoop.devzone
18:49:28  *** Alberth has left #openttdcoop.devzone
18:51:51  *** Supercheese has joined #openttdcoop.devzone
18:53:42  *** gelignite has joined #openttdcoop.devzone
19:15:49  * andythenorth attempts to create new project
19:15:59  <andythenorth> so I *don’t* set any repo, and then devzone creates one?
19:16:08  <andythenorth> I *always* get this wrong :P
19:23:42  <andythenorth> planetmaker …? ^ :)
19:27:00  <planetmaker> hm, completely automatic currently does not exactly work
19:27:11  <planetmaker> I think
19:27:56  <planetmaker> what URL do you need?
19:28:20  <planetmaker> andythenorth, ^
19:28:34  <andythenorth> planetmaker: project is https://dev.openttdcoop.org/projects/termite/settings
19:28:46  <andythenorth> I didn’t touch the repo tab this time :P
19:28:56  <andythenorth> seems to cause the rest of you to have to do work :P
19:30:48  <planetmaker> things setup
19:31:04  <planetmaker> it needs rhodecode telling. Easiest to have rhodecode create it
19:32:43  <andythenorth> thanks :)
19:34:27  <andythenorth> planetmaker: can you see foobar in devzone members?
19:34:31  <andythenorth> need to add him
19:36:26  <andythenorth> found him
19:36:35  <andythenorth> he was already in members list, so search didn’t find him
19:41:52  <planetmaker> sorry, I added the 'inherit members' checkbox, too. which adds newgrf translators
19:41:59  <andythenorth> :)
19:52:11  <planetmaker> I should re-enable automatic repo generation again :)
19:53:33  *** ODM has quit IRC
19:55:15  *** oskari89 has quit IRC
19:55:24  *** gelignite has quit IRC
20:05:27  *** gelignite has joined #openttdcoop.devzone
20:25:35  <DevZone> Project World Airliner Set build #76-push: SUCCESS in 1 min 5 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/76/
20:35:22  <DevZone> Project World Airliner Set build #77-push: SUCCESS in 1 min 3 sec: https://jenkins.openttdcoop.org/job/worldairlinersset/77/
21:25:56  *** frosch123 has quit IRC
21:41:21  *** michi_cc has quit IRC
21:41:34  *** michi_cc has joined #openttdcoop.devzone
22:14:38  *** andythenorth has quit IRC
23:04:25  *** gelignite has quit IRC
23:21:39  *** yorick has quit IRC

Powered by YARRSTE version: svn-trunk