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

Unified Diff: gce/uploader_iteration.sh

Issue 1985973005: DevTools FE uploader: Update LASTCHANGE in addition to LASTCHANGE.blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chrome-devtools-frontend
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gce/uploader_iteration.sh
diff --git a/gce/uploader_iteration.sh b/gce/uploader_iteration.sh
index 840c30b302746cc0143bfe5545404e54d52e8bf8..a243d6283b564cf5d46fc05769b7d4e03bd93558 100755
--- a/gce/uploader_iteration.sh
+++ b/gce/uploader_iteration.sh
@@ -139,8 +139,10 @@ for REVISION in $REVISION_LIST; do
GYP_GENERATORS=ninja ../../tools/gyp/gyp --toplevel-dir="$DEVTOOLS_DIR" --depth=../../../.. --generator-output=../../../.. "$DEVTOOLS_GYP" || exit $EXIT_GYP_DEVTOOLS
popd
- LASTCHANGE_FILE="build/util/LASTCHANGE.blink"
+ LASTCHANGE_FILE="build/util/LASTCHANGE"
echo "LASTCHANGE=$REVISION" > $LASTCHANGE_FILE
+ LASTCHANGE_BLINK_FILE="build/util/LASTCHANGE.blink"
+ echo "LASTCHANGE=$REVISION" > $LASTCHANGE_BLINK_FILE
ninja -C out/Default devtools_frontend_resources || exit $EXIT_BUILD_FRONTEND
ZIP_FILE_NAME=devtools_frontend.zip
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698