Commit Graph

129 Commits

Author SHA1 Message Date
Jeremy Soller
c03d4bbb3f Merge pull request #12 from iori-yja/allow_build_on_freebsd
Allow build on FreeBSD
2017-06-04 17:42:35 -06:00
Iori Yoneji
7c14c6e970 Merge remote-tracking branch 'origin/master' into allow_build_on_freebsd 2017-06-04 17:57:11 +00:00
Iori Yoneji
dc0f56c2ad Merge branch 'master' into allow_build_on_freebsd 2017-06-04 17:54:03 +00:00
Iori Yoneji
08c8b2fba1 Switch submodule of libc-artifacts to point out to newer commit to be built on FreeBSD 2017-06-04 17:41:29 +00:00
Jeremy Soller
4f1aeff1ec Merge pull request #11 from ids1024/toolchain
Recipes for gcc, binutils, newlib
2017-06-04 05:32:09 -06:00
Ian Douglas Scott
c88984c5cf
Recipes for gcc, binutils, newlib 2017-06-03 20:12:48 -07:00
Jeremy Soller
c4b0a276b2 Remove pkgutils from setup.sh 2017-06-03 19:27:00 -06:00
Jeremy Soller
d4b058bdda Use cargo to run pkgutils 2017-06-03 19:25:14 -06:00
Jeremy Soller
7ee086d593 Update pkgutils 2017-06-03 19:23:58 -06:00
Jeremy Soller
f366a5dc3d Disable test build until libterm is fixed 2017-06-02 21:03:21 -06:00
Iori Yoneji
c1cc8afadf change shebang of shell script to make it work on both of Ubuntu or FreeBSD 2017-06-02 09:15:48 +00:00
Jeremy Soller
b91b2762d6 Update pkgutils, remove print from fetch.sh 2017-05-12 20:28:43 -06: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
ca8ba79ac2 Merge branch 'master' of https://github.com/redox-os/cookbook 2017-05-11 20:29:56 -06:00
Jeremy Soller
925eaba3a0 Move update-packages into repo command, use source timestamps 2017-05-11 20:29:07 -06:00
Jeremy Soller
6c05cf95a8 Merge pull request #10 from ids1024/cargo
Do not copy .cargo and libc-artifacts
2017-05-10 22:23:24 -06:00
Ian Douglas Scott
714bc32f17
Do not copy .cargo and libc-artifacts
Cargo searches parent directories for .cargo, so this is unnecessary.
2017-05-10 21:20:13 -07:00
Jeremy Soller
1fb6beca63 Stage pcid.toml 2017-05-10 21:50:41 -06:00
Jeremy Soller
0506e3602e Add installer 2017-05-10 19:48:00 -06:00
Jeremy Soller
06b260967e Add RedoxFS 2017-05-10 19:41:30 -06:00
Jeremy Soller
b3c50f1aa1 Add contain 2017-05-10 19:34:16 -06:00
Jeremy Soller
bacdbc0f30 Add more recipes 2017-05-09 21:45:03 -06:00
Jeremy Soller
70170d2914 Add version to drivers, remove /sbin staging 2017-05-09 21:16:02 -06:00
Jeremy Soller
4a18e61514 Move repo.toml 2017-05-07 16:11:21 -06:00
Jeremy Soller
0866033261 Add orbterm 2017-05-07 15:56:31 -06:00
Jeremy Soller
6188fc35e3 Add cook quiet to cook repo 2017-05-07 15:50:41 -06:00
Jeremy Soller
282bba2655 Add method to create summary toml 2017-05-07 15:47:42 -06:00
Jeremy Soller
207c3cb3c5 Build manifest and signature into repo 2017-04-25 19:55:24 -06:00
Jeremy Soller
fa389690bb Merge pull request #9 from ids1024/pkgutils
Use "pkg create" and generate package metadata file
2017-04-25 18:00:58 -06:00
Jeremy Soller
3be88e16c6 Remove tar recipe, as it is part of extrautils 2017-04-25 13:31:31 -06:00
Ian Douglas Scott
a092814806
Create package metadata file 2017-04-25 11:27:53 -07:00
Ian Douglas Scott
cad99ecff5
Use "pkg create" to build package 2017-04-24 21:40:12 -07:00
Ian Douglas Scott
6085656526
Have setup.py download pkgutils 2017-04-24 21:19:01 -07:00
Ian Douglas Scott
8074f78ea7
Add pkgutils submodule 2017-04-24 21:18:04 -07:00
Jeremy Soller
1efcd84aea Merge pull request #7 from ids1024/update-all
update-packages.sh improvements
2017-04-09 07:22:03 -06:00
Ian Douglas Scott
932de91161
Change $COOK_QUIET if condition 2017-04-08 19:07:12 -07:00
Jeremy Soller
ebe0a2ea40 Update artifacts 2017-04-08 19:47:09 -06:00
Jeremy Soller
401a2eee75 Add bindir to drivers 2017-04-08 19:28:49 -06:00
Jeremy Soller
891cf79d41 Merge pull request #8 from ids1024/drivers
Add drivers package
2017-04-08 19:25:41 -06:00
Ian Douglas Scott
792f7e1308
Add drivers package 2017-04-08 17:26:30 -07:00
Ian Douglas Scott
cd6d1f35d2
unstage and untar when updating in update-packages.sh 2017-04-08 15:58:26 -07:00
Ian Douglas Scott
571455c972
Avoid annoying verbosity in update-packages.sh 2017-04-08 15:58:26 -07:00
Jeremy Soller
16196f7479 Publish on clean build 2017-04-08 16:56:08 -06:00
Jeremy Soller
c2e315220b Publish packages in update 2017-04-08 16:50:18 -06:00
Jeremy Soller
7b0287c0a0 Disable uutils recipe for now 2017-04-08 16:44:07 -06:00
Jeremy Soller
b4de8fd4ae Update ci to use update-packages, fix update-packages by using fetch 2017-04-08 16:43:00 -06:00
Jeremy Soller
33f662cb58 Merge pull request #5 from ids1024/update-all
Add update-all.sh script to rebuild only out of date packages
2017-04-08 16:36:16 -06:00
Jeremy Soller
3e672562df Merge pull request #6 from ids1024/init
Add recipe for init
2017-04-08 16:31:00 -06:00