NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
boru` has joined #openocd
boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
tsal has quit [Ping timeout: 252 seconds]
tsal has joined #openocd
w00tSpeaks has quit [Quit: Konversation terminated!]
cp- has quit [Read error: Connection reset by peer]
ttmrichter has quit [*.net *.split]
kitzman has quit [*.net *.split]
ttmrichter has joined #openocd
dekenevs has joined #openocd
nerozero has joined #openocd
<PaulFertser> borneoa_: good points. The mails on new patches are sent by a hook to the mailing list, so that's special and indeed I see in the logs they fail, will debug.
<PaulFertser> borneoa_: disabled the commit message checks altogether now.
rowanthorpe has joined #openocd
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
<borneoa_> PaulFertser: thanks. I think the length of the commit message will be checked by checkpatch during the build, so can be skipped at push.
<PaulFertser> borneoa_: thought exactly the same and disabled the gerrit plugin.
<PaulFertser> borneoa_: will fix the mailing list notification but for that some change needs to be at least updated (new changeset version created) as debug logs for the hooks were off.
<borneoa_> PaulFertser: I can update one of my patches, but not before 1 hour
<PaulFertser> borneoa_: np, I'll be commuting for at least an hour soon anyway.
Hawk777 has quit [Quit: Leaving.]
<PaulFertser> borneoa_: actually, nevermind, it's just bashism in /bin/sh patch.
<Fleck> morning!
<PaulFertser> borneoa_: so no worries: reproduced, understood, will be fixed soon, thanks for the report :)
<PaulFertser> borneoa_: old machine had bash for /bin/sh
Haohmaru has joined #openocd
<PaulFertser> borneoa_: patch should be fixed
<borneoa_> PaulFertser: thanks!
<PaulFertser> borneoa_: only testing will show if it's fully fixed, so will be waiting for the next new patch to be pushed.
Steffanx has joined #openocd
Steffann has quit [Read error: Connection reset by peer]
<borneoa_> PaulFertser: just sent a new patch. The warning of 50 is over.
<borneoa_> PaulFertser: but still no email!
<PaulFertser> borneoa_: back to the terminal, will check it soon
<PaulFertser> borneoa_: yes, enabling logs showed what changed in hooks syntax, fixing soon.
tarekb has joined #openocd
<PaulFertser> borneoa_: fixed the script, manually rerun it, seems the mail is ok now.
<borneoa_> PaulFertser: yes, I have received it
<PaulFertser> Twice I guess, I seem to have run it one extra time.
<borneoa_> PaulFertser: thanks. No, only once
<borneoa_> PaulFertser: yes, arrived the second
<PaulFertser> borneoa_: do you have any strong opinions on migrating the static blog from sf.net to self-hosted on same machine?
<PaulFertser> I think current jenkins config is not triggering builds on push to master, I will investigate later.
<borneoa_> PaulFertser: no, sf used to be slow but now seems ok. Maybe using static blob helped
tomtastic_ has joined #openocd
tomtastic has quit [Ping timeout: 248 seconds]
ericonr has quit [Ping timeout: 248 seconds]
ericonr has joined #openocd
<PaulFertser> Good trend, warnings were reduced by one :) https://build.openocd.org/job/openocd-clang/
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #openocd
ttmrichter has quit [Quit: The Lounge - https://thelounge.chat]
<borneoa_> PaulFertser: I have noticed that at least on Firefox (not check on other browsers), when I switch to another tab, then after a while return on the tab with the new gerrit page, the tab is fetched again! Odd! Analysing the traffic, got that all the fonts are sent by garrit with header "Expires:" with actual time. It means the whole page get immediately invalidated from browser cache after it's loaded. Anything that can be done to avoid it?
<Haohmaru> o_O
<borneoa_> PaulFertser: same for css files, JavaScript, favicon.
<Haohmaru> this gerrit thing is sorta like gitlab/github/sourceforge/etc.. right?
tarekb has quit [Quit: Leaving.]
<Haohmaru> seems yes..
<borneoa_> Haohmaru: yes. It's where we review the patches for openocd code.
<Haohmaru> so it's doing weird things, naughty HTML, but you're not in control of it?
<borneoa_> Haohmaru: the server was upgrade to more recent version during the weekend. Should be some wrong setting in the http server. No, I don't control it.
<Haohmaru> contact $webadmin then? ;P~
Haohmaru has quit []
<PaulFertser> borneoa_: will take a look, thanks for detailed report, very useful.
emeb has joined #openocd
Hawk777 has joined #openocd
rowanthorpe has quit [Ping timeout: 248 seconds]
nerozero has quit [Ping timeout: 240 seconds]
akaWolf has quit [Ping timeout: 252 seconds]
emeb has quit [Ping timeout: 240 seconds]
<PaulFertser> borneoa_: "Note: If there is a Cache-Control header with the max-age or s-maxage directive in the response, the Expires header is ignored. " https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expires
emeb has joined #openocd
<PaulFertser> Cache-Control: private, max-age=900, must-revalidate
<borneoa_> PaulFertser: max age is set to 900 seconds, so 15 minutes. But I see the reload after less than that when switch tab. Investigating...
<PaulFertser> Probably gertty is going to work much better than the web interface :)
<borneoa_> PaulFertser: it's the JSON data that are reloaded
<borneoa_> PaulFertser: and it triggers the whole redraw of the page
<PaulFertser> borneoa_: probably your web browser terminates the ajax connection when the tab is in the background?
<borneoa_> PaulFertser: I'm comparing with another gerrit that don't have this behavior. I'm changing tab from openocd to this other back and forth. Only openocd reloads. Now I'm comparing the http headers
<PaulFertser> borneoa_: and it's trivial to patch gertty to show conflicts, e.g. I see plenty of conflicts just viewing 6446
<PaulFertser> (after remiving is:mergeable from its conflicts query)
<borneoa_> PaulFertser: openocd reply with "Connection: keep-alive" and "Keep-Alive: timeout=5, max=100". The other has "Connection: close". Not sure this is the reason
f00b4r has quit [Ping timeout: 240 seconds]
f00b4r has joined #openocd
karlp has quit [Ping timeout: 240 seconds]
karlp has joined #openocd
Guest9 has joined #openocd
zjason` has joined #openocd
zjason has quit [Ping timeout: 250 seconds]
emeb has quit [Ping timeout: 240 seconds]
<borneoa_> PaulFertser: so, it's a feature! Undesired by me, but it's a feature. RELOAD_DASHBOARD_INTERVAL_MS=10*1000;
<borneoa_> PaulFertser: only the dashboard is reloaded if you change tab and return after more than 10 seconds.
emeb has joined #openocd
emeb has quit [Ping timeout: 240 seconds]
<borneoa_> PaulFertser: it was introduced as experimental feature in gerrit 3.3.2 and become the default in 3.3.3. Really ugly feature.
emeb has joined #openocd
Guest9 has quit [Quit: Client closed]
emeb has left #openocd [#openocd]