30065 Commits

Author SHA1 Message Date
polvi
1a27058858 Merge pull request #119 from polvi/oem-rackspace
feat(oem-rackspace): add rackspace as valid format option
2013-10-14 13:16:56 -07:00
polvi
799be0bcff Merge pull request #237 from polvi/oem-rackspace
add(coreos-base/oem-rackspace): added initial oem for rackspace
2013-10-14 12:19:04 -07:00
Alex Polvi
08c6e55231 fix ssh handling 2013-10-14 12:06:42 -07:00
Alex Polvi
522c846bcc use proper ssh key setup 2013-10-14 11:32:58 -07:00
Alex Polvi
4037db2a2a remove redundant resolv.conf setup 2013-10-14 11:22:52 -07:00
Alex Polvi
dcfcb00f5e feat(oem-rackspace): add rackspace as valid format option 2013-10-13 19:56:39 -07:00
Alex Polvi
98af20601f fix resolvconf.sh 2013-10-13 19:38:54 -07:00
Alex Polvi
9be7d7c130 add(coreos-base/oem-rackspace): added initial oem for rackspace 2013-10-13 19:23:50 -07:00
Brandon Philips
16119c8712 Merge pull request #236 from philips/etcd-0.1.2
feat(dev-db/etcd): bump to 0.1.2 release
2013-10-11 15:52:51 -07:00
Brandon Philips
a3d82af931 feat(dev-db/etcd): bump to 0.1.2 release 2013-10-11 15:30:17 -07:00
polvi
47fcc1da5c Merge pull request #117 from polvi/ami-test
initial multi region support
2013-10-10 13:20:16 -07:00
Michael Marineau
b4066aaf01 Merge pull request #118 from marineam/misc
misc updates
2013-10-10 11:55:11 -07:00
Michael Marineau
5adbfd8a32 fix(catalyst): Move catalyst scripts from lib to build_library.
Just seems like a better place for them.
2013-10-10 11:47:09 -07:00
Michael Marineau
456af72625 fix(setup_board): Remove unused support for special amd64-host boards.
This was some scheme for building packages using the SDK profile instead
of the normal target board profiles. We use catalyst instead so remove
this dead code. Ordering cleaned up slightly as well.
2013-10-10 11:46:58 -07:00
Alex Polvi
908d3368ba initial multi region support 2013-10-09 16:24:57 -07:00
Michael Marineau
505ef86bbd Merge pull request #116 from marineam/qemush
fix(qemu_template): Fix getopts usage in qemu wrapper script.
2013-10-09 11:10:34 -07:00
Michael Marineau
c96af93ba6 fun(set_lsb_release): New code name for version 100 2013-10-08 18:43:26 -07:00
Michael Marineau
c6f20655db fix(qemu_template): Fix getopts usage in qemu wrapper script.
Previously shifts were added into the getopts loop to work around
differences between different sh implementations but that causes getopts
to end the loop early. Instead use an intermediate variable to work
around inconsistent OPTIND behavior and explicitly check for the --
separator. Tested in bash, dash, and ash.
2013-10-08 13:35:10 -07:00
Michael Marineau
41d370493e Merge pull request #234 from marineam/ccache
Enable ccache
2013-10-07 13:47:32 -07:00
Michael Marineau
50697bd07b fix(profiles): Enable ccache by default.
This is such a huge win for repeated glibc and kernel compiles. :)
2013-10-07 12:39:10 -07:00
Michael Marineau
72eb0ed866 fix(profiles): Move FEATURES into profiles.
Move all obviously safe features into the coreos profiles to further
reduce the magic in make.conf, leave the more fast-and-loose options in
make.conf to keep them kinda "special".
2013-10-07 12:33:26 -07:00
Michael Marineau
75d67171b1 Merge pull request #58 from marineam/noclang
clean(sys-devel): Remove clang/llvm
2013-10-05 17:45:11 -07:00
Michael Marineau
e1b2acaf27 Merge pull request #233 from marineam/noclang
fix(coreos-base/hard-host-depends): Remove clang/llvm from SDK.
2013-10-05 17:44:55 -07:00
Michael Marineau
67f822a67b clean(sys-devel): Remove clang/llvm 2013-10-04 11:40:29 -07:00
Michael Marineau
8efddb70a4 fix(coreos-base/hard-host-depends): Remove clang/llvm from SDK.
Nothing should be using clang any more and just results in long compile
times when use flags change. Away with ye!
2013-10-04 11:32:25 -07:00
Brandon Philips
8295a79579 Merge pull request #57 from marineam/efitools
bump(app-crypt/efitools): sync with upstream
2013-10-03 15:50:42 -07:00
Michael Marineau
faf7bbaa89 bump(app-crypt/efitools): sync with upstream 2013-10-03 15:48:28 -07:00
Brandon Philips
9a49b6b628 Merge pull request #232 from philips/fix-blocking-local-target
fix(coreos-base/coreos-init): fix the blocking local.target
2013-10-03 15:19:55 -07:00
Brandon Philips
94b7b1ff06 fix(coreos-base/coreos-init): fix the blocking local.target 2013-10-03 15:18:04 -07:00
Brandon Philips
5b01b0b59f Merge pull request #56 from gregkh/app-crypt
feat(app-crypt/sbsigntool) update to latest upstream patches
2013-10-02 19:21:26 -07:00
Greg Kroah-Hartman
588150712b feat(app-crypt/sbsigntool) update to latest upstream patches
This fixes a bug in sbsigntool that would cause newer UEFI firmware
images to fail the signature check of the booting binary.  This would
always show up on any firmware that supported multi-key signatures of
binaries.
2013-10-02 19:17:05 -07:00
Brandon Philips
9b45892801 Merge pull request #55 from gregkh/app-crypt
feat(app-crypt/efitools) update to latest upstream version
2013-10-02 17:10:40 -07:00
Greg Kroah-Hartman
40396779be feat(app-crypt/efitools) update to latest upstream version 2013-10-02 16:52:45 -07:00
Brandon Philips
36b6776fc6 Merge pull request #230 from philips/docker-xz
fix(app-emulation/docker): docker now requires xz
2013-10-02 14:05:56 -07:00
Brandon Philips
014a61aab3 Merge pull request #231 from philips/fixup-local-enable
fix(coreos-base/coreos-init): fixup to use right systemctl path
2013-10-02 12:47:54 -07:00
Brandon Philips
bef65d7d85 fix(coreos-base/coreos-init): fixup to use right systemctl path 2013-10-02 12:47:12 -07:00
Brandon Philips
694c7f0991 fix(app-emulation/docker): docker now requires xz 2013-10-02 11:31:46 -07:00
Brandon Philips
5677a78f7f Merge pull request #229 from philips/oem-pxe-unlimited
feat(sys-kernel/bootengine): unlimited size
2013-10-02 10:42:34 -07:00
Brandon Philips
c40ff09de1 feat(sys-kernel/bootengine): unlimited size 2013-10-02 10:13:25 -07:00
Brandon Philips
aa44885d8c Merge pull request #115 from philips/fixup-pxe-instructions
fix(build_library): fix the pxe image instructions
2013-10-01 20:53:54 -07:00
Brandon Philips
178783f1c8 fix(build_library): fix the pxe image instructions
the args to the kernel have changed to state= and root=squashfs: also
make the boot be 1024Mb of RAM otherwise qemu falls over with initrds.
2013-09-30 17:05:55 -07:00
Brandon Philips
3d9684de2d Merge pull request #228 from philips/oem-pxe
feat(bootengine): add custom oem support
2013-09-30 16:41:24 -07:00
Brandon Philips
987087a204 feat(bootengine): add custom oem support 2013-09-30 15:54:36 -07:00
Greg Kroah-Hartman
f727095aa3 Merge pull request #54 from philips/git-in-image
bump(dev-vcs/git): sync with upstream
2013-09-29 18:54:40 -07:00
Greg Kroah-Hartman
598dbbe4c4 Merge pull request #226 from philips/bump-docker-0.6.3
Enable odcker by default
2013-09-29 18:54:18 -07:00
Greg Kroah-Hartman
ea58e34e74 Merge pull request #227 from philips/git-in-image
feat(coreos-base/coreos): add git to the base image
2013-09-29 18:53:39 -07:00
Brandon Philips
50769e018b feat(coreos-base/coreos): add git to the base image
git is too ubiquitous of a transport to ignore. People use it to pull in
scripts, containers with docker, syncronize configurations, etc. It is a
must have. Merge it.
2013-09-29 15:10:27 -07:00
Brandon Philips
41b4941b56 bump(dev-vcs/git): sync with upstream 2013-09-29 14:49:55 -07:00
Brandon Philips
4765674707 fix(coreos-base/coreos-init): aactually link in docker
linking in the docker unit didn't work because coreos-init didn't depend
on docker. Fix that!
2013-09-28 15:16:42 -07:00
Michael Marineau
1691957c27 Merge pull request #225 from philips/bump-docker-0.6.3
requirements for docker 0.6.3
2013-09-26 18:12:50 -07:00