From ffe81e02e13fdd5f4f0b378d61286f36361515a2 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 9 Nov 2015 14:33:10 -0600 Subject: [PATCH] scaleway: run localy Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- publish/rcn-ee_scaleway_bb.org-stable.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/publish/rcn-ee_scaleway_bb.org-stable.sh b/publish/rcn-ee_scaleway_bb.org-stable.sh index 234d8468b..ce3c62050 100755 --- a/publish/rcn-ee_scaleway_bb.org-stable.sh +++ b/publish/rcn-ee_scaleway_bb.org-stable.sh @@ -203,15 +203,4 @@ __EOF__ chmod +x ${DIR}/deploy/gift_wrap_final_images.sh -#if [ ! -d /mnt/farm/images/ ] ; then - #nfs mount... -# sudo mount -a -#fi - -#if [ -d /mnt/farm/images/ ] ; then -# mkdir /mnt/farm/images/${time}/ -# cp -v ${DIR}/deploy/*.tar /mnt/farm/images/${time}/ -# cp -v ${DIR}/deploy/gift_wrap_final_images.sh /mnt/farm/images/${time}/gift_wrap_final_images.sh -# chmod +x /mnt/farm/images/${time}/gift_wrap_final_images.sh -#fi -- GitLab