29556 Commits

Author SHA1 Message Date
mischief
dfa3406d04 bump(sys-libs/timezone-data): sync with upstream 2015-05-07 09:32:31 -07:00
Michael Marineau
466fcb3297 spidermonkey: fix improper error handling
Mixing `local` and `|| die` will never work because the exit status
being tested is that of local, not any subcommands that may be involved.
2015-05-06 19:33:06 -07:00
Michael Marineau
ab5ff0bb2f Bump docker to v1.6.1-rc2 2015-05-06 19:47:13 -04:00
mischief
c6b351a426 bump(net-misc/dhcpcd): sync with upstream 2015-05-06 15:40:52 -07:00
Michael Marineau
8e7f901639 Merge pull request #1240 from marineam/dell
Enable dell RBU and DCDBAS kernel modules
2015-05-04 09:21:35 -07:00
Michael Marineau
8c63c5e22a coreos-kernel: run oldconfig, bump ebuild revision 2015-05-04 09:11:59 -07:00
Robert Zotter
a7f01e2290 Enable dell RBU and DCDBAS kernel modules.
Closes: https://github.com/coreos/bugs/issues/346
2015-05-04 08:47:02 -07:00
Brandon Philips
3e33136871 Merge https://github.com/coreos/template-project 2015-05-03 16:26:29 -07:00
Michael Marineau
929b71b73e Merge pull request #405 from marineam/roadmap
ROADMAP: add initial overall CoreOS roadmap document
2015-05-01 14:02:02 -07:00
Michael Marineau
fed42e2d12 Merge pull request #382 from Cygnus-Labs/adding-base-dev-pkg-flag
Enhanced dev_image_util with equivalent to --base_pkg
2015-04-30 17:00:16 -07:00
Michael Marineau
b63901023e ROADMAP: add initial overall CoreOS roadmap document
This doc covers CoreOS as a whole and a few details that don't really
fit anywhere else. Individual projects maintain their own roadmaps.

Update LICENSE and add a README as general housekeeping.
2015-04-30 16:58:53 -07:00
Michael Marineau
27c4938027 Merge pull request #1238 from marineam/portage
portage: fix error handling for for fetching binhost package list
2015-04-29 19:33:18 -07:00
Michael Marineau
409293d555 portage: fix error handling for for fetching binhost package list
Upstream bug: https://bugs.gentoo.org/show_bug.cgi?id=532784

This reverts commit 13b119488b8ced018b6fb0bde51a61e61448771c.
2015-04-29 19:20:18 -07:00
Michael Marineau
e28d279907 Merge pull request #1237 from marineam/fix
profiles: mask new broken portage
2015-04-29 17:34:57 -07:00
Michael Marineau
c2b7ce8ebd profiles: mask new broken portage
Fails when binhost reports a 404:

    !! Error fetching binhost package info from 'http://builds.developer.core-os.net/sdk/amd64/668.0.0/pkgs/'
    Traceback (most recent call last):
      File "/usr/lib/python-exec/python2.7/emerge", line 50, in <module>
        retval = emerge_main()
      File "/usr/lib64/python2.7/site-packages/_emerge/main.py", line 1154, in emerge_main
        return run_action(emerge_config)
      File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 2818, in run_action
        getbinpkgs="--getbinpkg" in emerge_config.opts)
      File "/usr/lib64/python2.7/site-packages/portage/dbapi/bintree.py", line 633, in populate
        self._populate(getbinpkgs)
      File "/usr/lib64/python2.7/site-packages/portage/dbapi/bintree.py", line 1034, in _populate
        _encodings["stdio"], errors="replace"))
    TypeError: coercing to Unicode: need string or buffer, HTTPError found
