Commit Graph

10 Commits

Author SHA1 Message Date
Jose Narvaez
bd0d732adc The cookbook scripts assume they have GNU utilities
available this causes problems in macOS which has an
BSD userland. With these changes we will use the GNU
`find` and `stat` installed by the now modified boostrap
script on https://github.com/redox-os/redox/pull/995.

Details

- Using `find` from Homebrew/MacPorts `findutils` package on macOS.
- Using `stat` from Homebrew/MacPorts `coreutils` package on macOS.
2017-07-13 22:03:04 +01:00
Jeremy Soller
9f7b51d77d Replace .tar with .tar.gz in repo.sh 2017-06-18 15:18:20 -06:00
Ian Douglas Scott
936511ae63
Actually, don't rely on recipe being commited to git 2017-06-12 08:41:22 -07:00
Ian Douglas Scott
749c00d533
Have repo.sh check if recipe/patches have been updated 2017-06-12 08:34:21 -07:00
Jeremy Soller
66e7642ce6 Fix -e 2017-06-04 19:13:57 -06:00
Iori Yoneji
dc0f56c2ad Merge branch 'master' into allow_build_on_freebsd 2017-06-04 17:54:03 +00:00
Jeremy Soller
a48475e408 Improve rebuild logic 2017-05-12 20:26:09 -06:00
Jeremy Soller
b3ad568eda Keep fetch logic if source does not exist 2017-05-11 20:54:12 -06:00
Jeremy Soller
362af48613 Ignore git directory, move fetch logic into seperate file 2017-05-11 20:53:21 -06:00
Jeremy Soller
925eaba3a0 Move update-packages into repo command, use source timestamps 2017-05-11 20:29:07 -06:00