From a801ecb83b92d33512f54c64134b51bcca7beeb5 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 2 Oct 2017 15:55:03 -0500 Subject: [PATCH] publish: retire bmap, etcher is faster and i dont use bmap anymore Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- publish/rcn-ee_bb.org-stable.sh | 9 --------- publish/rcn-ee_bb.org-test.sh | 9 --------- publish/rcn-ee_elinux.sh | 9 --------- publish/rcn-ee_oemflasher.sh | 9 --------- publish/rcn-ee_seeed-gcp-stable.sh | 9 --------- publish/rcn-ee_seeed-stable.sh | 9 --------- 6 files changed, 54 deletions(-) diff --git a/publish/rcn-ee_bb.org-stable.sh b/publish/rcn-ee_bb.org-stable.sh index 5226864d1..d4c3e8db0 100755 --- a/publish/rcn-ee_bb.org-stable.sh +++ b/publish/rcn-ee_bb.org-stable.sh @@ -130,10 +130,6 @@ copy_img_to_mirror () { mkdir -p ${mirror_dir}/${time}/\${blend}/ || true fi if [ -d ${mirror_dir}/${time}/\${blend}/ ] ; then - if [ -f \${wfile}.bmap ] ; then - mv -v \${wfile}.bmap ${mirror_dir}/${time}/\${blend}/ - sync - fi if [ ! -f ${mirror_dir}/${time}/\${blend}/\${wfile}.img.zx ] ; then mv -v \${wfile}.img ${mirror_dir}/${time}/\${blend}/ sync @@ -151,11 +147,6 @@ copy_img_to_mirror () { archive_img () { if [ -f \${wfile}.img ] ; then - if [ ! -f \${wfile}.bmap ] ; then - if [ -f /usr/bin/bmaptool ] ; then - bmaptool create -o \${wfile}.bmap \${wfile}.img - fi - fi copy_img_to_mirror fi } diff --git a/publish/rcn-ee_bb.org-test.sh b/publish/rcn-ee_bb.org-test.sh index 220df36d6..7360754f6 100755 --- a/publish/rcn-ee_bb.org-test.sh +++ b/publish/rcn-ee_bb.org-test.sh @@ -84,10 +84,6 @@ copy_img_to_mirror () { mkdir -p ${mirror_dir}/${time}/\${blend}/ || true fi if [ -d ${mirror_dir}/${time}/\${blend}/ ] ; then - if [ -f \${wfile}.bmap ] ; then - mv -v \${wfile}.bmap ${mirror_dir}/${time}/\${blend}/ - sync - fi if [ ! -f ${mirror_dir}/${time}/\${blend}/\${wfile}.img.zx ] ; then mv -v \${wfile}.img ${mirror_dir}/${time}/\${blend}/ sync @@ -105,11 +101,6 @@ copy_img_to_mirror () { archive_img () { if [ -f \${wfile}.img ] ; then - if [ ! -f \${wfile}.bmap ] ; then - if [ -f /usr/bin/bmaptool ] ; then - bmaptool create -o \${wfile}.bmap \${wfile}.img - fi - fi copy_img_to_mirror fi } diff --git a/publish/rcn-ee_elinux.sh b/publish/rcn-ee_elinux.sh index 319f5015f..561bd87f9 100755 --- a/publish/rcn-ee_elinux.sh +++ b/publish/rcn-ee_elinux.sh @@ -92,10 +92,6 @@ copy_img_to_mirror () { mkdir -p ${mirror_dir}/${time}/\${blend}/ || true fi if [ -d ${mirror_dir}/${time}/\${blend}/ ] ; then - if [ -f \${wfile}.bmap ] ; then - mv -v \${wfile}.bmap ${mirror_dir}/${time}/\${blend}/ - sync - fi if [ ! -f ${mirror_dir}/${time}/\${blend}/\${wfile}.img.zx ] ; then mv -v \${wfile}.img ${mirror_dir}/${time}/\${blend}/ sync @@ -113,11 +109,6 @@ copy_img_to_mirror () { archive_img () { if [ -f \${wfile}.img ] ; then - if [ ! -f \${wfile}.bmap ] ; then - if [ -f /usr/bin/bmaptool ] ; then - bmaptool create -o \${wfile}.bmap \${wfile}.img - fi - fi copy_img_to_mirror fi } diff --git a/publish/rcn-ee_oemflasher.sh b/publish/rcn-ee_oemflasher.sh index fe945354b..a559251c0 100755 --- a/publish/rcn-ee_oemflasher.sh +++ b/publish/rcn-ee_oemflasher.sh @@ -67,10 +67,6 @@ copy_img_to_mirror () { mkdir -p ${mirror_dir}/${time}/\${blend}/ || true fi if [ -d ${mirror_dir}/${time}/\${blend}/ ] ; then - if [ -f \${wfile}.bmap ] ; then - mv -v \${wfile}.bmap ${mirror_dir}/${time}/\${blend}/ - sync - fi if [ ! -f ${mirror_dir}/${time}/\${blend}/\${wfile}.img.zx ] ; then mv -v \${wfile}.img ${mirror_dir}/${time}/\${blend}/ sync @@ -88,11 +84,6 @@ copy_img_to_mirror () { archive_img () { if [ -f \${wfile}.img ] ; then - if [ ! -f \${wfile}.bmap ] ; then - if [ -f /usr/bin/bmaptool ] ; then - bmaptool create -o \${wfile}.bmap \${wfile}.img - fi - fi copy_img_to_mirror fi } diff --git a/publish/rcn-ee_seeed-gcp-stable.sh b/publish/rcn-ee_seeed-gcp-stable.sh index ad9424a82..cca19ed1a 100755 --- a/publish/rcn-ee_seeed-gcp-stable.sh +++ b/publish/rcn-ee_seeed-gcp-stable.sh @@ -73,10 +73,6 @@ copy_img_to_mirror () { mkdir -p ${mirror_dir}/${time}/\${blend}/ || true fi if [ -d ${mirror_dir}/${time}/\${blend}/ ] ; then - if [ -f \${wfile}.bmap ] ; then - mv -v \${wfile}.bmap ${mirror_dir}/${time}/\${blend}/ - sync - fi if [ ! -f ${mirror_dir}/${time}/\${blend}/\${wfile}.img.zx ] ; then mv -v \${wfile}.img ${mirror_dir}/${time}/\${blend}/ sync @@ -94,11 +90,6 @@ copy_img_to_mirror () { archive_img () { if [ -f \${wfile}.img ] ; then - if [ ! -f \${wfile}.bmap ] ; then - if [ -f /usr/bin/bmaptool ] ; then - bmaptool create -o \${wfile}.bmap \${wfile}.img - fi - fi copy_img_to_mirror fi } diff --git a/publish/rcn-ee_seeed-stable.sh b/publish/rcn-ee_seeed-stable.sh index 4428c68fb..ddb451677 100755 --- a/publish/rcn-ee_seeed-stable.sh +++ b/publish/rcn-ee_seeed-stable.sh @@ -87,10 +87,6 @@ copy_img_to_mirror () { mkdir -p ${mirror_dir}/${time}/\${blend}/ || true fi if [ -d ${mirror_dir}/${time}/\${blend}/ ] ; then - if [ -f \${wfile}.bmap ] ; then - mv -v \${wfile}.bmap ${mirror_dir}/${time}/\${blend}/ - sync - fi if [ ! -f ${mirror_dir}/${time}/\${blend}/\${wfile}.img.zx ] ; then mv -v \${wfile}.img ${mirror_dir}/${time}/\${blend}/ sync @@ -108,11 +104,6 @@ copy_img_to_mirror () { archive_img () { if [ -f \${wfile}.img ] ; then - if [ ! -f \${wfile}.bmap ] ; then - if [ -f /usr/bin/bmaptool ] ; then - bmaptool create -o \${wfile}.bmap \${wfile}.img - fi - fi copy_img_to_mirror fi } -- GitLab