Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-04 | depends: fix typo in source downloading. Regression from c897b1e732. | Cory Fields | |
Some sources are renamed after download, since the filenames don't play nice with (for example) gitian. This fixes the rename. Needed for OSX build as it renames a file. | |||
2014-08-22 | depends: add a fallback path in case package sources go missing | Cory Fields | |
If a source url fails to download, try again at $FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be overridden by the user. | |||
2014-08-15 | depends: fix shasum on osx < 10.9 | Cory Fields | |
Shasum verification from stdin doesn't work there, so we write to a file instead. Formatted a bit too. | |||
2014-08-08 | depends: add shared dependency builder | Cory Fields | |
See the README's in depends for documentation |