2015-04-29 17:31:33 -07:00
Alex Crawford
42918d0495 Merge pull request #1236 from crawford/etcd
dev-db/etcd: bump to v2.0.10
2015-04-29 16:54:02 -07:00
Alex Crawford
5ac3abe782 dev-db/etcd: bump to v2.0.10 2015-04-29 16:45:36 -07:00
Michael Marineau
b21e3d48a9 Merge pull request #191 from marineam/gcc
bump(sys-devel/gcc): sync with upstream
2015-04-29 14:21:38 -07:00
Michael Marineau
606795a4e1 bump(sys-devel/gcc): sync with upstream
Update to GCC 4.8.4 (previously 4.8.3). Also, we may want to upgrade to
4.9 soon so refresh those builds too. 4.9.2 is now ~amd64
2015-04-29 13:13:46 -07:00
Michael Marineau
f06d7bba75 Merge pull request #1235 from marineam/kernel
coreos-kernel: bump to 4.0.1, enable mvsas driver
2015-04-29 11:36:10 -07:00
Michael Marineau
90941dbc0f coreos-kernel: bump to 4.0.1, enable mvsas driver
Fixes https://github.com/coreos/coreos-overlay/issues/1234
2015-04-29 11:14:12 -07:00
Alex Crawford
18e2ced64f Merge pull request #1233 from bcwaldon/bump-fleet
app-admin/fleet: bump to v0.10.1
2015-04-29 09:51:19 -07:00
Brian Waldon
fd5d58fed3 app-admin/fleet: bump to v0.10.1 2015-04-29 08:54:54 -07:00
Michael Marineau
fd6a46f09e Merge pull request #1232 from marineam/dev
cros-devutils: fix devserver with newer versions of portage
2015-04-28 17:29:48 -07:00
Michael Marineau
6be2c3c238 cros-devutils: fix devserver with newer versions of portage 2015-04-28 17:17:21 -07:00
Alex Crawford
3d80b96688 Merge pull request #1231 from crawford/import
sys-apps/systemd: enable importd
2015-04-28 13:45:38 -07:00
Alex Crawford
86f8ab9041 sys-apps/systemd: enable importd 2015-04-28 13:42:44 -07:00
Alex Crawford
4f1dcf5b10 Merge pull request #1230 from crawford/rkt
app-emulation/rkt: bump to v0.5.4
2015-04-28 10:45:22 -07:00
Alex Crawford
ddc6e205c0 app-emulation/rkt: bump to v0.5.4 2015-04-28 10:44:08 -07:00
Michael Marineau
7e11062ecc Merge pull request #1229 from marineam/portage
Portage 2.2.18
2015-04-27 22:50:00 -07:00
Michael Marineau
ab0b6728a8 Merge pull request #190 from marineam/portage
bump(sys-apps/install-xattr): sync with upstream
2015-04-27 22:49:45 -07:00
Michael Marineau
510c52cc81 bump(sys-apps/install-xattr): sync with upstream
Required by recent versions of portage.
2015-04-27 18:53:55 -07:00
Michael Marineau
002ecf6ed9 portage: apply CoreOS patches to 2.2.18 ebuild 2015-04-27 18:48:52 -07:00
Michael Marineau
51d04bbe3a portage: import ebuild for 2.2.18
This is the current stable version from upstream.
2015-04-27 18:43:14 -07:00
Nick Owens
2f623f614c Merge pull request #1228 from mischief/docker-use
app-emulation/docker: turn off contrib, turn on btrfs & overlay again
2015-04-27 17:07:51 -07:00
mischief
c7504d67bb app-emulation/docker: turn off contrib, turn on btrfs & overlay again 2015-04-27 17:06:42 -07:00
Nick Owens
9d5e8cd846 Merge pull request #1227 from mischief/coreos-actool
coreos-base/coreos: bump rev so actool is built
2015-04-27 14:34:40 -07:00
mischief
009994918f coreos-base/coreos: bump rev so actool is built 2015-04-27 14:23:48 -07:00
Nick Owens
72d9509b68 Merge pull request #1224 from mischief/actool
app-emulation/actool: create ebuild for actool and include in image
2015-04-27 14:18:40 -07:00
mischief
a2f827e0ca app-emulation/actool: create ebuild for actool and include in image 2015-04-27 13:58:27 -07:00
Michael Marineau
bc7e9d7048 Merge pull request #404 from marineam/gov
oem/ami: add support for publishing AMIs in us-gov-west-1
2015-04-27 12:57:47 -07:00
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