Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hbsd_build
Commits
6878b127
Unverified
Commit
6878b127
authored
Nov 09, 2019
by
Shawn Webb
Browse files
Use `git rev-parse HEAD`
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
7aa3f2f3
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/build.sh
View file @
6878b127
...
...
@@ -122,7 +122,7 @@ stage_release() {
(
cd
${
HBSD_SRC
}
git rev-
list
-n
1
HEAD
>
${
HBSD_STAGEDIR
}
/revision.txt
git rev-
parse
HEAD
>
${
HBSD_STAGEDIR
}
/revision.txt
)
return
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment