30065 Commits

Author SHA1 Message Date
Michael Marineau
47cd160e0e Merge pull request #1218 from marineam/config-wrapper
scripts: do not include board binaries in $PATH
2015-04-24 18:04:29 -07:00
Eugene Yakubovich
b01d70faa9 Merge pull request #1225 from eyakubovich/flannel-0.4
flannel: support for aws-vpc backend and bump to 0.4.0
2015-04-24 15:16:58 -07:00
Eugene Yakubovich
cc8ae10735 flannel: support for aws-vpc backend and bump to 0.4.0
aws-vpc backend expects AWS credentials to be passed via
env vars. Propogate them into the container via --env.
2015-04-24 15:13:45 -07:00
Alex Crawford
4a25ea0f41 Merge pull request #1223 from crawford/etcd2
oem-*: fix etcd2 peer election option
2015-04-24 14:33:16 -07:00
Alex Crawford
400e754b61 oem-*: fix etcd2 peer election option 2015-04-24 10:59:30 -07:00
Michael Marineau
8531f85cb1 oem/ami: add support for publishing AMIs in us-gov-west-1
A few general changes:
 - Use https for EC2 endpoint URLs
 - Remove parallelism from prod-publish, was launching enough Java
   processes at once to trigger OOM :(
 - Only share snapshots with Amazon in us-east-1: only needed for
   marketplace listing and marketplace only uses us-east-1.
2015-04-23 23:26:45 -07:00
Michael Marineau
f1a80ff4fd Merge pull request #1222 from marineam/fix-build
update_engine: fix build with USE=delta_generator
2015-04-23 21:04:57 -07:00
Michael Marineau
fa6e529371 update_engine: fix build with USE=delta_generator
Pull in https://github.com/coreos/update_engine/pull/69
2015-04-23 21:00:30 -07:00
Nick Owens
be07c432b2 Merge pull request #189 from mischief/curl-7.42
bump(net-misc/curl): sync with upstream
2015-04-23 16:19:42 -07:00
mjg59
0ce635c1d1 Merge pull request #397 from mjg59/master
Add support for signed kernels
2015-04-23 16:10:25 -07:00
mischief
1ef024f253 bump(net-misc/curl): sync with upstream 2015-04-23 13:57:45 -07:00
mjg59
166ac4fdf6 Merge pull request #1221 from mjg59/master
Update update_engine ebuild
2015-04-23 13:42:54 -07:00
Matthew Garrett
760e4c373e Update update_engine ebuild 2015-04-23 12:28:51 -07:00
mjg59
ba72938a40 Merge pull request #1217 from mjg59/master
Add secure boot code
2015-04-23 12:23:03 -07:00
Matthew Garrett
d3eb1116f7 Update grub to include secure boot secure code
Pull in a version of grub with our secure boot support code.
2015-04-23 12:18:04 -07:00
Matthew Garrett
51e00171b1 Add shim
We need shim available in order to provide image verification support in
grub.
2015-04-23 12:18:04 -07:00
Nick Owens
3468386d7d Merge pull request #1220 from mischief/docker-1.6.0
app-emulation/docker: bump to v1.6.0
2015-04-23 09:25:09 -07:00
mischief
2e5a8e092d app-emulation/docker: bump to v1.6.0
this commit also removes a patch by brandon philips which was applied to
upstream docker.
2015-04-22 20:32:27 -07:00
Michael Marineau
f9d60ab50a Merge pull request #1219 from coreos/revert-1211-docker-1.6.0
Revert "app-emulation/docker: bump to v1.6.0"
2015-04-22 19:37:11 -07:00
Michael Marineau
5f291387d7 Revert "app-emulation/docker: bump to v1.6.0" 2015-04-22 19:35:17 -07:00
Michael Marineau
edfed4227d Merge pull request #403 from marineam/scripts
oem/ami: update path to ami scripts directory
2015-04-22 19:15:43 -07:00
Michael Marineau
38d89a50b1 scripts: do not include board binaries in $PATH
The wrapper for `foo-config` style scripts updated `$PATH` so it could
call the real script by name instead of full path. However this means
that calls to shell utilities like `sed` may use the board's version
instead of the build host's. This hasn't been a problem in the past
because the board and host happened to be compatible but this may not
always be true.

In other news, come on people, switch to pkg-config already.
2015-04-22 18:47:27 -07:00
Michael Marineau
41a64f6da1 oem/ami: update path to ami scripts directory
The ami builder host now has a proper checkout of the scripts repo.
2015-04-22 18:33:07 -07:00
Michael Marineau
3f31d79c07 Merge pull request #188 from marineam/go
bump(dev-lang/go): sync with upstream
2015-04-22 18:20:38 -07:00
Michael Marineau
869af3ff8e Merge pull request #1211 from carmstrong/docker-1.6.0
app-emulation/docker: bump to v1.6.0
2015-04-22 18:19:23 -07:00
Michael Marineau
ff06757ada bump(dev-lang/go): sync with upstream 2015-04-22 17:45:08 -07:00
Michael Marineau
f64af7a67d Merge pull request #1204 from marineam/update_engine
update_engine: convert to autotools and make
2015-04-22 17:42:58 -07:00
Matthew Garrett
9579f4d68a Update grub configuration to handle ESP kernels, build it into grub
The grub configuration needs some updates to handle dealing with booting
the kernel from the ESP rather than from inside the image. We also want to
be able to avoid dealing with signing the config file, so build it into the
binary. Finally, rather than having to cope with signing grub modules, build
the ones we need to boot into the grub image.
2015-04-22 11:37:15 -07:00
Alex Crawford
2177f88089 Merge pull request #187 from crawford/dracut
bump(sys-kernel/dracut): sync with upstream
2015-04-21 17:05:16 -07:00
Nick Owens
b5b169fca9 Merge pull request #1215 from mischief/systemd-ebuild
sys-apps/systemd: add gnuefi use from upstream ebuild
2015-04-21 17:04:01 -07:00
Nick Owens
7a138b1557 sys-apps/systemd: add gnuefi use from upstream ebuild
fixes live ebuild by disabling gnuefi in configure script
2015-04-21 16:55:22 -07:00
Michael Marineau
02dcb2790b Merge pull request #402 from marineam/vmdk
vm_image_util: add support for VMDK images for EC2 AMIs
2015-04-21 16:38:28 -07:00
Michael Marineau
c81228b60f Merge pull request #401 from marineam/import
oem/ami: make import zone and bucket conferable
2015-04-21 16:32:41 -07:00
Michael Marineau
db2404664a oem/ami: make import zone and bucket configurable
The intent is to export the bucket and optionally the zone in the
environment alone with the AWS auth credentials.
2015-04-21 16:29:12 -07:00
Michael Marineau
12c53080a4 vm_image_util: add support for VMDK images for EC2 AMIs
Lets us avoid larger data transfers when importing images.
2015-04-21 16:27:37 -07:00
Alex Crawford
7ece0ba0a8 Merge pull request #1214 from crawford/profiles
profiles: clean up dracut version
2015-04-21 15:39:37 -07:00
Alex Crawford
04d4415341 profiles: clean up dracut version 2015-04-21 15:35:35 -07:00
Michael Marineau
6697409da6 Merge pull request #1210 from mjg59/fix_efitools
Fix efitools build failure
2015-04-21 14:23:20 -07:00
Alex Crawford
c42218e8c3 bump(sys-kernel/dracut): sync with upstream 2015-04-21 14:03:20 -07:00
Patrick Baxter
93f7c07727 Merge pull request #1213 from pbx0/mantle
mantle: bump to use commit with fixed build
2015-04-21 13:24:07 -07:00
Patrick Baxter
ba3163fddc mantle: bump to use commit with fixed build 2015-04-21 13:19:19 -07:00
Michael Marineau
1e623f3eb6 Merge pull request #400 from marineam/import
oem/ami: add new import script, replaces build_ebs_on_ec2.sh
2015-04-21 11:55:39 -07:00
Michael Marineau
1508b44722 oem/ami: add new import script, replaces build_ebs_on_ec2.sh
This script uses the EC2 volume import tools instead of attaching and
writing to an EBS volume. This mechanism will be useful for creating
AMIs in isolated EC2 regions and can be run from any host with API
access and the EC2 tools.

TODO: Allow region to be specified and automatically create region-local
S3 buckets as needed. This version hard codes a bucket only usable by
our dev AWS account, not prod. Later on: move to a more compact disk
format like VMDK.
2015-04-21 11:54:50 -07:00
Patrick Baxter
07f6782a61 Merge pull request #1212 from pbx0/mantle
mantle: bump to 0.0.5 to include latest GCE platform work
2015-04-21 11:50:39 -07:00
Patrick Baxter
c03ff3945a mantle: bump to 0.0.5 to include latest GCE platform work 2015-04-21 11:24:12 -07:00
Chris Armstrong
2d47f961bc app-emulation/docker: bump to v1.6.0 2015-04-20 17:09:26 -07:00
Matthew Garrett
a4297b4c70 Fix efitools build failure
A dependency in the efitools Makefile was incorrect, resulting in it failing
on systems with large numbers of cores.
2015-04-20 14:00:37 -07:00
Michael Marineau
e0fc307650 Merge pull request #186 from marineam/updates
Update eclasses and profiles
2015-04-19 00:04:27 -07:00
Michael Marineau
a461fc8749 chore(metadata): Regenerate cache 2015-04-18 12:47:55 -07:00
Michael Marineau
4d5dbe15d6 app-text/rarian: remove unused and broken package 2015-04-18 12:47:55 -07:00