v1.1.0
Some checks failed
portzap / shellcheck (push) Has been cancelled

This commit is contained in:
0x1eef 2024-08-24 10:16:38 -03:00
parent 2039076720
commit 5328bd72e0
2 changed files with 20 additions and 18 deletions

View file

@ -1,38 +1,40 @@
* vNEXT # -*- mode: org -*-
** Add 'libexec/portzap/utils/get-umask' * v1.1.0
**** Add ~libexec/portzap/utils/get-umask~
Add a single source of truth for the mask given to umask Add a single source of truth for the mask given to umask
by git and portzap-install by git and portzap-install
** Break up 'portzap-install' into multiple files **** Break up ~portzap-install~ into multiple files
'libexec/portzap/utils/install/' contains files that cover both ~libexec/portzap/utils/install/~ contains files that cover both
a fresh install and applying an update a fresh install and applying an update
** Add 'setup/setup-doas' improvements **** Add ~setup/setup-doas~ improvements
More likely to do what's expected, but blind spots still exist More likely to do what's expected, but blind spots still exist
** Add 'portzap setup', 'portzap teardown' **** Add ~portzap setup~, ~portzap teardown~
Replaces and enhances 'setup-portzap' Replaces and enhances 'setup-portzap'
** Add libexec/portzap/commands/portzap-sh **** Add ~libexec/portzap/commands/portzap-sh~
Runs /bin/sh within /home/_portzap/ports as the '_portzap' user Runs ~/bin/sh~ within ~/home/_portzap/ports~ as the ~_portzap~ user
* v1.0.0 * v1.0.0
** Add libexec/portzap/setup/setup-user **** Add ~libexec/portzap/setup/setup-user~
setup-user sets up the '_portzap' user and environment ~setup-user~ sets up the ~portzap~ user and environment
** Remove git-diff limit **** Remove git-diff limit
Remove file rename limit from git-diff Remove file rename limit from git-diff
** Replace utils/gitexec with utils/git/run **** Replace ~utils/gitexec~ with ~utils/git/run~
Communicate with git via utils/git/run Communicate with git via ~utils/git/run~
** Add utils/git **** Add ~utils/git~
A dedicated directory for git-related scripts A dedicated directory for git-related scripts
** Remove "set -x" **** Remove ~set -x~
Emit less output Emit less output
** Remove scripts **** Remove scripts
Remove utils/printok, utils/printerr, utils/git-rev Remove ~utils/printok~, ~utils/printerr~, ~utils/git-rev~

View file

@ -1 +1 @@
v1.0.0 v1.1.0