Skip to content

Commit

Permalink
[fuchsia] Remove trailing newline from build_id.template.
Browse files Browse the repository at this point in the history
The trailing newline in the build ID file is causing the CIPD packaging
scripts to generate packages with version tags ending in newlines.
This makes use of the CIPD command line tool because tags must be
specified verbatim, newlines and all.

This CL gets rid of that newline.

TBR=scottmg@chromium.org

Change-Id: I592a77d63ac4cb4f2c4fa09128468a9c96dc1aad
Reviewed-on: https://chromium-review.googlesource.com/1222195
Reviewed-by: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590773}
  • Loading branch information
Kevin Marshall authored and Commit Bot committed Sep 12, 2018
1 parent 09ae0ef commit e81e6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrunner/cipd/build_id.template
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@MAJOR@.@MINOR@.@BUILD@.@PATCH@
@MAJOR@.@MINOR@.@BUILD@.@PATCH@

0 comments on commit e81e6d7

Please sign in to comment.