mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
1dbcfec457
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 |
||
---|---|---|
.. | ||
bin | ||
buildprops.json | ||
Dockerfile | ||
oauth.txt | ||
README.md | ||
REGISTRY | ||
VERSION |
This is a docker script for fetching Android Gradle dependenices for use in Mozilla's build clusters.