-
ErCiccione[m]
binaryfate: Please deploy master when you can.
-
ErCiccione[m]
We will also need a cache flush
-
fluffypony
cache flush after deployment right?
-
ErCiccione[m]
yep
-
ErCiccione[m]
Are there opinions about removing the "Known issues" field in the downloads page?
-
ErCiccione[m]
I added it because somebody requested it, but i feel it's kinda useless
-
ErCiccione[m]
Now we have more frequent releases and usually if there is a problem the release with the fix is released quite soon
-
ErCiccione[m]
that field is also quite annoying to maintain, because we need to change a field (issues.yes issues.no) and by the time that's done the issue is probably solved
-
ErCiccione[m]
selsta do you have an opinion on that? do you think make sense to keep that field or my points about releases make some sense?
-
ErCiccione[m]
Asking now because i was about to make some changes. I wanted to remove the dropdown and replace it warning banner, but now i'm asking myself if would just be better to remove it
-
ErCiccione[m]
.merges
-
xmr-pr
Merge queue empty
-
ErCiccione[m]
.merge+ 1117
-
xmr-pr
...
-
ErCiccione[m]
.merges
-
xmr-pr
1117
-
selsta
ErCiccione[m]: if it is annoying to maintain then we can remove it
-
binaryFate
ErCiccione[m]: deployed. fluffypony can you flush?
-
fluffypony
on it
-
fluffypony
binaryFate: do you have a handle on the CDN or must I do that too?
-
binaryFate
I can do CDN
-
fluffypony
ok
-
ErCiccione[m]
Thanks guys
-
fluffypony
cache flushed on the CF side
-
binaryFate
should be good
-
ErCiccione[m]
sarang your post about tryptich is online:
getmonero.org/2020/08/22/triptych.html
-
selsta
fluffypony: when linking to the website in the future, should we link to
getmonero.org or
getmonero.org ?
-
fluffypony
either or
-
fluffypony
just don't link to web.getmonero as that's a cache-skip
-
selsta
ok
-
selsta
fluffypony: some people still link to the src.getmonero.org subdomain, would it make sense to redirect it? same for web.getmonero.org to avoid duplicated content?
-
fluffypony
src does redirect
-
selsta
it did not for me
-
fluffypony
web is the canonical pass-through if the CDN endpoint doesn't have a cached page
-
fluffypony
oh weird
-
fluffypony
it's supposed to
-
selsta
-
selsta
does not redirect
-
fluffypony
kk lemme fix
-
selsta
ok, understand web now
-
fluffypony
fixed
-
fluffypony
redirect might be cached client side
-
fluffypony
so it won't work immediately
-
fluffypony
but if you try in a different browser it should work now
-
selsta
it did redirect now for me
-
selsta
looks good
-
sarang
Hooray for Triptych blag post!
-
sarang
-
dsc_
\o/
-
ErCiccione[m]
lol selsta. I opened the same PR to change monerooutreach.org links and didn't think of doing it for getmonero.
-
ErCiccione[m]
.merge+ 1160
-
xmr-pr
Added
-
ErCiccione[m]
mmh wait a sec. i'm commenting on the PR
-
ErCiccione[m]
.merge- 1160
-
xmr-pr
Removed
-
ErCiccione[m]
yeah now i remember why i didn't do it
-
selsta
why? :P
-
ErCiccione[m]
Because those links shouldn't be there anyway
-
ErCiccione[m]
i mean
-
selsta
right, jekyll supports this
-
ErCiccione[m]
they should use jekyll's format: {{ site.baseurl }}
-
selsta
but we can still change them for now
-
selsta
changing web to www does not make it less correct
-
ErCiccione[m]
it's important to have the jekyll structure, because otherwise when the onion address will be available people will be redirected to clearnet for no good reasn
-
ErCiccione[m]
*reason
-
ErCiccione[m]
so, would be good to replace all web.getmonero... to {{ site.baseurl }}...
-
ErCiccione[m]
selsta could you change those links directly to the liquid structure?
-
selsta
how should it look like exactly?
-
ErCiccione[m]
getmonero.org/2019/02/01/pruning.html -> {{ site.baseurl }}/2019/02/01/pruning.html
-
ErCiccione[m]
Now that i think about it we will probably need to edit a couple of things anyway to avoid linking to clearnet once the the onion address will be deployed. I will look it up.
-
ErCiccione[m]
Or maybe we can deal with that directly with nginx. Probably just better to wait for pigeons to finish with it before making conjectures
-
dsc_
speaking of pigeons, I am in search of a host for the xmr-pr bot
-
asymptotically
nginx can replace all of the instances of getmonero.org with foobarblahhh123abc.onion in all of the responses, but it's probably better to just use relative links everywhere, if we want people to stay on the same domain
-
ErCiccione[m]
yeah, that's why it's important to have jekyll deal with all internal links
-
ErCiccione[m]
thanks selsta :)
-
ErCiccione[m]
.merge+ 1160
-
xmr-pr
Added