Differences From Artifact [6d290a2094]:
- Executable file build/builtin-certs-update — part of check-in [2c8ab6e8d0] at 2013-01-15 18:48:43 on branch piv — Updated built-in certs, and added script to rebuild built-in certs (user: rkeene, size: 200) [annotate] [blame] [check-ins using] [more...]
To Artifact [9fea13231c]:
- Executable file build/builtin-certs-update — part of check-in [ee33ccc6af] at 2015-07-03 01:51:09 on branch trunk — Updated to optinally generate commercial certs, and removed commercial certs from internal file (user: rkeene, size: 320) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | + + + + + + + + - + | #! /bin/bash set -e ourdir="$(dirname "$(which "$0")")" cd "${outdir}" || exit 1 make -C certs/dod distclean all make -C certs/federal distclean all if [ "$1" = '--commercial' ]; then commercial='commercial' else commercial='SKIP' fi |