Compare commits
2 commits
f563576107
...
60a363e135
Author | SHA1 | Date | |
---|---|---|---|
60a363e135 | |||
5636337e80 |
2 changed files with 12 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue