History log of /external/deqp/scripts/make_release.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3c77ed4e119083afaec64a173bfdcf024c271635 06-Jan-2015 Jarkko Pöyry <jpoyry@google.com> Add copyright banner to scripts.

Change-Id: I76ada41d0783c658aa3208475650f7d8fb8e6fd4
/external/deqp/scripts/make_release.py
1de3ceccb54eb098350110f9c26fc0feba44de75 20-Nov-2014 Pyry Haulos <phaulos@google.com> Use git commit id as release identifier in development builds

This change adds support for using latest git commit id as release name
and id. This is done only if:

1) No existing release info file is detected. Release script will
generate that file so actual release builds won't accidentally use
development identifiers.

2) .git dir is detected.

3) Python binary is found, so this change doesn't add mandatory
build-time dependency to python.

Bug: 18445909
Change-Id: I3253b8b05f14e507774bb43331872607ffe6c1d0
/external/deqp/scripts/make_release.py
290f32ab4cdac8866be121c3da33bb187333f4ab 29-Oct-2014 Pyry Haulos <phaulos@google.com> First iteration of new release script

This change restores release script from the grave and adapts it to the
new environment. Releases are now defined by a simple configuration
(source-only, bin-only, or both) and unique name. Android APK and linux64
utility binaries are currently built but not tested.

Additionally, deprecated license checks have been removed from qpInfo and
tcuApp.

Change-Id: If5073f65e7a91ec60fa7d903c9e9cfd196075944
/external/deqp/scripts/make_release.py