summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-27 17:27:13 -0300
committerRenato Botelho <renato@netgate.com>2016-05-27 17:27:30 -0300
commitf26731b04093acb4913219f44622583eb40ccc86 (patch)
tree36526d5c593fa0c8b575420234e16f8ec8660400 /build.sh
parent20cb6c6cdd16f0cc02abe38ac0206c6b535913f9 (diff)
downloadpfsense-f26731b04093acb4913219f44622583eb40ccc86.zip
pfsense-f26731b04093acb4913219f44622583eb40ccc86.tar.gz
Stop creating a stagingarea and opulated old update format
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index a533c46..06d6a32 100755
--- a/build.sh
+++ b/build.sh
@@ -484,8 +484,7 @@ if [ -n "${SNAPSHOTS}" ]; then
if [ "${IMAGETYPE}" = "none" -a -z "${DO_NOT_UPLOAD}" ]; then
pkg_repo_rsync "${CORE_PKG_PATH}"
elif [ "${IMAGETYPE}" != "none" ]; then
- snapshots_copy_to_staging_iso_updates
- snapshots_copy_to_staging_nanobsd "${FLASH_SIZE}"
+ snapshots_create_sha256
# SCP files to snapshot web hosting area
if [ -z "${DO_NOT_UPLOAD}" ]; then
snapshots_scp_files
OpenPOWER on IntegriCloud