Michael Marineau
c6182b7830
bump(coreos-base/coreos-init): Fixes for containers and motdgen
2014-05-16 21:39:42 -07:00
Michael Marineau
f3893abed7
bump(coreos-base/coreos-cloudinit): bump to 0.7.1
...
https://github.com/coreos/coreos-cloudinit/releases/tag/v0.7.1
2014-05-16 21:38:26 -07:00
Brandon Philips
4f40f4c7a3
bump(coreos-base/coreos-cloudinit): bump to 0.7.0
...
https://github.com/coreos/coreos-cloudinit/releases/tag/v0.7.0
2014-05-16 21:38:26 -07:00
Brandon Philips
c617076bd3
fix(coreos-base/coreos-init): bump to simpler motdgen
2014-05-16 21:38:26 -07:00
Michael Marineau
dbbb3c29f0
fix(sys-apps/systemd): Stop warning about "X-Fleet" sections
2014-05-16 16:49:46 -07:00
Brandon Philips
aa908b844e
Merge pull request #608 from philips/set-docker-tmpdir
...
fix(app-emulation/docker): add TMPDIR=/var/tmp
2014-05-16 16:05:42 -07:00
Brandon Philips
14fd736286
bump(coreos-base/update_engine): send pings hourly
...
Pull in this PR: https://github.com/coreos/update_engine/pull/32
2014-05-16 14:10:57 -07:00
Brandon Philips
50b1922a51
fix(app-emulation/docker): add TMPDIR=/var/tmp
...
This fixes the issue reported here where /tmp runs out os space during a
docker save
https://github.com/coreos/coreos-vagrant/issues/49#issuecomment-43287780
2014-05-16 13:57:56 -07:00
Brandon Philips
da4253ab4c
chore(app-emulation/docker): remove symlink-usr case
...
We are never shipping another -generic image so just make symlink-usr
the only .service file.
2014-05-16 13:57:13 -07:00
Michael Marineau
98473f4e09
Merge pull request #610 from marineam/cflags
...
Profile maintance
2014-05-15 22:19:41 -07:00
Michael Marineau
eba0ba9820
fix(profiles): Enable ipv6 globally because WTF DUH!
2014-05-16 00:18:15 -04:00
Michael Marineau
8e93e04deb
fix(profiles): Move CFLAGS, remove -g, add -mtune=generic
...
Slowly moving make.conf into profiles, here is another piece. We never
actually use the built debug information so remove -g to produce a
little less of it. Add -mtune=generic to let GCC optimize for whatever
it thinks the most common processors are.
2014-05-16 00:04:46 -04:00
Michael Marineau
a57fb796e4
maint(sys-apps/systemd): Sync patches with upstream
...
Upstream has merged all of our reload bug fixes, replace local patches
with the upstream versions.
Drop the patch that removed the check for /etc/os-release. We always
initialize missing files in the initrd so it isn't needed any more.
2014-05-15 19:10:22 -07:00
Michael Marineau
32e1c7f306
Merge pull request #606 from marineam/dracut
...
bump(sys-kernel/bootengine): Updates for new dracut version
2014-05-15 19:09:13 -07:00
Michael Marineau
85a9cb9da1
maint(coreos-base/coreos): Drop aufs tools from our images.
2014-05-15 15:06:20 -07:00
Michael Marineau
457233148c
bump(sys-kernel/bootengine): Updates for new dracut version
...
Dracut is now in portage-stable and DRACUT_MODULES is unused.
Update bootengine dependencies so we can use btrfs and mdadm in the
initrd. Drop kbd because I'm excluding out the terminfo module now.
2014-05-15 14:43:26 -07:00
Brian Waldon
72ac05414d
bump(coreos-cloudinit): Upgrade to v0.6.1
...
Fix incorrect primary-group flag and locksmith configuration bugs.
2014-05-14 10:58:21 -07:00
Brian Waldon
d0ef5e0cb4
bump(fleet): Upgrade to v0.3.2
2014-05-13 16:12:59 -07:00
Michael Marineau
51553a0f6b
bump(sys-kernel/coreos-kernel): Update to v3.14.4
...
- Drops aufs support!!
- Enables Areca SCSI/SATA driver, fixes issue #552
2014-05-13 11:10:28 -07:00
Michael Marineau
eec3075a1f
Merge pull request #601 from marineam/baselayout
...
bump(sys-apps/baselayout): Add backwards compat motd symlink
2014-05-12 16:27:14 -07:00
Brian Waldon
5671ed6142
bump(fleet): Upgrade to v0.3.1
2014-05-12 15:23:07 -07:00
Michael Marineau
c37cab8d51
bump(sys-apps/baselayout): Add backwards compat motd symlink
2014-05-09 19:51:05 -07:00
Brandon Philips
9f079bc09e
bump(app-emulation/docker): re-add docker-0.11.1
...
docker-0.11.1 plus the /var/lib/docker creation fix.
2014-05-09 18:44:07 -07:00
Michael Marineau
f65a3806b3
fix(app-emulation/docker): Roll back to 0.10.0
...
0.11 does not currently work properly with socket activation.
2014-05-09 15:06:58 -07:00
Michael Marineau
cfe885b60b
bump(app-admin/locksmith): Disable locksmith on systems that don't update
2014-05-08 12:06:50 -07:00
Michael Marineau
5895a79d7d
bump(coreos-base/update_engine): remove reference to reboot manager
2014-05-08 12:05:05 -07:00
Michael Marineau
07d7b41010
bump(coreos-base/coreos-init): Remove old coreos-startup target
2014-05-08 12:03:56 -07:00
Michael Marineau
690340e457
bump(coreos-base/coreos-cloudinit): Pull in primary group bug fix
2014-05-07 21:49:52 -07:00
Brandon Philips
cfa87a664e
Merge pull request #592 from bcwaldon/bump-coretest
...
Bump coretest
2014-05-07 21:41:07 -07:00
Brandon Philips
95644726c9
bump(app-emulation/docker): docker 0.11.1
2014-05-07 21:17:37 -07:00
Brian Waldon
bd6289df39
bump(coretest): 7ce9e130033cf47569aa1c8ab86d591c681504e0
...
Fix for slow fleet clusters
2014-05-07 19:04:31 -07:00
Michael Marineau
7d2309a30b
Merge pull request #581 from marineam/c10n
...
Cleanup c10n and old update service bits
2014-05-07 18:08:06 -07:00
Michael Marineau
7d5e343043
Merge pull request #583 from marineam/headers
...
fix(sys-apps/systemd): Stabilize linux headers 3.13 for systemd
2014-05-07 18:06:21 -07:00
Michael Marineau
7eb34a0a57
maint(coreos-base/coreos-ca-certificates): Remove old CA certs
2014-05-07 18:02:30 -07:00
Michael Marineau
766b0e0e37
bump(coreos-base/coreos-init): Remove reference to old CA cert
2014-05-07 18:02:30 -07:00
Michael Marineau
bc4c18acd2
bump(coreos-base/update_engine): Remove dependency on old CA cert
2014-05-07 18:02:29 -07:00
Michael Marineau
3ac98b1e83
maint(coreos-base/crash-reporter): Remove unused utility
2014-05-07 17:59:17 -07:00
Michael Marineau
c5c8c2f95b
maint(coreos-base/core-admin): Remove old update service client
2014-05-07 17:59:16 -07:00
Michael Marineau
ed91c76f9f
maint(coreos-base/oem-ec2-compat): Remove c10n based etcd bootstrapping
2014-05-07 17:59:16 -07:00
Brandon Philips
a99cdcb99c
Merge pull request #588 from philips/docker-0.11.0
...
bump to docker 0.11.0
2014-05-07 17:52:28 -07:00
Brian Waldon
0054811d88
bump(fleet): v0.3.0
2014-05-07 15:49:33 -07:00
Brian Waldon
8568eb5392
bump(coretest): 873860fe97f1dbeda9918cee40630410992aa421
2014-05-07 15:24:27 -07:00
Brandon Philips
34436e8ab0
bump(app-admin/locksmith): always try unlock
2014-05-07 13:36:02 -07:00
Michael Marineau
f4e431b599
bump(coreos-base/update_engine): Fixes update_engine_stub
...
This removes references to the old update service, doing so gets the
stub working again since it wasn't using the system CAs for roller.
2014-05-07 12:05:21 -07:00
Brandon Philips
713c059164
bump(app-emulation/docker): docker-0.11.0 final
2014-05-07 11:56:59 -07:00
Brandon Philips
4b8c372203
Merge pull request #587 from philips/bump-toolbox
...
bump(app-admin/toolbox): add ability to execute arbitrary things
2014-05-07 10:11:58 -07:00
Brandon Philips
e094f65e4d
feat(app-emulation/docker): cros-workon'ify
...
Use the symlink and -9999 pattern. This pull from crosbymichael's WIP
0.11.0 release branch but will make it easy to bump once the final
release is in.
2014-05-07 09:48:44 -07:00
Brandon Philips
0758a718b0
chore(app-emulation/docker): cleanout old ebuilds
2014-05-07 09:41:54 -07:00
Brandon Philips
5bfc768d1c
bump(app-admin/toolbox): add ability to execute arbitrary things
...
Grab this change: https://github.com/coreos/toolbox/pull/5
2014-05-07 09:36:31 -07:00
Michael Marineau
537b3fe6ca
Merge pull request #585 from philips/bump-locksmith-to-update-conf
...
Bump locksmith and cloudinit
2014-05-06 21:53:31 -07:00