Skip to content
Snippets Groups Projects
Commit 18716a3b authored by Karsten Böddeker's avatar Karsten Böddeker
Browse files

print the version name/number at the end of build

parent a0da5589
No related branches found
No related tags found
No related merge requests found
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment