portzap/share/portzap/CHANGELOG
0x1eef 2d6c138d34
Some checks are pending
portzap / shellcheck (push) Waiting to run
Sync with sourcezap
2024-09-10 03:44:08 -03:00

56 lines
1.6 KiB
Org Mode

# -*- mode: org -*-
* vNEXT
**** Address ~libexec/portzap/scripts/setup-doas~ bug
This change addresses a bug in ~setup-doas~ that could hang
the ~portzap setup~ command
**** Collapse ~libexec/portzap/scripts~
This change does not try to organize script directories that
go beyond ~libexec/portzap/scripts~
**** Add ~libexec/portzap/scripts/setup~
This new directory replaces what was formerly known as ~libexec/portzap/setup~
**** Add ~libexec/portzap/scripts~
This new directory replaces what was formerly known as ~libexec/portzap/utils~
* v1.1.0
**** Add ~libexec/portzap/utils/get-umask~
Add a single source of truth for the mask given to umask
by git and portzap-install
**** Break up ~portzap-install~ into multiple files
~libexec/portzap/utils/install/~ contains files that cover both
a fresh install and applying an update
**** Add ~setup/setup-doas~ improvements
More likely to do what's expected, but blind spots still exist
**** Add ~portzap setup~, ~portzap teardown~
Replaces and enhances 'setup-portzap'
**** Add ~libexec/portzap/commands/portzap-sh~
Runs ~/bin/sh~ within ~/home/_portzap/ports~ as the ~_portzap~ user
* v1.0.0
**** Add ~libexec/portzap/setup/setup-user~
~setup-user~ sets up the ~portzap~ user and environment
**** Remove git-diff limit
Remove file rename limit from git-diff
**** Replace ~utils/gitexec~ with ~utils/git/run~
Communicate with git via ~utils/git/run~
**** Add ~utils/git~
A dedicated directory for git-related scripts
**** Remove ~set -x~
Emit less output
**** Remove scripts
Remove ~utils/printok~, ~utils/printerr~, ~utils/git-rev~