Compare commits

...

2 commits

Author SHA1 Message Date
60a363e135 Update README
Some checks failed
sourcezap / shellcheck (push) Has been cancelled
2024-07-20 14:42:48 -03:00
5636337e80 Update RELNOTES 2024-07-20 14:20:29 -03:00
2 changed files with 12 additions and 13 deletions

View file

@ -8,7 +8,7 @@ can be installed into `/usr/src/` by root.
## Examples
### CLI: setup-sourcezap
#### CLI: setup-sourcezap
This command should be run after installing sourcezap for
the first time:
@ -17,7 +17,7 @@ the first time:
# This command requires root privileges
root@localhost# setup-sourcezap
### CLI: sourcezap
#### CLI: sourcezap
# Clone the HardenedBSD source tree into /home/_sourcezap/src/
# This command is delegated to the '_sourcezap' user
@ -40,7 +40,7 @@ the first time:
root@localhost# sourcezap rm
### Environment
#### Environment
* __$SOURCEZAP\_CLONEURL__ <br>
The URL of a git repository <br>

View file

@ -1,29 +1,28 @@
= v0.2.1
* Fix Makefile
~ Fix Makefile
The mandoc directory wasn't created properly.
It became obvious when building the port
into a temporary staging directory
= v0.2.0
- Set "diff.renameLimit" to unlimited
~ Set "diff.renameLimit" to unlimited
After this change, sourcezap always
forwards "-l0" to "git diff"
- Replace utils/gitexec with utils/git/run
After this change, we talk to git via
utils/git/run
~ Replace utils/gitexec with utils/git/run
After this change, we talk to git via utils/git/run
- Add utils/git/
~ Add utils/git
A dedicated directory for git-related scripts
- Remove "set -x"
~ Remove "set -x"
After this change, sourcezap emits less output
- Remove scripts
Remove "utils/printok", "utils/printerr",
~ Remove scripts
Remove "utils/printok", "utils/printerr", and
"utils/git-rev"
- Add documentation
~ Add documentation
Covers README.md and sourcezap.8