Block a user
dboreham
released Test release after mjs fix at cerc-io/test-progressive-web-app
2024-07-25 17:46:21 +00:00
laconic-so build-npms seems to be broken
Since this bug relates to a code path that doesn't work anyway, what's the priority for fixing? Is this blocking publishing npms to git.vdb.to for example?
laconic-so build-npms seems to be broken
After some investigation I found that the package-registry stack upon which this code path depends, is also broken. See cerc-io/stack-orchestrator#893
package-registry stack is broken
Non-deployment case:
stat /home/david/cerc/hosting/gitea/docker-compose-gitea.yml: no such file or directory
Traceback (most recent call last):
File "/home/david/projects/cerc/stack-orc…
package-registry stack is broken
laconic-so build-npms seems to be broken
Actually this bug is much older. It only shows when you're trying to publish the npm to a local gitea, which we haven't done for a long time. Publishing to a remote npm service should still work.
all the docker images used in this flow should be pre-built and the instruction should pull them from the gitea registry
I created a repo to host the laconicd stacks (no stack content there yet -- it seems to be spread around in various places and needs to be cleaned…