00:12:30 Mister_Magister_ joined the channel 00:27:52 return0e_ joined the channel 00:33:53 Quit: Mister_Magister_ (Quit: Konversation terminated!) 01:06:25 Quit: SylvieLorxu (Quit: ZNC - http://znc.in) 02:37:27 Quit: andyrtr (Ping timeout: 260 seconds) 02:44:24 andyrtr joined the channel 07:33:24 Quit: return0e_ (Ping timeout: 260 seconds) 08:18:24 Quit: andyrtr (Ping timeout: 246 seconds) 08:24:20 andyrtr joined the channel 09:24:39 louisdk joined the channel 10:12:55 Nokius_ is now known as Nokius 11:19:07 morphis joined the channel 11:39:06 Mister_Magister joined the channel 12:09:16 Mister_Magister_ joined the channel 12:11:50 Quit: Mister_Magister (Ping timeout: 252 seconds) 12:19:57 Quit: Mister_Magister_ (Ping timeout: 260 seconds) 12:44:29 anYc | so, if I boot my own compiled kernel and something fails before the stuff in the initramfs comes up, there' 12:44:35 anYc | s no way to debug it, right? 12:46:30 kido | anYc: yes you can still try to enable CONFIG_ANDROID_RAM_CONSOLE 12:47:13 kido | if you boot a kernel with CONFIG_ANDROID_RAM_CONSOLE and then you boot android with a kernel that also has CONFIG_ANDROID_RAM_CONSOLE you should be able to access /proc/last_kmesg 12:47:52 kido | combined with CONFIG_TTY_PRINTK you can redirect the output of commands in the ramdisk to dmesg and you will then be able to read the output from /proc/last_kmesg 13:09:01 SylvieLorxu joined the channel 13:10:29 anYc | ok thanks. looks like it is not enabled in the default config :/ 13:12:48 Quit: torkelatgenet (Ping timeout: 268 seconds) 13:12:49 kido | no it's not, it's for development purpose 13:13:58 torkelatgenet joined the channel 13:55:23 Quit: louisdk (Ping timeout: 250 seconds) 14:19:16 Mister_Magister joined the channel 16:06:53 louisdk joined the channel 16:22:31 Quit: louisdk (Ping timeout: 260 seconds) 17:59:02 EvilAntCyborg | [06AsteroidOS/AsteroidOSSync] 12FlorentRevest pushed 3 commits on 13master: https://git.io/v1k7R 17:59:03 EvilAntCyborg | * [061fb3797] 12Florent Revest NLService: ignore notifications that are marked with low priority 17:59:03 EvilAntCyborg | * [06e91c39a] 12Florent Revest device_detail: hide battery info before being connected 17:59:03 EvilAntCyborg | * [064354302] 12Florent Revest Moves most of the heavy work done in DeviceDetailFragment to a background worker: SynchronizationService 18:32:30 louisdk joined the channel 18:35:42 Quit: andyrtr (Ping timeout: 256 seconds) 18:41:59 andyrtr joined the channel 18:53:37 Nokius | kido: it's better now or still wrong :) https://gist.github.com/Nokius/d16768fd7ca4e7bca01bf31e4135e301#file-script-sh-L103 18:57:00 kido | Nokius: still the same problem as yesterday :D 18:57:18 kido | you are trying to see what changed in the apps recipes here https://gist.github.com/Nokius/d16768fd7ca4e7bca01bf31e4135e301#file-script-sh-L104 18:57:30 kido | and when someone push a commits on an app, the recipe doesn't change 18:58:02 kido | just replace this line with CHANGED="asteroid-launcher asteroid-alarmclock asteroid-calculator asteroid-calendar asteroid-settings asteroid-stopwatch asteroid-timer asteroid-weather qml-asteroid asteroid-btsyncd" and you're done 19:00:50 Nokius | Okay hope it's now better https://gist.github.com/Nokius/d16768fd7ca4e7bca01bf31e4135e301#file-script-sh-L103 19:01:16 kido | yep this is just fine :) 19:01:29 kido | you can move this out of the for loop though https://gist.github.com/Nokius/d16768fd7ca4e7bca01bf31e4135e301#file-script-sh-L95 19:02:57 kido | Nokius: you can also add asteroid-music to the line, I forgot this one 19:03:12 Nokius | :s the loop will pull changes for each src folder 19:03:53 Nokius | kido: I will try to use regex to find future asteroid-* related apps if somethign will be added we don'T have to change the script 19:04:02 Nokius | lazy ppl :P 19:04:14 kido | :) 19:04:50 kido | the real issue is this line https://github.com/AsteroidOS/meta-asteroid/blob/master/recipes-asteroid/asteroid-alarmclock/asteroid-alarmclock_git.bb#L7 19:05:07 kido | some recipes don't have it https://github.com/AsteroidOS/meta-asteroid/blob/master/recipes-asteroid/asteroid-wallpapers/asteroid-wallpapers_git.bb#L7 19:06:03 kido | the first one recipe to be cleaned to fetch the latest commit, the second one will be changed in case of a new walllpaper set so bitbake will know by itself that it has to clean and rebuilt it 19:08:12 Nokius | so the best shot would be to check if any recipe in meta-asteroid has SRCREV = "${AUTOREV}" if so clean ? 19:08:29 kido | exactly 19:11:46 Nokius | on the list :) 19:12:48 * Nokius crosses fingers and hopes jenkins will finish soon(tm) 19:13:32 kido | hehe 19:13:39 kido | so have you been able to try the image yet? 19:15:02 EvilAntCyborg | [06AsteroidOS/AsteroidOSSync] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1kFP 19:15:03 EvilAntCyborg | * [068502833] 12Florent Revest Large code refactoring and cleanup 19:15:32 Nokius | :,( nooo 19:16:00 kido | hehe, tell me what you think about it when you'll have it on your wrist 19:16:20 Nokius | <-- searched for some beast of old server to get builds faster 19:16:45 Nokius | give me AsteroidOS :D 19:17:36 Quit: andyrtr (Ping timeout: 244 seconds) 19:24:51 andyrtr joined the channel 19:36:54 sparetire joined the channel 19:39:36 Quit: andyrtr (Ping timeout: 265 seconds) 19:40:52 kido | hi sparetire 19:49:54 andyrtr joined the channel 20:03:02 EvilAntCyborg | [06AsteroidOS/AsteroidOSSync] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1kxs 20:03:03 EvilAntCyborg | * [0689f4e34] 12Florent Revest MediaService: don't write empty data on the characteristics 21:05:04 Quit: Mister_Magister (Ping timeout: 244 seconds) 21:14:18 Mister_Magister joined the channel 22:04:22 Quit: louisdk (Ping timeout: 268 seconds) 22:31:21 Quit: TheAppleMan (Ping timeout: 246 seconds) 22:54:10 Nokius_ joined the channel 22:57:25 Quit: Nokius (Ping timeout: 260 seconds) 23:07:03 EvilAntCyborg | [06AsteroidOS/meta-asteroid] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1IT3 23:07:03 EvilAntCyborg | * [060cd5f71] 12Florent Revest ttf-roboto: fixes font installation 23:07:03 EvilAntCyborg | [06AsteroidOS/asteroid-launcher] 12FlorentRevest pushed 1 commit on 13master: https://git.io/v1ITs 23:07:05 EvilAntCyborg | * [068f16e49] 12Florent Revest Changes the default watchface to a Roboto+Raleway centered text version 23:07:42 kido | ^~ feedback *highly welcome* on the watchface 23:16:55 SylvieLorxu | Well I must be honest I find it ugly ;-; 23:18:08 kido | :) 23:19:15 kido | I must say I'm not 100% excited either 23:20:09 kido | is there a specific thing you don't like or you just don't like the overall thing? 23:22:23 SylvieLorxu | Overall it's a bit meh but what bothers me most is the way the date is placed 23:23:54 kido | ok, hopefully we'll find something better to put in the alpha