shrink expanded binary tarballs during installation

Bug #587442 reported by Giuseppe Maxia
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Sandbox
Confirmed
Low
Sandbox-developers

Bug Description

(from question #106904)
I propose you to use the code below to shrink the size of the archive as we certainly won't use test and debug files with MySQL SandBox :

clean_dirs.sh :

DIR=$1
if [ ! -d "$DIR" ]
then
  echo "Directory not found or not provided $1"
  exit
fi

cd $1
rm -rf docs/ mysql-test sql-bench/ bin/*test* bin/*debug*
strip bin/* lib/* 2>/dev/null
cd ..
echo "Directory $1 cleaned"

maybe an option should be added to make_sandbox and other utilities

Changed in mysql-sandbox:
status: New → Confirmed
Changed in mysql-sandbox:
importance: Undecided → Low
assignee: nobody → Sandbox-developers (sandbox-developers)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.