22984 Commits

Author SHA1 Message Date
Michael Marineau
15bca7930b Merge pull request #162 from marineam/digests
VM image digests
2014-01-30 13:12:28 -08:00
Michael Marineau
8a15840d6a fix(vm_image_util): Use more consistent names for vm .DIGESTS
Switch from naming DIGESTS based in disk image name to a common prefix.

old: coreos_production_qemu_image.img.DIGESTS ->
new: coreos_production_qemu.DIGESTS

The old behavior wasn't very consistent since plain disk images aren't
used by all types and the code implementing that was easy to brake,
namely by mistake coreos_production_pxe_image.cpio.gz.DIGESTS became
coreos_production_pxe.vmlinuz.DIGESTS a couple releases ago.

The old names will continue to exist as well for the time being to avoid
breaking existing install/download scripts and the original pxe DIGESTS
name is back.
2014-01-29 17:23:10 -08:00
Michael Marineau
feb59db9f5 fix(release_util): Add argument to specify the name to use for .DIGESTS
For multi-file uploads we should explicitly declare what the name of the
.DIGESTS file should be instead of using the first file name. Relying on
the ordering was subtle and easy to break.
2014-01-29 16:30:03 -08:00
Michael Marineau
b3e81f22e4 fix(image_to_vm): Wrap upload_image in vm_upload.
This keeps all references to VM_GENERATED_FILES inside of
build_library/vm_image_util.sh so changes that impact it more obvious.
2014-01-29 14:01:33 -08:00
Greg Kroah-Hartman
863610bfe0 bump(sys-kernel/coreos-kernel) Bump to 3.13.0 2014-01-27 13:06:58 -08:00
Brandon Philips
02d653992f Merge pull request #325 from philips/docker-0.7.6-sa
feat(app-emulation/docker): add socket activation
2014-01-27 11:20:14 -08:00
Brandon Philips
15299f4ba1 feat(app-emulation/docker): add socket activation 2014-01-24 17:25:35 -08:00
polvi
b4536ddb2a Merge pull request #322 from oremj/bump_coretest
coretest: bump ref and drop service file.
2014-01-23 17:26:06 -08:00
Alex Polvi
e18aac865b usr(tlsdate): move to /usr/share/tlsdate 2014-01-23 17:24:17 -08:00
Alex Polvi
1de636cb0f usr(systemd): remove uneeded default dirs 2014-01-23 16:58:29 -08:00
Alex Polvi
df5fa41bcf chore(systemd): remove ebuilds we are not using 2014-01-23 16:22:58 -08:00
polvi
7f5cb154d4 Merge pull request #160 from polvi/usr-locale
usr(locale): delete local and lvm stuff that is not needed
2014-01-23 16:16:34 -08:00
Alex Polvi
abd1c40b3d usr(locale): delete local and lvm stuff that is not needed 2014-01-23 16:14:14 -08:00
Jeremiah Orem
4584ce7cfb coretest: bump ref and drop service file. 2014-01-23 16:12:10 -08:00
polvi
22b4462223 Merge pull request #321 from polvi/add-coretest
feat(coretest): add coretest to the images, bump ebuild
2014-01-23 15:06:50 -08:00
polvi
15ca02728d Merge pull request #320 from polvi/usr-dbus2
usr(dbus): add keepdir for missing /etc entries
2014-01-23 15:04:19 -08:00
Alex Polvi
582a23ba6f feat(coretest): add coretest to the images, bump ebuild 2014-01-23 15:03:45 -08:00
Alex Polvi
97e9386b4f usr(dbus): add keepdir for missing /etc entries 2014-01-23 14:57:19 -08:00
Michael Marineau
d744e97b9a Merge pull request #319 from marineam/vimrc
fix(coreos-base/coreos-base): Fix vimrc in non-usr images
2014-01-23 14:56:06 -08:00
Michael Marineau
a53eaec62c fix(coreos-base/coreos-base): Fix vimrc in non-usr images
This symlink (if missing) is created at boot-time in /usr images but we
need it at build time in classic read-only root images.
2014-01-23 14:53:18 -08:00
Michael Marineau
010863d788 Merge pull request #158 from marineam/gmerge
fix(build_image): Properly configure portage in dev images.
2014-01-23 14:45:42 -08:00
Michael Marineau
f3faf640f0 Merge pull request #318 from marineam/gmerge
fix(coreos-base/gmerge): Don't create /etc/make.profile
2014-01-23 14:45:31 -08:00
Michael Marineau
b06c7896f9 fix(build_image): Properly configure portage in dev images.
This replaces the hack in the gmerge ebuild of just copying over a
single package.provided file to create a profile that sorta works.
2014-01-23 14:13:21 -08:00
Michael Marineau
df686e732b fix(coreos-base/gmerge): Don't create /etc/make.profile
This conflicts with /etc/portage/make.profile in the chroot, generating
lots of warnings. This was always a weird hack anyway. Instead lets
start configuring portage properly in dev images, this will be handled
in the build scripts.
2014-01-22 17:08:46 -08:00
Michael Marineau
3e5d90e65c Merge pull request #317 from marineam/dbus
fix(sys-apps/dbus): Rename etc patch, add it to the ebuild.
2014-01-22 17:05:55 -08:00
Michael Marineau
312592ec6d fix(sys-apps/dbus): Rename etc patch, add it to the ebuild.
Tweak the name of the ebuild, it was generated from current git rather
than any particular release. Also it needs to actually be applied. :)
2014-01-22 16:52:21 -08:00
Michael Marineau
13413947ad Merge pull request #150 from marineam/smp
fix(qemu): Enable all available CPU features and SMP by default
2014-01-22 16:09:40 -08:00
Michael Marineau
1fcb1d4766 Merge pull request #81 from marineam/python
bump(dev-lang/python): sync with upstream
2014-01-22 16:00:40 -08:00
Michael Marineau
6cbdd76076 Merge pull request #316 from marineam/python
bump(dev-lang/python): Update to 2.7.6, now in portage-stable
2014-01-22 16:00:25 -08:00
polvi
e8ee2e4b8b Merge pull request #80 from polvi/usr-iproute2
usr(iproute2): move to overlay
2014-01-22 13:43:01 -08:00
polvi
c21c891af7 Merge pull request #315 from polvi/usr-iproute2
Usr iproute2
2014-01-22 13:42:51 -08:00
polvi
bf3b7096ab Merge pull request #79 from polvi/usr-systemd-dbus
usr(systemd-dbus): move systemd and dbus to coreos-overlay
2014-01-22 13:42:30 -08:00
polvi
289ab86403 Merge pull request #314 from polvi/usr-systemd-dbus
Pull dbus/systemd into coreos-overlay and bump related packages
2014-01-22 13:41:29 -08:00
Alex Polvi
0e84e09ac3 usr(systemd-dbus): add patch to allow users to use /etc/ 2014-01-22 13:13:52 -08:00
Michael Marineau
85746a7fb8 bump(dev-lang/python): Update to 2.7.6, now in portage-stable 2014-01-22 12:48:08 -08:00
Michael Marineau
61249242dd Merge pull request #157 from marineam/etc-dirs
fix(tmpfiles): auto-generate tmpfiles based on .keep
2014-01-22 12:46:26 -08:00
Michael Marineau
0e6d9e34ff bump(dev-lang/python): sync with upstream
For bumping to python-2.7.6 which appears to finally have the most
significant cross-compiling fix so lets move this out of our overlay.
2014-01-22 12:30:29 -08:00
Michael Marineau
fdfe2c2e6e fix(tmpfiles): auto-generate tmpfiles based on .keep
To avoid having to sync directory creation and tmpfiles installed by
ebuilds just require ebuilds to do `keepdir /etc/path` and this script
will handle the rest. A possible extension would be to update to handle
symlinks in addition to directories in gen_tmpfiles.py
2014-01-22 12:16:35 -08:00
Alex Polvi
07cbd61d78 usr(iproute2): move sysconfig to /usr/share 2014-01-22 11:03:29 -08:00
Alex Polvi
cb76a0fa70 usr(iproute2): move to coreos-overlay 2014-01-22 11:02:40 -08:00
Alex Polvi
e15bd50880 usr(iproute2): move to overlay 2014-01-22 11:02:05 -08:00
Alex Polvi
98cca9617e usr(systemd-dbus): bump ebuilds 2014-01-22 10:20:26 -08:00
Alex Polvi
2394f92933 usr(systemd-dbus): fix related tlsdate and update-engine 2014-01-21 20:29:10 -08:00
Alex Polvi
e0b84a4981 usr(systemd-dbus): point dbus related configs to /usr/share 2014-01-21 18:55:01 -08:00
Alex Polvi
44039df4a5 usr(systemd-dbus): move systemd and dbus to coreos-overlay 2014-01-21 18:53:43 -08:00
Alex Polvi
61a9bdc1ca usr(systemd-dbus): move systemd and dbus to coreos-overlay 2014-01-21 18:53:17 -08:00
Michael Marineau
d517a0904b Merge pull request #313 from marineam/resize-fix
bump(coreos-base/coreos-init): Switch to cgpt resize
2014-01-21 17:18:16 -08:00
Michael Marineau
40e2815e63 bump(coreos-base/coreos-init): Switch to cgpt resize 2014-01-21 17:13:36 -08:00
polvi
20f8ae73a8 Merge pull request #154 from polvi/usr-rm-from-prod
usr(build-artifacts): remove some things that portage automatically crea...
2014-01-21 16:47:36 -08:00
Alex Polvi
3647ecb1cc use rmdir 2014-01-21 16:43:16 -08:00