Commit 0fc493d0 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2400 from uberhacker/add-chromeos-release-constant

Add CHROMEOS_RELEASE constant
parents 6d3ccc37 acb47033
......@@ -29,3 +29,5 @@ CREW_NOT_COMPRESS = ENV["CREW_NOT_COMPRESS"]
CREW_NOT_STRIP = ENV["CREW_NOT_STRIP"]
USER = `whoami`.chomp
CHROMEOS_RELEASE = `grep CHROMEOS_RELEASE_CHROME_MILESTONE= /etc/lsb-release | cut -d'=' -f2`.chomp
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment