--- Log opened Tue Jun 13 00:00:44 2017 00:11 -!- pmckinley [~Peter_McK@88-110-219-195.dynamic.dsl.as9105.com] has joined #navit 00:11 #navit: < pmckinley> party central 00:11 #navit: < pmckinley> :-/ 00:12 #navit: < pmckinley> avon valling 00:12 #navit: < kazer> hey pmckinley 00:12 #navit: < pmckinley> Avon calling 00:12 #navit: < pmckinley> hey kazer 00:12 #navit: < pmckinley> pm? 00:12 #navit: < kazer> sure 00:12 #navit: < pmckinley> 2 secs 00:40 #navit: < Navit> The following compiles failed: http://download.navit-project.org/logs/navit/android_armv5te/svn/navit-svn-7612.failed http://download.navit-project.org/logs/navit/src/svn/navit-svn-7612.failed http://download.navit-project.org/logs/navit/openmoko/svn/navit-svn-7612.failed http://download.navit-project.org/logs/navit/win32/svn/navit-svn-7612.failed http://download.navit-project.org/logs/navit/n800/svn/navit-svn-7612.failed http://download.navit-project 00:40 #navit: < Navit> it-svn-7612.failed http://download.navit-project.org/logs/navit/android_x86/svn/navit-svn-7612.failed http://download.navit-project.org/logs/navit/tomtom/svn/navit-svn-7612.failed 00:40 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html 00:52 #navit: < pmckinley> =-O 00:53 #navit: < pmckinley> epic fail 01:21 -!- pmckinley [~Peter_McK@88-110-219-195.dynamic.dsl.as9105.com] has left #navit [] 01:48 -!- noradtux [~noradtux@2a02:2028:861:b101:4dac:3b79:9f12:a24b] has quit [Ping timeout: 240 seconds] 01:53 -!- noradtux [~noradtux@port-7098.pppoe.wtnet.de] has joined #navit 02:54 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has quit [Ping timeout: 260 seconds] 02:57 -!- j_f-f [~quassel@rs-6.jff-webhosting.net] has joined #navit 05:29 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 06:05 -!- jjelen [jjelen@nat/redhat/x-pgzvvnpmhfwxadep] has joined #navit 06:31 #navit: < jkoan> Good morning everyone :D 06:35 #navit: < jkoan> @kazer BTW the problem that I was not able to get multiple output files on Sunday was that someone included the cpack file randomly in the middle of our cmakelist, so at this point no components were generated because even no files from the sub directories were proceed 06:35 #navit: < jkoan> It was really annoying to find out THIS 06:36 #navit: < jkoan> So on today's evening I will take time to clean up the cmake thing and then push the work of the last few days to github :) 06:45 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 06:46 #navit: < jkoan> But if I get finished today, we still have something to do, first implement the signing process and later how to take care of the release mechanism of debian other systems 06:59 -!- jjelen [jjelen@nat/redhat/x-pgzvvnpmhfwxadep] has quit [Ping timeout: 240 seconds] 07:12 -!- jjelen [jjelen@nat/redhat/x-nehagayeouidjlmd] has joined #navit 09:49 -!- jjelen [jjelen@nat/redhat/x-nehagayeouidjlmd] has quit [Ping timeout: 246 seconds] 10:45 -!- jjelen [jjelen@nat/redhat/x-fmxqjfjhdwxgbuxk] has joined #navit 13:10 -!- ilovekiruna [~ilovekiru@wlanguest242.wlan.tu-clausthal.de] has joined #navit 13:26 -!- ilovekiruna [~ilovekiru@wlanguest242.wlan.tu-clausthal.de] has quit [Ping timeout: 268 seconds] 15:13 -!- ilovekiruna [~ilovekiru@wlanguest242.wlan.tu-clausthal.de] has joined #navit 15:16 #navit: < kazer> hi there 15:16 #navit: < kazer> jkoan: great news, thanks a lot! 15:17 #navit: < kazer> we can do the signing from the CI when building the master branch. That's also where we sign the apk for the playstore 16:03 -!- jjelen [jjelen@nat/redhat/x-fmxqjfjhdwxgbuxk] has quit [Ping timeout: 240 seconds] 16:13 #navit: < jkoan> Yes, that was also what I want to do (signing on ci) 16:14 #navit: < jkoan> Kazer what do you think about a nightly repository? 16:27 #navit: < kazer> jkoan: that's old school :) new school is a repo with each and every build from the ci :) 16:28 #navit: < jkoan> Yes, that was exactly what I was meaning 16:28 #navit: < kazer> we should be able to back-reference anything we store in the ci's artifacts. example : https://1962-30791823-gh.circle-artifacts.com/0/tmp/circle-artifacts.FHvPWTk/navit-b6f27abb59329fce9e0e6d2c7b702063a8c7d0e8-arm-release-unsigned.apk 16:28 #navit: < kazer> we just need to provide a webhook to update our list (and store that list somewhere) 16:29 #navit: < kazer> i am doing something similar on another repo : https://github.com/pgrandin/gentoo-macbook/blob/master/circle.yml#L51 16:29 #navit: < kazer> and the webhook on my server is a very simple python http server that receives the request, and update the link to the latest one 16:30 #navit: < kazer> in our case we probably want to store a list of the previous builds, instead of just pointing to the most recent one 16:32 #navit: < jkoan> But this will not work as a apt repo for debian and Ubuntu as I know 16:35 #navit: < kazer> ah, no, but as a general purpose "nightly" repo 16:35 #navit: < kazer> actually ... the trick that i am doing for my gentoo packages would work 16:37 #navit: < kazer> try http://sd-55475.dedibox.fr:8000/Packages 16:38 #navit: < kazer> if you do it using wget for example you'll see the redirection 17:04 #navit: < jkoan> but are the circleci links are static over all time? 17:22 -!- zintor [5b5902d7@gateway/web/freenode/ip.91.89.2.215] has joined #navit 17:22 #navit: < zintor> hi @all 17:22 #navit: < jkoan> hi zintor 17:22 #navit: < zintor> hi jkoan 17:23 #navit: < zintor> kazer: any success with qml_qt5 on a maiden debian? 17:29 -!- zintor is now known as zin|away 17:29 #navit: < kazer> jkoan: yep. in that link, 1962 is the build id, and 30791823 is our project id 17:29 -!- zin|away is now known as zintor 17:30 -!- zintor is now known as zin|away 17:35 -!- ilovekiruna [~ilovekiru@wlanguest242.wlan.tu-clausthal.de] has quit [Ping timeout: 260 seconds] 18:12 #navit: < jkoan> But in the link it says tmp :O 18:22 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has joined #navit 18:24 #navit: < jkoan> https://bugzilla.redhat.com/show_bug.cgi?id=654374 I found the ticket for the RPM repo ;) 19:26 #navit: < jkoan> Did someone know who is hosting irclogs.navit.ie? Probably Kazer? :D 19:41 #navit: < kazer> jkoan: tmp is from the container, but the files are archived :) 19:41 #navit: < jkoan> Could we change the path? 19:42 #navit: < jkoan> Like /debian/navitbla0.0.0.deb? Then the URL would be even nicer 19:43 #navit: < kazer> here's the very first artifact we ever built on the CI :) https://43-30791823-gh.circle-artifacts.com/0/home/ubuntu/assets/binmaps/california-latest.bin 19:43 #navit: < kazer> over 2 years ago :) 19:44 #navit: < kazer> we don't need to care too much about the url, because all the urls can be proxified 19:44 #navit: < kazer> like in my example with the Packages file 19:44 #navit: < kazer> there's a few dozens of other files, all accessible within the http://sd-55475.dedibox.fr:8000/ path 19:48 #navit: < kazer> so we can do something like packages.navit-project.org/debian/navit-0.5.0.deb for example 20:07 #navit: < jkoan> Sounds interesting, could you set up the repo thing? I will focus on the package and cmake think 20:32 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has quit [Remote host closed the connection] 20:34 -!- zin|away is now known as zintor 20:34 #navit: < zintor> hmmm...it is quite today 20:34 #navit: < zintor> ;) 20:38 #navit: < zintor> I assume kazer has no solution for my issue :( 20:53 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has joined #navit 20:55 #navit: < zintor> well...have to go gn8 all 20:56 -!- zintor [5b5902d7@gateway/web/freenode/ip.91.89.2.215] has quit [Quit: Page closed] 21:36 #navit: < ilovekiruna> kazer: hi 21:36 #navit: < ilovekiruna> kazer: In which section should I put my line of code for getting the currently used screen resoultion on android? 21:42 #navit: < kazer> hi ilovekiruna 21:42 #navit: < kazer> mmm. section? can you remind me of the context? 21:49 #navit: < ilovekiruna> earlier we were discussing how one could figure out, how one can figure out which of the different configurations of navit.xml is used 21:53 #navit: < ilovekiruna> I am also finally updating the download page of the wiki 22:02 #navit: < kazer> thanks for updating the wiki! configuration as in osd configuration? or layout? 22:03 #navit: < ilovekiruna> as in which navit.xml is used 22:03 #navit: < kazer> ah! 22:03 #navit: < ilovekiruna> like navitxhdpi 22:03 #navit: < ilovekiruna> navithdpi 22:03 #navit: < ilovekiruna> u wanted me to put it somewhere 22:04 #navit: < ilovekiruna> maybe u can check my updates tomorrow evening my time. 22:04 #navit: < ilovekiruna> plan to finish the edits by then 22:05 #navit: < kazer> sure, thanks! 22:05 #navit: < kazer> if we want to track the config file itself, we could start somewhere here : https://github.com/navit-gps/navit/blob/trunk/navit/start_real.c#L166 22:05 #navit: < ilovekiruna> I right now do it via adb 22:06 #navit: < ilovekiruna> after connecting the phone and usb debugging 22:06 #navit: < ilovekiruna> dint plan to change code 22:06 #navit: < ilovekiruna> just for debugging purposes 22:08 #navit: < ilovekiruna> right now when "developing" my own osd layout 22:10 #navit: < ilovekiruna> The command is basically just: 22:10 #navit: < ilovekiruna> adb logcat | grep 'navit' | grep 'Res Name' 22:11 #navit: < ilovekiruna> Could we drop the section for eeepc? 22:11 #navit: < ilovekiruna> I dont think anybody still uses it 22:17 #navit: < kazer> you have the link for the eepc ? 22:23 #navit: < ilovekiruna> no 22:23 #navit: < ilovekiruna> it just states eeepc no unoffical packages are available 22:28 #navit: < ilovekiruna> ok, u can check my edit here: http://wiki.navit-project.org/index.php/Download_Navit 22:28 #navit: < ilovekiruna> I will sleep now. 22:29 #navit: < ilovekiruna> Will you tell me later if and where I should put the adb command? 22:41 #navit: < kazer> looks good thanks. BTW we can probably kill all references to SVN, as we are using git now 22:41 #navit: < kazer> for your adb we can look into it together when you'll be around i'll need more infos :) 23:15 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 23:31 -!- Horwitz [~mich1@p200300800E70B900022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 23:40 -!- pmckinley [~Peter_McK@88-110-220-162.dynamic.dsl.as9105.com] has joined #navit 23:41 #navit: < pmckinley> hey kazer 23:45 -!- Horwitz [~mich1@p200300800E48E800022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 23:45 -!- mode/#navit [+o Horwitz] by ChanServ --- Log closed Wed Jun 14 00:00:46 2017