30065 Commits

Author SHA1 Message Date
Alex Crawford
3b8c8a5bf0 Merge pull request #1509 from crawford/ignition-udev
sys-apps/ignition: remove udev trigger
2015-09-02 14:25:48 -07:00
Alex Crawford
500486d677 sys-kernel/bootengine: update Ignition trigger 2015-09-02 13:54:27 -07:00
Alex Crawford
dac4630cd5 sys-apps/ignition: remove udev trigger
On first boot, GRUB will add coreos.first_boot=1 to the kernel
parameters.  A generator will then add Ignition as a dependency.
2015-09-02 13:54:27 -07:00
Rob Szumski
000a472310 Merge pull request #446 from endocode/master
contrib: fixed outdated virtualbox etcd2 script
2015-09-02 08:56:26 -07:00
Michael Marineau
afc0c51579 Merge pull request #451 from marineam/vmdk
oem/ami: add support for importing VMDK images
2015-09-01 16:22:47 -07:00
Michael Marineau
7acc0759dc oem/ami: add support for importing VMDK images 2015-09-01 16:20:17 -07:00
Michael Marineau
b31d986448 Merge pull request #449 from marineam/roadmap
ROADMAP: revise to reflect current priorities
2015-09-01 14:40:59 -07:00
Alex Crawford
4625a3a917 Merge pull request #450 from crawford/first-boot
grub: add coreos.first_boot kernel param
2015-09-01 14:38:04 -07:00
Alex Crawford
9fb9442576 grub: add coreos.first_boot kernel param 2015-09-01 14:35:43 -07:00
Michael Marineau
b0898bd1f8 ROADMAP: revise to reflect current priorities 2015-09-01 13:43:29 -07:00
Alex Crawford
ea2ad35dc3 Merge pull request #448 from crawford/ignition
grub: run Ignition on first boot
2015-09-01 12:04:54 -07:00
Alex Crawford
aabb73f139 Merge pull request #1508 from aaronlevy/kube-v1.0.4
app-admin/kubelet: bump to v1.0.4
2015-09-01 11:30:55 -07:00
Aaron Levy
0050f8907b app-admin/kubelet: bump to v1.0.4 2015-09-01 11:10:32 -07:00
Alex Crawford
b475cb2ea3 grub: run Ignition on first boot 2015-08-31 23:02:25 -07:00
Alex Crawford
268d96e062 Merge pull request #1507 from crawford/grub
sys-boot/grub: add search by disk uuid
2015-08-31 19:32:54 -07:00
Alex Crawford
225a69f02b sys-boot/grub: add search by disk uuid 2015-08-31 19:14:13 -07:00
Michael Marineau
66e74d39d9 Merge pull request #1505 from glevand/for-merge-docker-2
app-emulation/docker: Fix bad WORKON_COMMIT
2015-08-31 15:15:44 -07:00
Michael Marineau
3775382821 Merge pull request #1506 from marineam/docker
docker: fix git hash
2015-08-31 15:15:00 -07:00
Michael Marineau
170f6d35bf docker: fix git hash
Commit 1ef6648b011 got the latest git hash wrong. :(
2015-08-31 15:12:34 -07:00
Geoff Levand
e9ea3a2449 app-emulation/docker: Fix bad WORKON_COMMIT
Commit 1ef6648b011c9f927e03de735da305376a2493a8 (app-emulation/docker: Update
CROS_WORKON_COMMIT for arm64) set CROS_WORKON_COMMIT to a bad revision.  This
change corrects it.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-31 15:05:02 -07:00
Michael Marineau
b455175c4f Merge pull request #1504 from marineam/buildbot
coreos-init: update gpg key in coreos-install
2015-08-31 13:43:32 -07:00
Geoff Levand
c63e832f5f Merge pull request #1499 from glevand/for-merge-docker
app-emulation/docker: Fix go-1.5 and arm64 builds
2015-08-31 13:32:07 -07:00
Michael Marineau
4d577f7341 coreos-init: update gpg key in coreos-install 2015-08-31 16:31:32 -04:00
Geoff Levand
44e74550f8 app-emulation/docker: Update CROS_WORKON_COMMIT for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-31 12:49:59 -07:00
Alex Crawford
30f93f3fc1 Merge pull request #1501 from crawford/ignition-ec2
sys-apps/ignition: bump to v0.1.5
2015-08-28 17:01:51 -07:00
Alex Crawford
4d2e1ba108 sys-apps/ignition: bump to v0.1.5 2015-08-28 17:00:07 -07:00
Geoff Levand
3984e6d6f0 Merge pull request #1498 from glevand/for-merge-metadata
Add missing package metadata.xml
2015-08-28 14:12:14 -07:00
Geoff Levand
0d660e2aa1 Merge pull request #1485 from glevand/for-merge-go
coreos-overlay: dev-lang/go: arm64 package support
2015-08-28 14:10:08 -07:00
Geoff Levand
451e61c553 Merge pull request #1497 from glevand/for-merge-go-eclass
coreos-overlay: eclass/coreos-go Updates to aid build debugging
2015-08-28 13:55:10 -07:00
Geoff Levand
47e0061e65 eclass/coreos-go: Improve debug messages.
To aid in debugging build problems add an ebegin/eend to the go_build routine,
print out the entire go envronment, and print out the name of each go package
as it is built.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-28 13:52:13 -07:00
Geoff Levand
54eae609a1 eclass/coreos-go: Fill out go_get_arch
Add more arches to the go_get_arch() routine.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-28 13:52:13 -07:00
Geoff Levand
dc0c759b46 Add missing package metadata.xml
Adds a metadata.xml file to any packages that are missing it.  If there is an
upstream gentoo metadata.xml file for the package, that is used, otherwise a
minimal metadata.xml is added.

Fixes equery errors like these:

  !!! Package XXX is missing metadata.xml

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-28 12:13:47 -07:00
Alex Crawford
0230a8fc1f Merge pull request #1496 from crawford/etcd
dev-db/etcd: bump to v2.1.2
2015-08-27 17:13:57 -07:00
Alex Crawford
42169aa62d dev-db/etcd: bump to v2.1.2 2015-08-27 16:57:17 -07:00
Geoff Levand
fadaa48e4b Merge pull request #256 from glevand/for-merge-cmake
portage-stable: Remove unused package cmake
2015-08-27 16:53:56 -07:00
Geoff Levand
daebf2ca29 Merge pull request #1495 from glevand/for-merge-cmake
coreos-overlay: hard-host-depends: Remove unused dev-util/cmake
2015-08-27 16:53:38 -07:00
Geoff Levand
d3ab707e1d hard-host-depends: Remove unused dev-util/cmake
Bumps hard-host-depends-0.0.1-r175 to hard-host-depends-0.0.1-r176.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-27 14:45:42 -07:00
Geoff Levand
d421b78e45 Merge pull request #259 from glevand/for-merge-arm64
portage-stable: Updates for arm64
2015-08-27 14:21:03 -07:00
Michael Marineau
5183f7e2bc Merge pull request #1494 from marineam/kernel
coreos-kernel: re-enable ccache path rewriting for kernel builds
2015-08-27 13:58:33 -07:00
Michael Marineau
64fe678e86 coreos-kernel: re-enable ccache path rewriting for kernel builds
The current kernel build process expects ccache to be effective but
since setting CCACHE_BASEDIR globally was reverted in 35d8b34a builds
have been uncached any time the source revision changes.

Until it is safe to set CCACHE_BASEDIR globally again we should at least
make use of it for kernel builds.
2015-08-27 13:53:06 -07:00
Vito Caputo
73d11051b9 Merge pull request #1493 from vcaputo/ignition-v0.1.4
sys-apps/ignition: bump to v0.1.4
2015-08-27 13:27:50 -07:00
Vito Caputo
d62beb6ccf sys-apps/ignition: bump to v0.1.4 2015-08-27 13:21:37 -07:00
Alex Crawford
b9c7cfc070 Merge pull request #1491 from crawford/bootengine
sys-kernel/bootengine: initialize shadowdb
2015-08-27 13:09:31 -07:00
Alex Crawford
225c9b4bf7 Merge pull request #260 from crawford/remove-rust
*: remove rust
2015-08-27 13:09:25 -07:00
Geoff Levand
e1037f6977 dev-lang/go: arm64 package support
Add a new USE flag 'arm64-extras' to the go ebuild which will build and install
the needed arm64 package files that will allow the SDK to cross build for arm64
targets.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-27 12:58:42 -07:00
Geoff Levand
3f862102b4 bump(net-analyzer/nmap): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-27 12:24:10 -07:00
Geoff Levand
bd59a574a9 bump(sys-apps/smartmontools): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-27 12:24:09 -07:00
Eugene Yakubovich
dadcf9cb3e Merge pull request #1481 from eyakubovich/flannel-0.5.3 2015-08-27 12:21:35 -07:00
Geoff Levand
77889cf09f Merge pull request #1492 from glevand/for-merge-metadata
coreos-overlay: coreos-metadata: Add arm64 keywords
2015-08-27 12:18:19 -07:00
Geoff Levand
21154813b6 coreos-base/coreos-metadata: Add arm64 keywords
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-08-27 12:10:33 -07:00