T42 | <rodrisola> i building new kernel source, but | 01:27 |
---|---|---|
T42 | <rodrisola> i have this error | 01:27 |
T42 | <rodrisola> https://pastebin.com/4jCEb0Z0 | 01:27 |
T42 | <znnng> 🔥900K Users Joined Waitlist of #APENFT Marketplace in 10 Days!✉️Leave An Email to Join Waitlist, Win 2022 New Year Gifts:🎁10K NFT VIP Cards🎁Up to $1 Million #Airdrop🎁Referral Commission🚀Join Now:https://bit.ly/3JFi5yjOfficial twitter:👉🏻https://bit.ly/331Ancw鑰屼竴鏃ヤ簩浠婂ぉ澶у : https://irc.thaodan.de/.imgstore/38298ddd/file_3172.jpg | 13:58 |
Thaodan | Mister_Magister: ^ | 13:59 |
Mister_Magister | Thaodan: hmmm, bot automatically deleted it but bridge forwarded it anyway :/ | 14:00 |
Thaodan | Mister_Magister: Oh that is something I might be able to look into. | 14:01 |
Mister_Magister | Thaodan: please do, if you can add like 5 seconds delay it wouldn't impact users too much but would help | 14:06 |
Mister_Magister | or don't relay deleted messages | 14:06 |
Thaodan | Mister_Magister: If the bot can detect new users a delay would work. The bot doesn't know whats delayed or not. | 14:08 |
Mister_Magister | mhm | 14:09 |
T42 | <TheVancedGamer> wait, did that bot just nuke spam? | 16:05 |
Mister_Magister | it seems so | 16:06 |
T42 | <TheVancedGamer> but bridge didn't care? | 16:07 |
T42 | <TheVancedGamer> that's a problem | 16:07 |
Mister_Magister | yep | 16:10 |
Mister_Magister | thats what i said at the beginning | 16:10 |
T42 | <TheVancedGamer> so your delay idea might work | 16:10 |
T42 | <TheVancedGamer> 2 or 3 seconds shouid suffice | 16:10 |
Mister_Magister | yeah | 16:15 |
T42 | <adampigg> Mister_Magister: considered distributing your apps via chum? | 16:33 |
Mister_Magister | i don't care in slightest about chum | 16:34 |
Mister_Magister | whatever that is | 16:34 |
T42 | <adampigg> 1) its OBS, 2) why not? | 16:35 |
T42 | <adampigg> auto rebuilds for each sfos release, much easier to maintain than uploading binaries | 16:36 |
Mister_Magister | not really | 16:38 |
Mister_Magister | i see no advantage | 16:38 |
Mister_Magister | instead i see more disadvantages | 16:38 |
T42 | <adampigg> ok, fair enough | 16:39 |
T42 | <adampigg> what disadvantages do you see? | 16:40 |
Mister_Magister | yottagram requires private api key, can't put that in obs | 16:43 |
rinigus | Mister_Magister: private keys do suck big time at OBS, indeed. I have so far just added them as a file at OBS and hoped for the best. is that key compiled into your binary (c++) or can be poked from /usr/share? | 16:46 |
Mister_Magister | its compiled in | 16:47 |
rinigus | Mister_Magister: good. but I do wonder if such type of secrets can be hidden at OBS. haven't found a way yet | 16:49 |
Mister_Magister | i don't even care, like i said, no advantages | 16:49 |
rinigus | Mister_Magister: there are advantages, as described by piggz above, but you just don't care about them. which is fine. hopefully others will see sense in the advantages and it will take off. | 16:51 |
T42 | <adampigg> rinigus, mister_magister .... i think its maybe possible, adding eg | 16:58 |
T42 | <adampigg> <sourceaccess><disable/></sourceaccess> | 16:58 |
T42 | <adampigg> to the project will protect access to the source by default, but it must be done by an admin | 16:58 |
T42 | <adampigg> would have to discuss with lbt, but its maybe the correct thing to do where api keys are used | 16:58 |
rinigus | @adampigg: I wonder if we can do that and some of us will still see the source | 16:59 |
rinigus | will have to read about it | 16:59 |
Mister_Magister | rinigus: like what advantages? I'm not rebuilding rpms and re-relasing them for every release thats stupid, much easier to maintain than uploding binaries? i don't think so | 16:59 |
T42 | <adampigg> rinigus: yes, you can then enable access for eg maintainer | 17:00 |
T42 | <adampigg> https://en.opensuse.org/openSUSE:Build_Service_Concept_ACL#Example_Project_Meta_using_ACL_flags_and_roles | 17:00 |
rinigus | Mister_Magister: well, I don't know about your apps much. for simple apps, advantages are that you compile and test on your arch, tag the release and trigger rebuild at OBS. check that it compiles and submit it to the main repo. no need to hunt down binaries | 17:05 |
rinigus | for more complex apps, with the dependencies, all becomes way more human with the libs built and all compiled together. | 17:06 |
rinigus | but well, you probably know that all anyway. | 17:06 |
rinigus | on user side, I don't have to enable many repos from OpenRepos as I had to do before chum. | 17:07 |
Mister_Magister | rinigus: i'm not hunting down binaries, and i can do thing you described 10x faster witohut obs | 17:07 |
Mister_Magister | so thats disadvantage | 17:07 |
rinigus | Mister_Magister: good for you. I prefer to work via OBS and as I have many dependencies in my apps, it makes much more sense for me. | 17:10 |
rinigus | and with the latest GUI we tried to make it easy to use for users. so, we hope that would build some momentum | 17:10 |
Mister_Magister | rinigus: i have many dependencies too and i aint waiting 20h for obs to get its shit together | 17:34 |
rinigus | piggz: not sure sourceaccess is a good solution for it. ideally, some kind of secrets as in gitlab ci would be better | 18:18 |
T42 | <adampigg> rinigus: not found anything better yet though ... maybe LBT will have an idea about it | 18:38 |
rinigus | lbt: hi! is there anything in public OBS that can be used to keep secret tokens available for a build but invisible for casual user? similar to gitlab secrets set in CI environment | 18:56 |
T42 | <AntonlX> I fixed no binder problem but it still not boot. There is bad file descriptor error in logcat | 19:10 |
T42 | <AntonlX> Journalctl log: https://pastebin.ubuntu.com/p/4Hb3Tg2nvH/ | 19:10 |
T42 | <AntonlX> logcat log: https://pastebin.ubuntu.com/p/YXD7bjSk6j/ | 19:10 |
T42 | <AntonlX> I mounted android system partitions through https://github.com/tchebb/parse-android-dynparts | 19:19 |
poetaster | Mister_Magister, on most days, chum is faster than my dev box. I admit, my dev box sucks. | 20:32 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!