gecko-dev/testing/docker/android-gradle-build
Nick Alexander 1dbcfec457 Bug 1252928 - Part 2: Turn android-gradle-build into a desktop-build clone. r=dustin
This container formerly defined a special Gradle project for fetching
dependencies.  This patch lays the ground-work to use the in-tree
Gradle project instead.  Using the in-tree project looks like first
starting a local Nexus repository to collect downloaded dependencies
(before.sh); then running a build which populates that repository; and
then packaging up the downloaded dependencies (after.sh).  The patch
after this will define the build which populates the repository.

Sadly there's no easy way to *inherit* from desktop-build, so this is
a copy-paste-modify clone.

MozReview-Commit-ID: Dd5Hj8hkJVk

--HG--
extra : rebase_source : dcfe245b23eb28e99b1506eebe053142c9e242b3
extra : histedit_source : f21014636de958c5ddf27ca2a1eb156e3c88bd78
2016-03-08 11:42:56 -08:00
..
bin Bug 1252928 - Part 2: Turn android-gradle-build into a desktop-build clone. r=dustin 2016-03-08 11:42:56 -08:00
buildprops.json Bug 1252928 - Part 2: Turn android-gradle-build into a desktop-build clone. r=dustin 2016-03-08 11:42:56 -08:00
Dockerfile Bug 1252928 - Part 2: Turn android-gradle-build into a desktop-build clone. r=dustin 2016-03-08 11:42:56 -08:00
oauth.txt Bug 1252928 - Part 2: Turn android-gradle-build into a desktop-build clone. r=dustin 2016-03-08 11:42:56 -08:00
README.md Bug 1247170 - Part 1: Add "android-gradle-build" Docker image. r=dustin,sebastian 2016-02-16 11:11:34 -08:00
REGISTRY Bug 1247170 - Part 1: Add "android-gradle-build" Docker image. r=dustin,sebastian 2016-02-16 11:11:34 -08:00
VERSION Bug 1247170 - Part 1: Add "android-gradle-build" Docker image. r=dustin,sebastian 2016-02-16 11:11:34 -08:00

This is a docker script for fetching Android Gradle dependenices for use in Mozilla's build clusters.