Commit Graph

9418 Commits

Author SHA1 Message Date
Jeremy Soller
01b6d5de78 Merge pull request #71 from Nickforall/ncurses-patch
Fix ncurses failing to compile.
2017-08-15 11:43:59 -06:00
Nick Vernij
6d3e9cc1ef Fixed ncurses failing to compile.
Added a cpp flag that is required for certain versions of gcc.
2017-08-15 18:08:54 +02:00
Jeremy Soller
0ff24ae298 Merge pull request #69 from ids1024/uutils
Add symlinks to uutils package
2017-08-14 12:40:46 -06:00
Jeremy Soller
1174d20d75 Merge pull request #1027 from ids1024/uutils
Add uutils to filesystem.toml
2017-08-14 12:39:20 -06:00
Ian Douglas Scott
d306f65586
Add symlinks to uutils package 2017-08-14 11:21:57 -07:00
Ian Douglas Scott
b4e614d7a7
Add uutils to filesystem.toml 2017-08-14 11:13:33 -07:00
Jeremy Soller
d0490b1ea0 Merge pull request #68 from 7h0ma5/readline
Add recipe for readline
2017-08-14 09:59:17 -06:00
Jeremy Soller
936e204f17 Merge pull request #67 from 7h0ma5/master
Add recipe for ncurses
2017-08-14 09:58:45 -06:00
Thomas Gatzweiler
b6b80960e2 Add recipe for readline 2017-08-14 17:19:30 +02:00
Thomas Gatzweiler
f6c4c29a95 Add recipe for ncurses 2017-08-14 17:11:16 +02:00
Jeremy Soller
c436d81a09 Update Rust 2017-08-13 15:04:29 -06:00
Jeremy Soller
9012517d57 Merge pull request #1026 from michelboaventura/patch-2
Update README
2017-08-13 13:53:00 -06:00
Michel Boaventura
e629627805 Update README
The toolchain now is called ``x86_64-unknown-redox``
2017-08-13 14:39:04 -03:00
Jeremy Soller
3c5116424b Update redoxfs 2017-08-12 11:25:28 -06:00
Jeremy Soller
658d594fd2 Merge pull request #1024 from fengalin/docker_update
Update docker container build script and README
2017-08-12 07:47:42 -06:00
fengalin
c323f81b8c Update docker container build script and README
- Use https for redox apt repository
- Import the repository's key
- Update [toolchain packages' names](https://github.com/redox-os/cookbook/pull/59)
- Install `wget` which is needed by [coobook/recipes/xz](https://github.com/redox-os/cookbook/blob/master/recipes/xz/recipe.sh)
- Update README file to reflect the [discussion about when the submodules are needed](https://github.com/redox-os/redox/pull/1005#discussion_r129432929)
- Update README file to suggest using `make fetch all` in place of `make update all` since `Cargo.lock` files come with the sources now. See this [comment](https://github.com/redox-os/redox/issues/1021#issuecomment-320946322)

Note: current source tree generation requires runing the docker container with `bash -c RUSTFLAGS=\"-A unused_mut\" make fetch all` in place of `make fetch all`
2017-08-12 15:29:27 +02:00
Jeremy Soller
a61450e16a Update cookbook 2017-08-12 06:45:31 -06:00
Jeremy Soller
9175dec21e Update rust 2017-08-12 06:45:14 -06:00
Jeremy Soller
5a746d52f3 Merge pull request #65 from ids1024/patch-chown
Patch patch not to call chown
2017-08-12 06:32:25 -06:00
Jeremy Soller
e134924c8a Merge pull request #66 from ids1024/preserve
Pass -p to cp, to make running autotools unnecessary
2017-08-12 06:31:23 -06:00
Ian Douglas Scott
aedea229de
Pass -p to cp, to make running autotools unnecessary 2017-08-11 19:57:02 -07:00
Ian Douglas Scott
c9ed826f9d
Patch patch not to call chown 2017-08-11 18:37:51 -07:00
Jeremy Soller
fc43b45ff3 Merge pull request #64 from ids1024/pkg
Use system 'pkg' when run on Redox
2017-08-11 15:08:25 -06:00
Ian Douglas Scott
c6c877611d
Use system 'pkg' when run on Redox 2017-08-10 18:30:46 -07:00
Jeremy Soller
a2f26717ec Update kernel 2017-08-09 21:06:11 -06:00
Jeremy Soller
2a9817e5e6 Revert rust to upstream master 2017-08-09 20:49:42 -06:00
Jeremy Soller
9179e2d3e0 Update Rust 2017-08-09 20:48:48 -06:00
Jeremy Soller
7ff5b34480 Update kernel 2017-08-09 20:36:39 -06:00
Jeremy Soller
383cc2372e Merge branch 'master' of https://github.com/redox-os/redox 2017-08-09 20:36:20 -06:00
Jeremy Soller
1dcfd89250 Update cookbook 2017-08-09 20:36:13 -06:00
Jeremy Soller
8eba3003c6 Merge pull request #63 from ids1024/patch
Add recipe for patch
2017-08-08 21:10:49 -06:00
Ian Douglas Scott
58b8df2947
Add recipe for patch 2017-08-08 19:49:46 -07:00
Jeremy Soller
9fdd32a488 Merge pull request #62 from ids1024/extrautils-lzma
Make extrautils have xz as a build depend
2017-08-08 19:04:49 -06:00
Ian Douglas Scott
937c957516
Make extrautils have xz as a build depend 2017-08-08 17:47:48 -07:00
Jeremy Soller
25bb4c35d7 Merge pull request #61 from ids1024/xz
Add recipe for xz
2017-08-08 14:57:55 -06:00
Ian Douglas Scott
2aa8d85a46
Add recipe for xz 2017-08-08 13:30:42 -07:00
Jeremy Soller
3faf97539a Merge pull request #60 from ids1024/bash
Add recipe for bash
2017-08-07 22:01:24 -06:00
Ian Douglas Scott
d863ec6354
Add recipe for bash 2017-08-07 20:42:33 -07:00
Jeremy Soller
d21c8cc3d4 Update README.md 2017-08-07 20:41:32 -06:00
Jeremy Soller
88ddff174f Merge pull request #59 from ids1024/unknown
Use -unknown- instead of -elf-
2017-08-07 18:09:56 -06:00
Ian Douglas Scott
230fda9ecf
Use -unknown- instead of -elf- 2017-08-07 15:35:37 -07:00
Ian Douglas Scott
219464b4d0
Specify host in config.sh, not specific recipe 2017-08-07 14:16:43 -07:00
Jeremy Soller
95101b7dfe Update kernel 2017-08-06 15:42:46 -06:00
Ian Douglas Scott
07d58bde4c
Enable 'backtrace' feature in libstd, to allow backtraces 2017-08-03 21:29:14 -07:00
Jeremy Soller
785ef9a210 Update cookbook, installer 2017-08-02 21:17:23 -06:00
Jeremy Soller
072917c5df Update pkgutils 2017-08-02 21:16:57 -06:00
Jeremy Soller
183f2d5126 Update submodules 2017-08-02 19:56:07 -06:00
Jeremy Soller
1e2cf8a2b3 Use forked smith with newer termion, update pkgutils 2017-08-02 19:54:55 -06:00
Jeremy Soller
98a2e0f58c Update kernel 2017-08-02 19:07:09 -06:00
Jeremy Soller
6e0c0a0894 Update kernel and redoxfs 2017-08-02 19:00:13 -06:00