Commit Graph

9293 Commits

Author SHA1 Message Date
Jeremy Soller
58f69731ae Update cookbook and redoxfs 2017-07-17 19:36:53 -06:00
Jeremy Soller
7dd922b0f0 Update Rust 2017-07-17 16:34:07 -06:00
Jeremy Soller
3d993e2408 Merge pull request #51 from ids1024/gitsha
Override git sha1 implementation
2017-07-17 11:11:24 -06:00
Ian Douglas Scott
7cab4d678e
Override git sha1 implementation 2017-07-17 10:06:48 -07:00
Jeremy Soller
281bbfcb4b Merge pull request #998 from richiejp/bootstrap_correct_fuse
bootstrap.sh: Use correct FUSE package for SUSE
2017-07-16 09:51:34 -06:00
Richard Palethorpe
6376797a35 bootstrap.sh: Use correct FUSE package for SUSE 2017-07-16 17:18:40 +02:00
Jeremy Soller
527ee09c94 Update cookbook and kernel 2017-07-14 19:18:19 -06:00
Jeremy Soller
d47ac8541a Merge pull request #50 from ids1024/pastel
Fix pastel recipe; add 'mkdir'
2017-07-14 12:57:49 -06:00
Ian Douglas Scott
fd74cc3eb5
Fix pastel recipe; add 'mkdir' 2017-07-14 10:36:58 -07:00
Jeremy Soller
0428a2497b Merge pull request #996 from goyox86/goyox86/fix-copy-paste-boostrap
Fixing copy-paste error on boostrap scripts for macOS.
2017-07-14 07:03:57 -06:00
Jose Narvaez
5f67443619 Fixing copy-paste error on boostrap scripts for macOS. 2017-07-14 11:21:34 +01:00
Jeremy Soller
5b78bf1d6c Add pastel recipe 2017-07-13 21:55:52 -06:00
Jeremy Soller
ded9e8c46c Merge pull request #49 from ids1024/find
Add recipe for uutils findutils
2017-07-13 21:19:24 -06:00
Ian Douglas Scott
805492a745
Add recipe for uutils findutils 2017-07-13 20:17:57 -07:00
Jeremy Soller
b310107231 Update cookbook, kernel 2017-07-13 20:04:16 -06:00
Jeremy Soller
64eca63fc8 Merge branch 'master' of https://github.com/redox-os/redox 2017-07-13 20:03:43 -06:00
Jeremy Soller
227f006b77 Update rust 2017-07-13 20:03:38 -06:00
Jeremy Soller
11e400bd12 Merge pull request #48 from ids1024/sed
Recipe for sed
2017-07-13 18:41:55 -06:00
Ian Douglas Scott
81afdbacab
Recipe for sed 2017-07-13 16:24:17 -07:00
Jeremy Soller
d66be81ab9 Merge pull request #995 from goyox86/goyox86/fix-build-macos
Tweaks to Makefiles to be able to build the kernel on macOS again.
2017-07-13 16:09:27 -06:00
Jeremy Soller
53653625f3 Merge pull request #47 from goyox86/goyox86/macos-fixes
Detecting find and stat from Homebrew/MacPorts on macOS
2017-07-13 16:08:38 -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
Jose Narvaez
8a43b5a3e5 Small fixes to Makefiles to be able to build the kernel on
macOS again.

Details

- We are using the toolchain compiler and archiver in order
to generate a proper ELF file when building the 'raw-cpuid'
crate C code which is currently being compiled by the macOS
toolchain.

- I added the 'findutils' and 'coreutils' Homebrew/MacPorts
packages to the bootstrap script in order to setup the proper
environment for the cookbook scripts (as the assume GNU tools).
This should be temporary until the cookbook scripts get migrated
to Rust.
2017-07-13 21:09:47 +01:00
Jeremy Soller
18c2211db4 Update rust 2017-07-12 20:46:32 -06:00
Jeremy Soller
f4100d40bd Update submodules 2017-07-12 18:28:05 -06:00
Jeremy Soller
3b91c1599e Merge pull request #992 from ids1024/fetch
"make fetch" target
2017-07-12 18:20:48 -06:00
Jeremy Soller
387c662281 Merge pull request #46 from ids1024/gawk
Recipe for gawk
2017-07-12 07:07:02 -06:00
Ian Douglas Scott
90abdadb7b
Recipe for gawk 2017-07-11 21:34:00 -07:00
Ian Douglas Scott
90e5b64905
"make fetch" target 2017-07-10 20:04:40 -07:00
Jeremy Soller
60e83318e9 Update cookbook 2017-07-10 20:36:40 -06:00
Jeremy Soller
eef05d902a Update kernel 2017-07-10 20:33:41 -06:00
Jeremy Soller
55eaf12d3a Merge pull request #45 from ids1024/py
Remove some changes to python that are unneeded now
2017-07-10 18:51:17 -06:00
Ian Douglas Scott
9899e787eb
Remove some changes to python that are unneeded now 2017-07-10 17:11:58 -07:00
Jeremy Soller
ca4159b1ec Update kernel 2017-07-09 21:34:49 -06:00
Jeremy Soller
e9fd36bcdd Update redoxfs 2017-07-09 18:51:38 -06:00
Jeremy Soller
e52c3c1002 Merge pull request #988 from ids1024/group
'user' and 'root' groups
2017-07-09 16:15:39 -06:00
Jeremy Soller
63eb98cf60 Merge pull request #44 from xTibor/rustual-boy
Add rustual-boy recipe
2017-07-09 16:15:07 -06:00
Jeremy Soller
074c16ff89 Merge pull request #43 from ids1024/repo
Fix repo.sh call for build depends
2017-07-09 16:11:42 -06:00
Jeremy Soller
c1c9442ec9 Update redoxfs 2017-07-09 15:54:21 -06:00
Jeremy Soller
57aaf04a65 Update kernel 2017-07-09 15:43:59 -06:00
Ian Douglas Scott
108014e8f7
'user' and 'root' groups 2017-07-09 14:18:59 -07:00
Tibor Nagy
ff577e7dc3 Add rustual-boy recipe 2017-07-09 20:53:33 +02:00
Ian Douglas Scott
b0e362c353
Fix repo.sh call for build depends 2017-07-09 09:27:56 -07:00
Ian Douglas Scott
7ebac4fd31
Revert "Attempt to work around jenkins issue"
This reverts commit 1a67b4b2ff.
2017-07-09 09:27:24 -07:00
Jeremy Soller
d7876faec9 Update RedoxFS 2017-07-09 10:25:46 -06:00
Jeremy Soller
c6cd2396c0 Update cookbook 2017-07-09 08:41:20 -06:00
Jeremy Soller
1a67b4b2ff Attempt to work around jenkins issue 2017-07-09 08:41:06 -06:00
Jeremy Soller
1c6bf048d2 Merge pull request #42 from 7h0ma5/master
Recipe for nasm
2017-07-09 08:11:22 -06:00
Thomas Gatzweiler
b6269c428f Recipe for nasm 2017-07-09 15:48:18 +02:00
Jeremy Soller
31671ae3d9 Update kernel 2017-07-08 19:51:10 -06:00