Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Various changes
Clean the release artifacts prior to building. This ensures that the build artifacts properly reflect the source. Do not double-compress distsets. Provide a revision.txt file that contains the git commit as given by `git rev-list -n 1 HEAD`. Do not attempt to publish to a mirror if no mirror is set. Signed-off-by: Shawn Webb <shawn.webb@hardenedbsd.org>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -63,6 +63,7 @@ main() { | ||
assert_unlocked && \ | ||
lock_build && \ | ||
update_codebase && \ | ||
clean_build && \ | ||
build_hardenedbsd && \ | ||
build_release && \ | ||
stage_release && \ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters