Azorius 0.3.1 Delayed Reaction
from tedu@azorius.net to azorius@azorius.net on 29 Aug 2023 21:47
https://azorius.net/g/azorius/p/8f7PSjfbxS929yLgP4-Azorius-031-Delayed-Reaction

Release day classic! Fixed two bugs not noticed until just after release. One was a crash in the markdown parser which ironically broke the 0.2 release announcement.

Pushed an emergency fix, will resolve with a better fix in time.

Also trying out committing release numbers to the in tree version string.

#azorius

threaded - newest

horia@azorius.vedetta.com on 29 Aug 2023 22:15 next collapse

The about release version works now, thanks!

In version 0.1.0 an 0.2.0 I had the HTML help in "docs/" which worked. Here's the layout I use:

drwxr-x---  2 _azorius  _azorius      512 Aug 29 14:29 attachments
-rw-------  1 _azorius  _azorius   176128 Jul 26 10:54 azorius.db
-rw-------  1 _azorius  _azorius    32768 Aug 29 14:42 azorius.db-shm
-rw-------  1 _azorius  _azorius  3230112 Aug 29 14:47 azorius.db-wal
srwxr-xr-x  1 _azorius  _azorius        0 Aug 29 14:42 backend.sock
-rw-------  1 _azorius  _azorius   176128 Aug 29 13:17 backup.db
drwxr-x---  2 _azorius  _azorius      512 Aug 29 14:29 docs
-rw-r--r--  1 root      _azorius     3882 Aug 29 14:29 schema.sql
drwx------  5 _azorius  _azorius      512 Aug 29 11:29 tempstore
drwxr-x---  2 _azorius  _azorius     1536 Aug 29 14:30 views

tedu@azorius.net on 29 Aug 2023 22:33 collapse

The way the help files are displayed has changed slightly, better integration with the site, but the html files have always been in viewdir/docs.

The datadir is for user data, of course, but specifically anything expected to be preserved between releases, like datadir/views/local.css. The viewdir is expected to be tied to the release and be replaced, which includes help files.

horia@azorius.vedetta.com on 29 Aug 2023 22:25 collapse

Somehow I had a wrong "help.html" but fixed now by using the one from develop ;)

p.s. I used ports MODGO to fetch from https://proxy.golang.org/humungus.tedunangst.com/r/azorius/@v/v0.3.1.zip

tedu@azorius.net on 29 Aug 2023 22:36 collapse

I think the release tarball at https://humungus.tedunangst.com/r/azorius/d/azorius-0.3.1.tgz is easier to use. It includes all the generated help files.