Michael Marineau
15886b7958
bump(coreos-base/coreos-init): Grab fixed c10n script.
2014-02-11 17:34:43 -08:00
Michael Marineau
0655858328
fix(dev-db/etcd): Require c10n, start even if cluster config is missing.
...
If c10n fails etcd should not start, wait until it is known if there is
a cluster config to use or not. Also now c10n may not write out a
cluster config on ec2 if there isn't a need for one. Make this case
non-fatal and start up etcd as a master node.
2014-02-11 17:34:43 -08:00
Brian Waldon
8f6f6007a0
Merge pull request #350 from bcwaldon/etcd-bootstrap-fix
...
Properly check for c10n peers in etcd-bootstrap
2014-02-11 13:56:14 -07:00
Brian Waldon
ffac3c3f62
bump(etcd): inc etcd ebuild rev
2014-02-11 13:54:36 -07:00
Brian Waldon
053a7ff6b7
fix(etcd-bootstrap): Properly check for c10n peers
2014-02-11 13:53:54 -07:00
Michael Marineau
85d70108a1
Merge pull request #349 from marineam/fleet
...
fix(coreos-base/coreos): Add fleet to production images, fix etcd
2014-02-10 22:46:12 -08:00
Michael Marineau
d540538172
bump(dev-db/etcd): Update to include v1 API fix
...
Includes a few other changes which are either bug fixes or doc updates:
Brandon Philips (4):
bump(README): increase the version of the README to 0.3.0
fix(README): move contact closer to contributing
feat(scripts): use zip for windows and darwin
fix(server/v1): don't fail put on new v1 key
Brian Waldon (3):
doc(CompareAndDelete): Add missing CAD docs
doc(CompareAndSwap): clarify prevIndex in CAS
chore(gofmt): gofmt compare_and_delete_command.go
Jan-Erik Rediger (1):
Change token example to use returned value only
Michael Marineau (1):
add(server/v1/tests): Port many of the v2 HTTP handler tests to v1
TANABE Ken-ichi (2):
fix(mod/lock): Use dedicated channel to shutdown goroutine properly
fix(mod/lock): Use CreatedIndex in the first node to watch
2014-02-10 22:32:46 -08:00
Michael Marineau
a0bb403a1d
fix(coreos-base/coreos): Add fleet to production images.
2014-02-10 20:23:11 -08:00
Brian Waldon
b9b94ec6a7
Merge pull request #348 from bcwaldon/bump-fleet
...
Upgrade fleet to v0.1.0
2014-02-10 15:05:11 -07:00
Brian Waldon
9e462b7c99
fix(fleet): Require go1.2+ for fleet ebuild
2014-02-10 14:15:33 -07:00
Brian Waldon
a762984989
bump(fleet): Use fleet v0.1.0 tag
2014-02-10 14:14:44 -07:00
Brian Waldon
0e775a3055
Merge pull request #334 from bcwaldon/etcd-disco
...
etcd-bootstrap, etcd-discovery
2014-02-10 11:33:37 -07:00
Brian Waldon
63380c4540
bump(etcd): etcd-0.3.0 -> etcd-0.3.0-r1
...
Bump etcd 0.3.0 ebuild to 0.3.0-r1 to incorporate
changes to the etcd-bootstrap script.
2014-02-10 11:29:01 -07:00
Brian Waldon
b747468a2f
fix(etcd-bootstrap): Use higher election timeout on EC2
2014-02-10 11:22:33 -07:00
Brian Waldon
87a126b192
bump(coreos-init): Upgrade coreos/init ebuild
...
Bump coreos-init ebuild to 0.0.1-r37 for coreos/init
commit 7baa3e940b094accb7fb9ca344aafba69a13a732
2014-02-10 11:21:37 -07:00
Brian Waldon
41b07642ae
feat(etcd-discovery): Add support to etcd-bootstrap for etcd-discovery
2014-02-10 11:20:50 -07:00
Michael Marineau
4a5eaf8f0a
Merge pull request #347 from marineam/assert_compile_et
...
hack(sys-libs/e2fsprogs-libs): assert compile_et is being installed
2014-02-09 23:15:46 -08:00
Michael Marineau
a610038a74
hack(sys-libs/e2fsprogs-libs): assert compile_et is being installed
...
A broken e2fsprogs-libs binary package lacking compile_et has been
causing problems. I am entirely at a loss as to how this happened in the
first place and unfortunately the error is not revealed until much
later. Hopefully this crude test at the end of src_install will find the
error as it happens. Or at the very least the revision bump will force
everything to move past the one bad build.
2014-02-09 23:11:45 -08:00
Michael Marineau
18d4bf8e01
Merge pull request #346 from gregkh/kernel_update
...
bump(sys-kernel/coreos-kernel) bump to 3.13.2
2014-02-09 22:50:22 -08:00
Greg Kroah-Hartman
8c591532d7
bump(sys-kernel/coreos-kernel) bump to 3.13.2
2014-02-09 21:30:52 -08:00
Michael Marineau
ee1f13e03b
Merge pull request #345 from marineam/bashism
...
fix(coreos-devel/sdk-depends): Add checkbashisms to SDK
2014-02-09 19:59:16 -08:00
Michael Marineau
fb7f256e8a
fix(coreos-devel/sdk-depends): Add checkbashisms to SDK
2014-02-09 18:21:05 -08:00
Michael Marineau
dedd6f9421
Merge pull request #344 from marineam/cross-glibc
...
fix(sys-libs/glibc): Fix cross compile builds
2014-02-09 18:07:19 -08:00
Michael Marineau
0b8060ef70
fix(sys-libs/glibc): Fix cross compile builds
...
Cross compile builds don't include nsswitch.conf
2014-02-09 18:01:06 -08:00
Michael Marineau
aa0cd52fb8
Merge pull request #343 from marineam/binhost
...
fix(make.conf): Remove BINHOST from static make.conf
2014-02-09 16:06:36 -08:00
Michael Marineau
cad87aa47a
Merge pull request #342 from bcwaldon/etcd-v0.3.0
...
Bump etcd to v0.3.0
2014-02-09 14:56:05 -08:00
Michael Marineau
d6864434fc
fix(profiles): Belatedly update to eselect 1.4
...
Includes a patch to silence annoying "Strange path" warning.
2014-02-09 14:46:20 -08:00
Michael Marineau
c37eb42915
fix(make.conf): Remove BINHOST from static make.conf
...
This list is now included in make.conf.board_setup so that it can be
configured on the fly. Useful for odd testing situations and buildbot.
2014-02-09 13:24:18 -08:00
Brian Waldon
6f216aa781
fix(etcd): Use go1.2 in etcd and etcdctl ebuilds
2014-02-07 19:09:55 -08:00
Brian Waldon
95ee11f368
bump(etcd): Upgrade etcd and etcdctl to v0.3.0
...
Additionally, use the correct bin-path to pull in the
etcd and etcdctl binaries.
2014-02-07 19:09:12 -08:00
Brian Waldon
500a256c63
fix(etcd-lib): Remove defunct etcd-lib ebuilds
2014-02-07 19:00:36 -08:00
Brian Waldon
83c7c9e091
fix(etcd-client): Remove defunct etcd-client ebuilds
2014-02-07 19:00:34 -08:00
Michael Marineau
70c198fb99
Merge pull request #341 from marineam/glibc
...
bump(sys-libs/glibc): Pull in 2.17, remove some configs from /etc
2014-02-07 17:53:27 -08:00
Michael Marineau
7176f2aa0c
bump(sys-libs/glibc): Pull in 2.17, remove some configs from /etc
...
One oddity here: /etc/nsswitch.conf is setup as a postinst command in
order to avoid conflicting with baselayout once it starts installing
nsswitch.conf instead. Later glibc won't provide nsswitch.conf at all.
2014-02-07 17:42:09 -08:00
Michael Marineau
9f0170cc51
Merge pull request #338 from marineam/fix-fleet
...
fix(app-admin/fleet): Update to latest revision
2014-02-07 11:07:32 -08:00
Michael Marineau
158e870f53
fix(app-admin/fleet): Update to latest revision
2014-02-07 10:39:30 -08:00
Michael Marineau
b7c6e1d32a
Merge pull request #336 from marineam/fix-fleet
...
fix(app-admin/fleet): Fix stable ebuild symlink
2014-02-06 12:31:29 -08:00
Michael Marineau
559c43278d
fix(app-admin/fleet): Fix stable ebuild symlink
2014-02-06 11:51:30 -08:00
Brandon Philips
553b632fd8
Merge pull request #335 from bcwaldon/fleet-rename
...
fix(app-admin/fleet): Rename coreinit -> fleet
2014-02-05 17:12:24 -08:00
Brian Waldon
ba67585a15
fix(app-admin/fleet): Rename coreinit -> fleet
2014-02-05 16:47:43 -08:00
Brandon Philips
194e9edc5e
Merge pull request #332 from philips/docker-0.8.0
...
feat(app-emulation/docker): add docker 0.8.0
2014-02-05 11:41:48 -08:00
Brandon Philips
cc155b78a1
Merge pull request #331 from marineam/perf
...
fix(coreos-base/coreos-dev): Drop perf from dev build.
2014-02-05 10:27:42 -08:00
Brandon Philips
59da555463
feat(app-emulation/docker): add docker 0.8.0
2014-02-05 10:22:21 -08:00
Michael Marineau
e2f1544bfc
Merge pull request #333 from marineam/certs
...
fix(profiles): Update to latest certs package
2014-02-04 17:23:11 -08:00
Michael Marineau
76768a3ac6
fix(profiles): Update to latest certs package
2014-02-04 17:01:22 -08:00
Michael Marineau
aac47622cc
fix(coreos-base/coreos-dev): Drop perf from dev build.
...
We haven't been using it, the version we have is old, and the build
appears to be a little flaky. Just drop it, can always bump and re-add
later if someone wants it.
2014-01-31 18:57:04 -08:00
polvi
fba4410a6e
Merge pull request #330 from polvi/usr-bash
...
usr(bash): move bash to coreos-overlay, update ebuild to use /usr/share
2014-01-31 16:55:58 -08:00
Alex Polvi
8426bf1a1c
revert dodir and dosym on /bin/
2014-01-31 16:39:30 -08:00
Alex Polvi
e655a3ae27
do not mess around with /usr/bin/bash
2014-01-31 16:25:31 -08:00
Alex Polvi
1fcf5c69c8
usr(bash): patch bash ebuild to use /usr
2014-01-31 16:11:34 -08:00