Commit acb47033 authored by Ed Reel's avatar Ed Reel

Add CHROMEOS_RELEASE constant

parent 6d3ccc37
......@@ -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