Commit Graph

14 Commits

Author SHA1 Message Date
Jeremy Soller
ff5df44151 Fix repo script 2017-10-29 16:20:46 -06:00
Ian Douglas Scott
c19ba61a87
Make repo.sh accept --debug, and pass it to cook.sh 2017-10-26 22:30:50 -07:00
Jeremy Soller
d1c72f4de2 Add slashes after source and build to support symlinks 2017-09-16 12:05:01 -06:00
Jeremy Soller
7d06611aa9 Update source, not build, as Cargo.lock is now committed 2017-07-26 08:20:15 -06:00
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