Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Automated Armips Build links return 404 #231

Open jmynes opened 2 years ago

jmynes commented 2 years ago

The Automated Armips builds directory does not return any builds: https://buildbot.orphis.net/buildbot/buildbot.orphis.net/armips/index.php?m=fulllist

Not Found
The requested URL was not found on this server.
unknownbrackets commented 2 years ago

https://buildbot.orphis.net/armips/

Loads fine for me, v0.11.0-176-g6afb121 is the latest.

-[Unknown]

Kingcom commented 2 years ago

Hm, I was getting invalid download links such as https://buildbot.orphis.net/buildbot/buildbot.orphis.net/armips/index.php?m=dl&rev=v0.11.0-176-g6afb121&platform=windows-amd64 a few minutes ago, but now it seems to work again... strange. This has happened before, too. I've contacted Orphis about it.

jmynes commented 2 years ago

The directory loads: https://buildbot.orphis.net/armips/

But the individual links to builds themselves still do not, for me, e.g.:

unknownbrackets commented 2 years ago

Ah, I think older builds are purged. The same build server handles PPSSPP and a couple other projects... and armips doesn't have the same frequency/volume of commits. Might be all builds are pruned by date.

-[Unknown]

jmynes commented 2 years ago

I'm not sure it's just older builds; the build dated 2022-10-17 20:08:36 returns a 404, as does the fulllist link: https://orphis.net/armips/index.php?m=fulllist

Edit: seems it might just be intermittently available, while editing this response, I got the most recent build to download.

Kingcom commented 2 years ago

Did you get that link from the page or from elsewhere? It's missing the subdomain, it should be https://buildbot.orphis.net/armips/index.php?m=fulllist.

The links on the full list are still incorrect for me as well, in the way I described above, but the links on the list of recent builds (https://buildbot.orphis.net/armips/) do work on my end.

jmynes commented 2 years ago

I got there from editing the URL and trying to work around the dead link, so I'd ignore that particular link if that's an invalid path then, my bad 😅