Commit 297e88eb authored by vasil's avatar vasil

Do not calculate MD5 sums of the archives. Not necessary in this simple script.

Keep it simple.
parent 5f15db25
......@@ -40,8 +40,6 @@ scripts/make_binary_release.sh
scripts/make_source_release.sh
"
MD5_CMD="md5"
# get MySQL sources
# pick one mirror from http://dev.mysql.com/downloads/mirrors.html
#wget ftp://ftp.easynet.be/mysql/Downloads/MySQL-${MYSQL_BRANCH}/${MYSQL_ARCHIVE}
......@@ -92,9 +90,4 @@ mv innobase ${INNODB_DIR}
tar -cf - ${INNODB_DIR} |gzip -9 > ../../${INNODB_DIR}.tar.gz
tar -cf - ${INNODB_DIR} |bzip2 > ../../${INNODB_DIR}.tar.bz2
cd ../..
${MD5_CMD} ${INNODB_DIR}.tar.gz
${MD5_CMD} ${INNODB_DIR}.tar.bz2
# EOF
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment