30045 Commits

Author SHA1 Message Date
Michael Marineau
dbd2e2ea82 Merge pull request #1041 from marineam/kernel-config
coreos-kernel: always install .config to kernel build directory
2015-01-02 15:13:22 -08:00
Michael Marineau
a9dca85a2d coreos-kernel: always install .config to kernel build directory 2015-01-02 14:30:58 -08:00
Michael Marineau
62af98787b Merge pull request #162 from marineam/cleanup
Cleanup duplicate packages in portage-stable
2015-01-02 13:02:35 -08:00
polvi
c6481e6aa7 Merge pull request #369 from polvi/add_base
build_image: add ability to pick different base package
2015-01-02 15:09:45 -05:00
Alex Polvi
1854bc2028 build_image: add ability to pick different base package 2015-01-02 15:07:52 -05:00
Michael Marineau
eec2074699 Merge pull request #1040 from bcwaldon/revert-golang
profiles: revert go to 1.3
2015-01-01 18:27:16 -08:00
Brian Waldon
53a9eabd73 profiles: revert go to 1.3 2015-01-01 21:22:35 -05:00
Michael Marineau
e731a277e4 chore(metadata): Regenerate cache 2015-01-01 13:41:28 -08:00
Michael Marineau
b6e0b7b63f cleanup: prune outdated packages provided by coreos-overlay 2015-01-01 13:19:16 -08:00
Michael Marineau
638a99fc71 cleanup: prune outdated packages provided by portage-stable 2015-01-01 13:17:18 -08:00
Michael Marineau
b4499f8053 bump(app-crypt/sbsigntool): sync with upstream 2015-01-01 13:10:13 -08:00
Michael Marineau
8c92e641dd Merge pull request #1037 from marineam/systemd
systemd: copy symlink-usr handling from old systemd-sysv-utils ebuild
2015-01-01 11:34:49 -08:00
Michael Marineau
14d1991fe7 systemd: copy symlink-usr handling from old systemd-sysv-utils ebuild
While moving from systemd-sysv-utils to systemd w/ USE=sysv-utils I
forgot that USE=symlink-usr needed special handling to ensure the
symlinks were created correctly.
2015-01-01 10:13:07 -08:00
Michael Marineau
b2d46a9958 Merge pull request #1036 from marineam/go1.4
profiles: update go to 1.4
2014-12-30 23:04:56 -08:00
Michael Marineau
2008769dee profiles: update go to 1.4
Haven't heard of any issues with moving from 1.3 to 1.4, time to try it.
2014-12-30 16:33:13 -08:00
Michael Marineau
1837cd8263 Merge pull request #1035 from marineam/workaround
hard-host-depends: temporary fix for upgrading @system
2014-12-30 13:07:16 -08:00
Michael Marineau
93d1172960 hard-host-depends: temporary fix for upgrading @system
The `build_toolchains` process upgrades the @system package set rather
than @world before building the cross toolchains. This means systemd
will be upgraded, replacing systemd-sysv-utils, but not
hard-host-depends which previously depended on systemd-sysv-utils.
Mixing the older hard-host-depends with the latest systemd creates a
conflict. Fortunately we can work around this by providing the older
ebuild revision with the newer dependency list. Portage will use the
dependency list from the ebuild rather than the installed package.

`hard-host-depends-0.0.1-r170.ebuild` can be removed once the SDK
version is 457.0.0 or later.
2014-12-30 12:57:06 -08:00
Michael Marineau
21ae3a2b17 Merge pull request #1034 from marineam/init
coreos-init: include domains provided by DHCP in resolv.conf
2014-12-30 12:37:18 -08:00
Michael Marineau
305cb9136d coreos-init: include domains provided by DHCP in resolv.conf
Pulls in https://github.com/coreos/init/pull/148
Fixes https://github.com/coreos/bugs/issues/220
2014-12-30 11:53:32 -08:00
Michael Marineau
e22cd7748a Merge pull request #1031 from marineam/systemd
systemd updates, fixes journalctl
2014-12-30 11:50:49 -08:00
Michael Marineau
306289a9b0 Merge pull request #161 from marineam/systemd
bump(sys-kernel/dracut): sync with upstream
2014-12-30 11:50:26 -08:00
Alex Crawford
6925f759f7 Merge pull request #1033 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.1.0
2014-12-30 18:48:50 +01:00
Alex Crawford
d3eca50ac6 coreos-base/coreos-cloudinit: bump to v1.1.0 2014-12-30 16:58:13 +01:00
Michael Marineau
ddcd9b65bc bump(sys-kernel/dracut): sync with upstream 2014-12-29 17:22:41 -08:00
Michael Marineau
6b3da4d3c2 systemd: replace systemd-sysv-utils package with sysv-utils use flag 2014-12-29 17:16:05 -08:00
Michael Marineau
844bf21189 systemd: fix initial journal permissions 2014-12-29 16:40:22 -08:00
Michael Marineau
73f8d84c9a systemd: sync with upstream, adds sysv-utils use flag 2014-12-29 16:25:10 -08:00
Michael Marineau
985324b486 Merge pull request #1030 from marineam/flannel
flannel: bump revision
2014-12-29 10:47:44 -08:00
Michael Marineau
e5cb921a6a flannel: bump revision
Left out of commit c9106b60 by mistake.
2014-12-28 20:32:39 -08:00
Alex Crawford
99cd6633f1 Merge pull request #1029 from crawford/go
dev-lang/go: prune go
2014-12-29 03:08:52 +01:00
Alex Crawford
24d99fb14f dev-lang/go: prune go
dev-lang/go is in the portage-stable repo.
2014-12-29 02:39:31 +01:00
Eugene Yakubovich
caf1fe247c Merge pull request #1002 from thommay/flannel_config
Set flannel options explicitly
2014-12-28 14:38:13 -08:00
Thom May
cd48dfa322 Set flannel options explicitly
Setting environment options in a systemd overlay is not getting
honoured; presumably because those options aren't passed through docker
to flanneld. To work around this, pass arguments explicitly, using an
environment file.
2014-12-28 22:19:41 +00:00
Michael Marineau
256f852816 Merge pull request #1028 from marineam/docker
Linux 3.18 and Docker 1.4
2014-12-27 14:27:37 -08:00
Michael Marineau
40e1253deb docker: mark 1.4.1 stable 2014-12-26 15:54:46 -08:00
Michael Marineau
6600a6e9a1 docker: add docker 1.4.1 2014-12-26 15:54:28 -08:00
Michael Marineau
7607f28ddf coreos-kernel: mark 3.18.1 stable 2014-12-26 15:41:40 -08:00
Michael Marineau
b6e7849c27 profiles: update btrfs-progs to 3.17.1 2014-12-26 15:40:29 -08:00
Alex Crawford
9435772269 Merge pull request #367 from crawford/icon
oem/azure: add set-image-icon.sh
2014-12-24 18:22:18 -08:00
Alex Crawford
7d916b812a oem/azure: add set-image-icon.sh 2014-12-24 18:21:26 -08:00
Michael Marineau
66a90f7851 Merge pull request #368 from marineam/sdk
bootstrap_sdk: prune extra files from SDK tarballs
2014-12-23 17:45:52 -08:00
Michael Marineau
80e16909f8 Merge pull request #1027 from marineam/metadata
Obsolete ebuild cleanup and metadata refresh
2014-12-23 17:45:45 -08:00
Michael Marineau
c836df740b Merge pull request #160 from marineam/metadata
Obsolete ebuild cleanup and metadata refresh
2014-12-23 17:45:40 -08:00
Michael Marineau
4b1a608c2e bootstrap_sdk: prune extra files from SDK tarballs
stage1/2/3 tarballs automatically prune things like /usr/portage but
stage4 does not. Add explicit rules to prune extra cruft.
2014-12-23 17:07:45 -08:00
Michael Marineau
1ac73a73df chore(metadata): Regenerate cache 2014-12-23 16:25:43 -08:00
Michael Marineau
e547f8031e coreos-devel: remove unused buildbot packages 2014-12-23 16:24:32 -08:00
Michael Marineau
60aad15cac chore(metadata): Regenerate cache 2014-12-23 16:21:22 -08:00
Michael Marineau
ba8be30a89 bump(perl-core/Module-Build): sync with upstream
Packages updated:
  perl-core/Module-Build
  virtual/perl-Module-Build
2014-12-23 16:20:11 -08:00
Michael Marineau
b108deb5a7 misc: prune various obsolete and unused ebuilds 2014-12-23 16:18:56 -08:00
Michael Marineau
a60964093e ntp: update Manifest 2014-12-23 14:28:25 -08:00