From: <abe...@us...> - 2016-02-04 00:38:41
|
Revision: 7506 http://sourceforge.net/p/astlinux/code/7506 Author: abelbeck Date: 2016-02-04 00:38:39 +0000 (Thu, 04 Feb 2016) Log Message: ----------- master-build, for the install images, naming change, replace 'astlinux' with the 'board-type' so all the filenames will be unique Modified Paths: -------------- branches/1.0/scripts/master-build Modified: branches/1.0/scripts/master-build =================================================================== --- branches/1.0/scripts/master-build 2016-02-03 21:20:12 UTC (rev 7505) +++ branches/1.0/scripts/master-build 2016-02-04 00:38:39 UTC (rev 7506) @@ -41,7 +41,7 @@ mv "${ASTVER}.tar.gz" "$output_path/$firmware/$board/${ASTVER}.tar.gz" mv "${ASTVER}.tar.gz.sha1" "$output_path/$firmware/$board/${ASTVER}.tar.gz.sha1" - mv "${ASTVER}.img.gz" "$output_path/$img/$board/${ASTVER}-${ASTERISK_VERSION}.img.gz" + mv "${ASTVER}.img.gz" "$output_path/$img/$board/${board}-${ASTVER#astlinux-}-${ASTERISK_VERSION}.img.gz" rm -rf "${ASTVER}" } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |