diff options
| author | Cory Fields <[email protected]> | 2015-05-13 21:12:04 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-05-14 01:33:07 -0400 |
| commit | 235b3a789d6c54b042a241ffcfaba4404f6245fa (patch) | |
| tree | 3e96e49c64c89b5ad44389268dd5756ee1095560 /depends/README.packages | |
| parent | Merge pull request #6125 (diff) | |
| download | discoin-235b3a789d6c54b042a241ffcfaba4404f6245fa.tar.xz discoin-235b3a789d6c54b042a241ffcfaba4404f6245fa.zip | |
depends: sanity-check sources and cached builds
In some cases (Travis), sources and build caches may be moved around in-between
builds, and we can't necessarily trust that everything is still intact.
This introduces pre-build checks that verify against stashed checksums.
Note that this will cause all sources to be re-downloaded, since cached sources
weren't trustworthy before this.
Diffstat (limited to 'depends/README.packages')
| -rw-r--r-- | depends/README.packages | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/depends/README.packages b/depends/README.packages index 5ab7ed7de..6d87402eb 100644 --- a/depends/README.packages +++ b/depends/README.packages @@ -30,7 +30,9 @@ These variables are optional: Names of any other packages that this one depends on. $(package)_patches: Filenames of any patches needed to build the package - + $(package)_extra_sources: + Any extra files that will be fetched via $(package)_fetch_cmds. These are + specified so that they can be fetched and verified via 'make download'. Build Variables: After defining the main identifiers, build variables may be added or customized |