IRIX Network Forums
Nekoware legacy plans and workflow - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: IRIX/Software (//forums.irixnet.org/forum-7.html)
+---- Forum: Nekoware (//forums.irixnet.org/forum-56.html)
+---- Thread: Nekoware legacy plans and workflow (/thread-3736.html)

Pages: 1 2


RE: Nekoware legacy plans and workflow - markh - 12-05-2022

I have created a tardist for less and uploaded it at https://files.catbox.moe/dywz66.tardist
A screenshot of the topology is at https://files.catbox.moe/vevmhn.png

Git seems to use it fine, so it seems to work.


RE: Nekoware legacy plans and workflow - markh - 01-08-2023

I have created a tardist for less and uploaded it at https://files.catbox.moe/owi1f1.tardist
A screenshot of the topology is at https://files.catbox.moe/3x0a9p.png

This tardist installs certificate files from https://curl.se/docs/caextract.html
It installs each certificate as a separate file.
I also wanted add the symlinks needed in the tardist as well, but ran into problems that the order in the idb file was no longer correct.
So, instead of doing that I added a postop to generate them using c_rehash. The small problem with that is if you uninstall it or if a certificate is removed when installing a newer version, the symlink(s) still exist and will become invalid. If someone has a good idea to remove them, please let me know.


RE: Nekoware legacy plans and workflow - Raion - 01-08-2023

That's as good of an idea as any. You and I will get together and chat more about your plans soon


RE: Nekoware legacy plans and workflow - markh - 02-12-2023

I have created a tardist for git and uploaded it at https://files.catbox.moe/tse24y.tardist
A screenshot of the topology is at https://files.catbox.moe/tn9alf.png

It needs a number of dependencies. Some from my other tardists and some from the old nekoware (available at http://contrib.irixnet.org/dual-mips3-mips4/)

I had a bit less time lately to finish this up even though I had it running for quite a while already.
I have not managed to get the documentation for git building. If someone knows how, please let me know.
At least the basic git functionality works as I have been using it to commit to my github repository.