rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

rakudo.org is not showing the new uploaded 2023.11 Star release #96

Closed AntonOks closed 6 months ago

AntonOks commented 7 months ago

Hi.

I've copied over the new 2023.11 Rakudo Star release files to rakudo.org/star. I also logged in there and ran update-rakudo.org.sh. Still the new release and files are neither shown on https://rakudo.org/star nor https://rakudo.org/downloads.

rakudo.org@lavm-perl6infra-1:~$ ls -la public_html/downloads/star/*2023*11*
-rw-r--r-- 1 rakudo.org rakudo.org 30218811 Nov 22 18:54 public_html/downloads/star/rakudo-star-2023.11-01.tar.gz
-rw-r--r-- 1 rakudo.org rakudo.org      228 Nov 22 18:54 public_html/downloads/star/rakudo-star-2023.11-01.tar.gz.asc
-rw-r--r-- 1 rakudo.org rakudo.org      922 Nov 22 18:54 public_html/downloads/star/rakudo-star-2023.11-01.tar.gz.checksums.txt
-rw-r--r-- 1 rakudo.org rakudo.org 38425454 Nov 22 18:54 public_html/downloads/star/rakudo-star-2023.11-01-win-x86_64-msvc.msi
-rw-r--r-- 1 rakudo.org rakudo.org      228 Nov 22 18:54 public_html/downloads/star/rakudo-star-2023.11-01-win-x86_64-msvc.msi.asc
-rw-r--r-- 1 rakudo.org rakudo.org      897 Nov 22 18:54 public_html/downloads/star/rakudo-star-2023.11-01-win-x86_64-msvc.msi.checksums.txt

Can someone look into rakudo.org and check why the website is not showing updated releases anymore? Thanks!

patrickbkr commented 7 months ago

ping @andinus @dontlaugh

dontlaugh commented 7 months ago

@AntonOks I've sent you an invite to a repo where we are coordinating the release on our new server. It is private by default, because sometimes infra needs to exchange personal info

andinus commented 7 months ago

@AntonOks I've added your keys to the new server.

To login:

# note port is 222
ssh -p 222 rakudo.org@trinity.raku.org

The files are in:

# there is a 'star' directory here:
/var/www/htdocs/rakudo.org/binaries/

To update rakudo.org:

ssh -p 222 rakudo.org@trinity.raku.org 'cd ~/rakudo.org  && git pull && doas /usr/sbin/rcctl restart rakudo' 
andinus commented 7 months ago

@AntonOks I've moved binaries for 2023.11 from atikon to new server. https://rakudo.org/star (it shows 2023.10 sometimes because of cloudflare cache)

AntonOks commented 6 months ago

updated some GitHub rakudo/star secrets and changed the SSH command to the new rakudo web server in https://github.com/rakudo/star/commit/d371fade64d21f1a6707deeee3e00848e0b38a27