Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: src/scripts/archive_build.sh

Issue 716001: Add script to package hwqual release from buildbot artifacts. (Closed)
Patch Set: fixes Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/scripts/archive_hwqual » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/archive_build.sh
diff --git a/src/scripts/archive_build.sh b/src/scripts/archive_build.sh
index 3259bb129934597351a5abd004805ec6d2e0dc5d..b09ed8e64975cd96eab0c212802cb047e9763cec 100755
--- a/src/scripts/archive_build.sh
+++ b/src/scripts/archive_build.sh
@@ -114,6 +114,14 @@ echo "$LAST_CHANGE" > "${FLAGS_to}/LATEST"
chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
chmod 755 "$OUTDIR"
+if [ $FLAGS_official_build -eq $FLAGS_TRUE ]
+then
+ echo "Creating hwqual archive"
+ HWQUAL_NAME="chromeos-hwqual-${FLAGS_board}-${CHROMEOS_VERSION_STRING}"
+ "${SCRIPTS_DIR}/archive_hwqual" --from "${OUTDIR}" \
+ --output_tag "${HWQUAL_NAME}"
+fi
+
# Purge old builds if necessary
if [ $FLAGS_keep_max -gt 0 ]
then
« no previous file with comments | « no previous file | src/scripts/archive_hwqual » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698