diff options
author | Renato Botelho <renato@netgate.com> | 2017-04-18 09:57:53 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-04-18 09:57:53 -0300 |
commit | 8c96e513cc48144390f612b5c63bf1b842a25616 (patch) | |
tree | c7ad66315bfdb4e1c42c4374b1973c49c9406f62 | |
parent | fdecb50e04ee3a03544c44d5f21e370fe264b146 (diff) | |
download | pfsense-8c96e513cc48144390f612b5c63bf1b842a25616.zip pfsense-8c96e513cc48144390f612b5c63bf1b842a25616.tar.gz |
Do not sign core repo when resuming build
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ while test "$1" != ""; do export NO_BUILDKERNEL=YES export NO_CLEAN_FREEBSD_OBJ=YES export NO_CLEAN_FREEBSD_SRC=YES + export DO_NOT_SIGN_PKG_REPO=YES _SKIP_REBUILD_PRESTAGE=YES _USE_OLD_DATESTRING=YES ;; |