소스 검색

print the version name/number at the end of build

Karsten Böddeker 8 년 전
부모
커밋
18716a3b93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -282,6 +282,6 @@ cp -p "${build_info_path}" "${VERSIONS_INFO_DIR}/${VERSION}"
 [ "$?" -eq "0" ] || abort "Failed to save gluon-opkg-key, try to execute 'cp ${GLUON_BUILD_DIR}/gluon-opkg-key* ${KEY_DIR}/' manually"
 
 # The end. Finally.
-success "We're done, go and enjoy your new firmware in ${OUTPUT_DIR}/${BRANCH}!"
+success "We're done, go and enjoy your new firmware (${VERSION}) in ${OUTPUT_DIR}/${BRANCH}!"
 popd > /dev/null #${MY_DIR}