Times are UTC Toggle Colours
00:09:30 *** ODM has quit IRC 07:43:21 *** Alberth has joined #openttdcoop.devzone 08:26:55 *** ODM has joined #openttdcoop.devzone 09:42:38 *** Beardie has joined #openttdcoop.devzone 09:42:57 <Beardie> Hello, Ammler are you free? 09:44:20 <planetmaker> Beardie: better state your desires than asking for free time :-) 09:44:23 <Rubidium> might be better to ask the actual question, then Ammler might read it when you're gone and someone else might relay a possible answer 09:48:22 <Beardie> Sorry 09:48:51 <Beardie> I am trying to get back into coding at the moment but i think i have lost my paegent key .ppk file etc 09:49:14 <Beardie> Is there anyway of the retreiving my old one or do i need to set up a new file Ammler? Thanks. 09:49:23 <planetmaker> what kind of file? 09:49:47 <planetmaker> repositories are accessed by http and https and committed to by https. You only need your devzone account and pw 09:51:15 <planetmaker> Beardie: that once was different, but is via this easy method for... long :-) 09:54:03 <planetmaker> default = http://hg.openttdcoop.org/worldairlinersset 09:54:15 <Beardie> So i am guessing its changed then thanks planetmaker. 09:54:26 <planetmaker> default-push = https://beardie27:XXX@push.openttdcoop.org 09:57:03 <Beardie> well i am in msys and i can remember where to start lol planetmaker 09:57:24 <planetmaker> then all is set :-) Unless you're missing a 'not' :-P 09:59:20 <Beardie> its not set lol i can't access my repository :( 09:59:56 <Beardie> planetmaker is there a wiki that might help me? 10:02:49 <planetmaker> just clone the repo from the http URL and then edit the .hg/hgrc in the [path] section and amend the default-push line as I quoted (with proper project ending) 10:03:43 <planetmaker> Beardie: everyone can checkout the repository. Without setting up anything except a working mercurial install 10:04:02 <planetmaker> only for new uploads you'll need to amend the single line with the default-push 10:04:55 <planetmaker> hg clone http://hg.oppenttdcoop.org/worldairlinersset 10:05:01 <planetmaker> should do the trick to get a checkout 10:05:20 <planetmaker> I can't help you with any GUI stuff as I don't use any 10:05:27 <planetmaker> for HG 10:06:58 <Beardie> i got it! sorry allready had the reposirty on computer from a while back 10:07:13 <Beardie> just struggling witht he commands 10:08:00 <Beardie> the* 10:09:26 <Beardie> do you know any of the make commands planetmaker? 10:09:47 <planetmaker> what about 'make'? 10:09:52 <planetmaker> or make help? 10:10:16 <Beardie> sorry its one of the commands for creating the grf using the MINGW32 console. 10:13:13 <planetmaker> Beardie: it should be 'make'. But it seems broken at least for me. And I didn't write that Makefile 10:17:51 <Beardie> its just worked for me i had ago, thanks. 10:20:02 <Beardie> planetmaker, it says DevZone failed to compile on the 6th Feburary any idea what that means? 10:20:39 <planetmaker> it means that there's no automatically generated nightly build - due to that failure to compile the project 10:21:40 <Beardie> when are the nightlies complied? if i change the grf should the nightly update tonight? 10:21:51 <planetmaker> but... it looks ok http://bundles.openttdcoop.org/worldairlinersset/nightlies/LATEST/ 10:22:04 <planetmaker> yes, it should update then this evening 10:22:23 <planetmaker> thus the compile failure is an old one which was fixed. Seems you can close it 10:22:32 <planetmaker> oh... no. it's May 2011 10:23:21 <Beardie> well i will just have to find out tonight lol. 10:23:22 <planetmaker> in any case, the CF will try to update the project usually. 10:23:26 <planetmaker> yeah 10:23:28 <Beardie> CF? 10:23:45 <planetmaker> compile farm 10:24:30 <Beardie> ok, well wish me luck lol 10:24:38 <planetmaker> good luck :-) 10:25:04 <planetmaker> I could enable compilation upon every push to the CF... 10:25:40 <Brot6> World Airliners Set - Bug #3654: DevZone compile failed XBeardie27X @ http://dev.openttdcoop.org/issues/3654#change-11305 10:27:05 <Beardie> well that would be cool rather than every night? 10:27:25 <planetmaker> one doesn't exclude the other ;-) 10:28:24 <planetmaker> Ah, Beardie, I think I know why it fails: the set contains *many* png files with spaces in the file name 10:28:31 <planetmaker> That will fail most likely 10:28:48 <planetmaker> spaces are problematic 10:29:22 <planetmaker> so either you really fix the Makefile to handle filenames with spaces - or you rename all files with spaces in their name to not have spaces 10:29:31 <planetmaker> tbh, the latter is easier 10:29:51 <Beardie> the pngs are not used in the grf creation its pcx files i use? 10:30:03 <planetmaker> hm, ok. why? 10:30:29 <Beardie> don't know, don;y remember lol and checking all the files have no spaces? 10:31:33 <Beardie> yeah there are no spaces lol 10:32:37 <planetmaker> I enabled build upon push. You need to update your local copy now 10:32:46 <Brot6> World Airliners Set - Revision 673:06e4ec9dca70: Change: Enable build upon push XplanetmakerX @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/06e4ec9dca70 10:33:11 <Beardie> ok so just pull/ 10:33:13 <Beardie> ?* 10:33:18 <planetmaker> yes. and update 10:33:26 <planetmaker> hg pull 10:33:28 <planetmaker> hg update 10:33:36 <planetmaker> or 10:33:39 <planetmaker> hg pull -u 10:34:26 *** frosch123 has joined #openttdcoop.devzone 10:36:19 <Beardie> ok i have pulled 10:36:24 <Beardie> only problem is i can not push 10:36:35 <Beardie> getrinfo failed? 10:37:08 <Beardie> no username supplied 10:37:38 <Alberth> that's in the setup of hg 10:37:56 <Beardie> yeah well its been a while and i can remember how to setup the hg :S 10:40:03 <Alberth> http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#sec:tour-basic:username 10:40:04 <Webster> Title: Chapter 2. A tour of Mercurial: the basics (at hgbook.red-bean.com) 10:42:35 <Beardie> thats not helped :( 10:42:43 <Alberth> :( 10:44:24 <Beardie> its been a while but i thought i need to login when i start the command prompt 10:45:55 <planetmaker> no. You simply need to tell hg in one of the applicable hgrc which username you use 10:46:43 <planetmaker> I mean... how does that link which alberth supplied not help? It has the necessary setup in a highlight box even... 10:46:57 <Beardie> ok sorry lol, just don;t understand it 10:50:41 <Alberth> http://hgbook.red-bean.com/read/ perhaps start here then :) 10:50:42 <Webster> Title: Mercurial: The Definitive Guide (at hgbook.red-bean.com) 10:52:49 <Beardie> so where do i create the .hgrc file? 10:55:01 <Terkhen> if you are on linux, at your home folder 10:55:15 <Terkhen> if you are on windows, at C:\Users\Username IIRC 10:55:38 <frosch123> Isn't it auto-created when cloning something? 10:57:13 <Beardie> well if it is it ouwl be best for be to delete my reposirt and clone a new one? 10:57:17 <Beardie> would* 10:57:23 <Beardie> repository* 10:57:33 <Terkhen> oh, depends, I meant the global hgrc 10:57:41 <Alberth> it doesn't create a personal hgrc 10:57:42 <Terkhen> the local one should already exist at repo/.hg/.hgrc 10:58:08 <Alberth> the clone just pulls a project hgrc 10:58:42 <Beardie> there is no repo/.hg/.hgrc file 10:59:00 <Beardie> no wait there is bust its just called hgrc 10:59:35 <Beardie> these are stated in it 10:59:36 <Beardie> [paths] default = ssh://ottdc@mz.openttdcoop.org/hg-repos/worldairlinersset default = http://hg.openttdcoop.org/worldairlinersset default-push = https://beardie27:picard@push.o.o/worldairlinersset 10:59:36 <Alberth> that's the settings for the repo itself 10:59:45 <Beardie> lol jujst told you my old password 10:59:50 <Beardie> i hope sorry 11:00:00 <Alberth> change it :) 11:00:02 <Beardie> i got a new password on openttdcoop 11:00:32 <Beardie> well i cahnged that file to my new password 11:01:00 <Beardie> the specific error i am getting is "getaddrinfo" 11:01:18 <Alberth> hmm, network error? 11:01:54 <Rubidium> push.o.o doesn't look like a valid address 11:01:57 <Alberth> the 'mz' address looks fishy to me, afaik that does not work any more 11:02:11 <Beardie> maybe thats why :) 11:03:39 <Beardie> Sorted! 11:03:46 <Beardie> o.o but was wrong 11:04:16 <Beardie> https://beardie27:***@push.openttdcoop.org/worldairlineset 11:04:38 <planetmaker> mz doesn't work anymore 11:05:06 <Beardie> ok 11:05:54 <Beardie> is there a merge command for hg? 11:06:17 <Beardie> "abort: push creates new remote head 36a6d8ax0156!" 11:06:18 <Alberth> yes, but I am not sure that it does what you think it does 11:06:25 <Beardie> learning quickly here lol 11:06:29 <Beardie> lol 11:06:36 <Beardie> nothing does XD 11:06:46 <Alberth> ok, you need merge for that 11:06:57 <Beardie> hg merge 11:06:58 <Alberth> first pull, then merge 11:06:58 <Beardie> ? 11:07:02 <Beardie> ok 11:07:19 <Beardie> ok 11:07:25 <Beardie> sorted :) 11:07:33 <Alberth> then push :) 11:07:45 <Alberth> euhm, and a commit somewhere iirc 11:08:06 <Beardie> hurray! i succesfully pushed! 11:08:11 <Beardie> thanky ou very much guys 11:08:16 <Alberth> yw 11:08:19 <planetmaker> gratz 11:08:22 <Beardie> 2 years since i last coded XD 11:08:26 * Alberth awaits a brot6 message :) 11:08:34 <Brot6> World Airliners Set - Revision 675:36a6d8ac0156: Created A318 copy for edit nfo XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/36a6d8ac0156 11:08:34 <Brot6> World Airliners Set - Revision 676:7bfa50310ab7: Created A318 copy for edit nfo XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/7bfa50310ab7 11:08:37 <planetmaker> *nom nom* :-P 11:08:49 <Beardie> and there are the pushes! 11:09:07 <Alberth> great, isn;t it? :) 11:09:07 <Beardie> one last question you can close issues from the hg i think? 11:09:30 <Alberth> http://dev.openttdcoop.org/projects/home/wiki/Writing_Commit_Messages 11:10:22 <Beardie> ty 11:10:51 <planetmaker> Beardie: but... why do you commit a copy of the A318 nfo? 11:12:27 <Beardie> i was makign a edit to the original and i used it as a test to see if i could push a file, not done it in a while :) 11:12:43 <Beardie> wanted a back up as well 11:13:59 <Beardie> also planetmaker did you set it to complie a nightly at every push? 11:14:16 <Alberth> a version control system handles your backups, no need to make them yourself :) 11:14:19 <planetmaker> I *think* so 11:14:51 <Beardie> O thanks Alberth :D, least i now i can push 11:15:05 <Beardie> well i push planetmaker, so i assume a new nightly? 11:16:46 <Beardie> nothing happened lol, well just have to wait to tomorrow XD 11:16:47 <Alberth> yep, when the devzone system thinks it is night :) 11:16:55 <Beardie> http://bundles.openttdcoop.org/worldairlinersset/nightlies/ 11:17:12 <Beardie> Alberth i think planetmaker tried to change it so that it would build after every push. 11:17:29 <Alberth> perhaps the system is busy with some other project 11:17:46 <Alberth> brot will report it here when it is created 11:17:49 <planetmaker> Does not seem to have triggered. I'll look into it (or Ammler might look at why push building didn't work for worldairlinersset), but I don't have time before tomorrow night 11:18:10 <planetmaker> as I got to leave right now :-) Anyway, have fun 11:18:16 <Alberth> bye planetmaker 11:18:33 <Alberth> have a good time too :) 11:19:01 <Beardie> bye planemake and thank you very much for your help!!!!! 11:19:07 <Beardie> planetmaker* 11:26:55 <Brot6> World Airliners Set - Revision 677:c8719d5e2f23: Removing A318 copy file XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/c8719d5e2f23 11:37:59 <Brot6> World Airliners Set - Revision 678:b10813307303: Making NFO files standard A319 A320-200 A380-800 XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/b10813307303 11:38:59 <Brot6> World Airliners Set - Feature #541: Standardising NFO's XBeardie27X @ http://dev.openttdcoop.org/issues/541#change-11306 11:50:40 <Brot6> World Airliners Set - Revision 679:1616b6baff0b: Making NFO files standard Concorde XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/1616b6baff0b 11:57:36 <Ammler> [13:56] <planetmaker> [13:04:38] mz doesn't work anymore <-- since when? 11:58:09 <Ammler> Beardie: has ssh access? 11:59:09 <Ammler> Beardie: you should not save your password in your repo hgrc 12:04:23 <Ammler> Beardie: enable releases, it might be possible push does not work without releases enabled 12:04:53 <Ammler> touch .devzone/build/releases/enable && hg ci 12:07:56 <Beardie> o hello ammler 12:08:15 <Beardie> everything is working fine now ammler 12:08:40 <Beardie> except for the nightly builds 12:09:51 <Ammler> push build is working? 12:10:20 <Brot6> World Airliners Set - Revision 680:cc9bf90581da: enable releases build XRhodeCode AdminX @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/cc9bf90581da 12:11:14 <Beardie> emmmm i was not 12:11:36 <Beardie> it* 12:14:56 <Ammler> next push should work, can you push something? 12:15:19 <Beardie> yeah one minute :) 12:15:35 <Ammler> and it will also build alpha 12:16:11 <Beardie> ok i have pushed heopfully it will build. 12:16:24 <Beardie> btw long time no speak Ammler, nice to speak to you :) 12:16:57 <Ammler> hehe, indeed, well I was here :-P 12:17:05 <Brot6> World Airliners Set - Revision 681:3ed819121120: Making NFO files standard Concorde XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/3ed819121120 12:17:05 <Brot6> World Airliners Set - Revision 682:2cfa32d54776: Head to merge mulyiple head problem XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/2cfa32d54776 12:17:05 <Brot6> World Airliners Set - Revision 683:82634112d3b7: Making NFO files standard Concorde Push Testing XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/82634112d3b7 12:17:19 <Beardie> hurray! 12:17:29 <Ammler> hmm 12:17:35 <Ammler> no 12:17:44 <Beardie> :( 12:17:44 <Ammler> something looks broken 12:18:00 <Alberth> Beardie: that's just confirmation of your push :) 12:19:00 <Beardie> i gathered that 12:19:01 <Beardie> lol 12:19:27 <Beardie> FaddyPainter has a lot of files to push aswell since neither of us have done it in a while hes going to push in moe. 12:20:26 <Ammler> zbuild worked yesterday night 12:20:54 <Beardie> i thought it was just out set thats having a problem 12:21:10 <Beardie> the error occured last feburary. 12:21:38 <Beardie> http://dev.openttdcoop.org/issues/3654 12:21:46 <Beardie> our** 12:23:46 *** NataS has quit IRC 12:23:53 *** NataS has joined #openttdcoop.devzone 12:24:10 <Ammler> push of my test works 12:24:21 <Ammler> hmmmmmmmmmmmmmmmmmmmmmmm 12:25:31 <Beardie> so its just this set then not the whole nightly build system? 12:25:43 <Ammler> yep, I will investigate 12:25:48 <Beardie> thank you 12:28:21 <Beardie> everything always brakes on me XD 12:31:04 <Ammler> yep, easiest fix would be kicking Beardie 12:31:20 <Brot6> test: update from r121 to r123 done - http://bundles.openttdcoop.org/test/push/r123 12:32:16 <Ammler> hg@dev:~/misc/compiler> ./scheduler.sh -releases worldairlinersset 12:32:17 <Ammler> Checking worldairlinersset branch releases... 12:32:19 <Ammler> Project worldairlinersset not enabled for releases 12:32:34 <Ammler> wtf 12:33:12 <Beardie> lol 12:33:19 <Beardie> can i be enabled please? lol 12:33:26 <Ammler> I fear, this is related to the silly feature request of some poeple here, which wanted to have revisioned dependend settings 12:33:51 <Beardie> o? 12:34:02 <Alberth> :o only release prime numbers :p 12:34:20 <Ammler> don't mind, just kick planetmaker quite hard if you see him next time 12:34:39 <Beardie> lol 12:35:01 <Beardie> prime numberS? 12:35:14 <Beardie> how weried 12:35:21 <Beardie> so change we be change to update normally now? 12:36:18 <Alberth> I was just pondering a weird thing you could do with revision dependent settings :) 12:36:27 <Beardie> o and waht is that? 12:36:56 <Alberth> I am sure Ammler is trying to fix the problems for you currently 12:37:31 <Beardie> I think he is, and he is being a really nice person for doing so :D Thank You Ammler 12:38:50 <Ammler> well, for now I triggered push build manually, so you see at least if it builds 12:39:05 <Ammler> I still need to investigate why it doesn't trigger automatically 12:39:18 <Beardie> so i can set it to build manually? 12:39:45 <Ammler> build manually is releases 12:39:58 <Beardie> ok 12:40:00 <Beardie> hg push build? 12:40:27 <Ammler> an no, I meant I triggered it on the server 12:40:27 <Beardie> o so when i push it will build? 12:40:27 <Ammler> (you will see the result in some minutes 12:40:27 <Beardie> ok lol 12:40:47 <Ammler> [14:39] <Ammler> I still need to investigate why it doesn't trigger automatically 12:41:06 <Ammler> so I fear no, it won't 12:41:07 <Ammler> first releases need to work 12:41:31 <Ammler> I might hack the script a bit to make push independent from releaes 12:42:46 <Beardie> cool 12:42:59 <Beardie> well i'll be back in 15 mintues, any update just message it :) 12:46:35 <Brot6> DevZone Help Center - Revision 160:88f68dc51823: [Compiler]: backup commit XAmmlerX @ http://dev.openttdcoop.org/projects/home/repository/revisions/88f68dc51823 12:46:55 <Brot6> worldairlinersset: update from to r683 done - http://bundles.openttdcoop.org/worldairlinersset/push/r683 12:48:05 <Alberth> perhaps it failed to find the old revision? 12:52:35 <Ammler> I guess, the issue is that the repo has tags without releases enabled 12:54:24 <Alberth> a new edge case :) 12:56:04 <Ammler> added ugly hack, should work now 12:56:14 <Beardie> hello! 12:56:56 <Ammler> yes, since we support revision dependend settings and it checks tag alpha where releases isn't enabled,it exits 12:58:33 <Ammler> Beardie: yo have quite a big error log :-P 12:59:47 <Beardie> i know 13:01:10 <Beardie> its pushing now 13:01:20 <Brot6> Unable to connect to http://dev.openttdcoop.org/sys/: execution expired 13:01:29 <Beardie> thats great... 13:01:31 <Beardie> XD 13:01:50 <Brot6> World Airliners Set - Revision 684:aea8b1dd7499: Making NFO files standard Concorde Push Testing XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/aea8b1dd7499 13:02:08 <Beardie> well there is the new push 13:04:21 <Ammler> mäh :-( 13:04:25 <Brot6> World Airliners Set - Revision 685:5ec592ff3dcd: Fix: Flag for error log is E, not W XRhodeCode AdminX @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/5ec592ff3dcd 13:09:39 <Beardie> So Ammler any ideas? 13:09:42 <Ammler> but now, it is working 13:09:45 <Ammler> :-P 13:09:47 <Beardie> lol 13:12:16 <Beardie> Ammler what it the command for merging 3 heads? 13:14:17 <Beardie> One sec might not matter now. 13:15:37 <Ammler> you can't 13:15:48 <Ammler> merge in 2 steps 13:16:10 <Ammler> oh, and always pull before commit 13:16:10 <Beardie> yeah i think we sorted it 13:16:24 <Ammler> and I would prefer rebase before merge for unpushed things 13:17:05 <Beardie> whats rebase? 13:17:46 <Ammler> a kind of resorting :-) 13:17:58 <Ammler> works like merge 13:18:06 <Brot6> worldairlinersset: update from r683 to r685 done (401 warnings) - http://bundles.openttdcoop.org/worldairlinersset/push/r685 13:18:26 <Beardie> lol 401 warnings XD 13:18:29 <Brot6> World Airliners Set - Revision 686:bdf2fee02a4a: merged files XBeardie27X @ http://dev.openttdcoop.org/projects/worldairlinersset/repository/revisions/bdf2fee02a4a 13:19:49 <Brot6> worldairlinersset: update from r685 to r686 done (400 warnings) - http://bundles.openttdcoop.org/worldairlinersset/push/r686 13:27:21 <Beardie> well ammler i have to go now, thanks for the help and if you can fix the automatic nighly that would be great! thanks for the help 13:27:27 <Beardie> speak soon. 13:27:56 <Ammler> didn't ypu see it working just now? 13:28:46 <Beardie> yeah it works on push now :) 13:28:55 <Beardie> but it does not do it nightly? 13:29:37 <Beardie> or do we only need one them options? 13:30:26 <Beardie> well the push one is fine 13:30:31 <Beardie> thanks alot again ammler 13:30:34 <Beardie> got to go bye!! 13:30:36 *** Beardie has quit IRC 13:34:10 <Ammler> nightly will be built at 17:17 13:35:19 <Alberth> when it's almost dark :p 13:48:01 <Ammler> rhodecode is nice to edit project without checkout :-) 15:57:46 <Brot6> World Airliners Set - Bug #3654: DevZone compile failed XBeardie27X @ http://dev.openttdcoop.org/issues/3654#change-11308 16:01:09 <Brot6> World Airliners Set - Bug #3654 (Closed): DevZone compile failed XBeardie27X @ http://dev.openttdcoop.org/issues/3654#change-11309 16:14:14 <Brot6> FIRS Industry Replacement Set - Revision 2861:d06f338f7857: Updated afrikaans for different kinds of... XAlberthX @ http://dev.openttdcoop.org/projects/firs/repository/revisions/d06f338f7857 16:23:28 <Brot6> firs: update from r2860 to r2861 done - http://bundles.openttdcoop.org/firs/push/r2861 17:46:12 <Brot6> zBase - Revision 73:c5a4919a1df9: Add: Forest ground tile and arctic forest. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/c5a4919a1df9 17:46:13 <Brot6> zBase - Revision 74:58ce11cf1979: Add: 9 more temperate town buildings. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/58ce11cf1979 18:33:59 *** Alberth has left #openttdcoop.devzone 18:39:06 <Brot6> zBase - Revision 75:bc8e8cb2a062: Add: 5 more temperate town buildings. XzephyrisX @ http://dev.openttdcoop.org/projects/zbase/repository/revisions/bc8e8cb2a062 18:46:51 <Brot6> zbuild: update from r32 to r33 done (1168 warnings) - http://bundles.openttdcoop.org/zbuild/nightlies/r33 18:51:27 <Brot6> firs: update from r2860 to r2861 done - http://bundles.openttdcoop.org/firs/nightlies/r2861 18:54:09 <Brot6> worldairlinersset: update from r672 to r686 done (400 warnings) - http://bundles.openttdcoop.org/worldairlinersset/nightlies/r686 19:02:22 <Brot6> Unable to connect to http://dev.openttdcoop.org/sys/: execution expired 19:05:04 <Brot6> rust: compile of r23 still failed (#4102) - http://bundles.openttdcoop.org/rust/nightlies/ERROR/r23 19:06:03 <Brot6> make-nml: compile of r14 still failed (#4048) - http://bundles.openttdcoop.org/make-nml/nightlies/ERROR/r14 19:06:48 <Brot6> frenchtowns: compile of r6 still failed (#4058) - http://bundles.openttdcoop.org/frenchtowns/nightlies/ERROR/r6 19:08:07 <Brot6> dach: compile of r54 still failed (#4104) - http://bundles.openttdcoop.org/dach/nightlies/ERROR/r54 20:18:43 <Brot6> zBaseBuild - Revision 97:64b11ad8534f: Add: temperate/arctic forest ground tiles XRubidiumX @ http://dev.openttdcoop.org/projects/zbasebuild/repository/revisions/64b11ad8534f 22:51:24 *** frosch123 has quit IRC