From: <abe...@us...> - 2016-06-17 15:56:02
|
Revision: 7726 http://sourceforge.net/p/astlinux/code/7726 Author: abelbeck Date: 2016-06-17 15:56:00 +0000 (Fri, 17 Jun 2016) Log Message: ----------- No longer upload '.img.gz' files since they are contained in the '.iso' files Modified Paths: -------------- branches/1.0/scripts/master-upload Modified: branches/1.0/scripts/master-upload =================================================================== --- branches/1.0/scripts/master-upload 2016-06-17 15:50:31 UTC (rev 7725) +++ branches/1.0/scripts/master-upload 2016-06-17 15:56:00 UTC (rev 7726) @@ -138,7 +138,7 @@ done # Upload .img.gz flash images -upload_flash_images "$input_path/img" "downloads/img" +#upload_flash_images "$input_path/img" "downloads/img" # Upload .iso installer images upload_iso_images "$input_path/iso" "downloads/iso" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |