From: <abe...@us...> - 2015-10-05 16:32:43
|
Revision: 7256 http://sourceforge.net/p/astlinux/code/7256 Author: abelbeck Date: 2015-10-05 16:32:41 +0000 (Mon, 05 Oct 2015) Log Message: ----------- build system, add 'Maintainer upload command:' for easy copy-paste, should have added this years ago Modified Paths: -------------- branches/1.0/toolchain/getter_script.sh Modified: branches/1.0/toolchain/getter_script.sh =================================================================== --- branches/1.0/toolchain/getter_script.sh 2015-10-05 16:20:55 UTC (rev 7255) +++ branches/1.0/toolchain/getter_script.sh 2015-10-05 16:32:41 UTC (rev 7256) @@ -34,6 +34,9 @@ exit 0 else echo "$FILE failed verification - exiting" + echo "##" + echo "## Maintainer upload command: ./scripts/upload-dl-pair dl/$FILE" + echo "##" exit 1 fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |