30859 Commits

Author SHA1 Message Date
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
7a8bacbea1 bump(app-misc/ca-certificates): sync with upstream 2014-02-04 16:51:04 -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
0d91598591 Merge pull request #83 from polvi/usr-bash
usr(bash): move bash to coreos-overlay
2014-01-31 17:07:05 -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
2d3ef2cd9a usr(bash): move bash to coreos-overlay 2014-01-31 16:26:19 -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
Alex Polvi
581855f4d2 usr(bash): move bash to coreos-overlay 2014-01-31 16:11:07 -08:00
Michael Marineau
05b0db01af Merge pull request #164 from marineam/cleanup
fix(base_image_util): Prune old reference to platform/dev
2014-01-31 15:56:12 -08:00
Michael Marineau
1f84df1388 fix(base_image_util): Prune old reference to platform/dev 2014-01-31 15:46:29 -08:00
polvi
bc2f557b83 Merge pull request #323 from polvi/usr-systemd3
Usr systemd3
2014-01-31 15:28:04 -08:00
Alex Polvi
73fca0b33e move the rm to the ebuild 2014-01-31 15:24:24 -08:00
polvi
78ab864a37 Merge pull request #324 from polvi/usr-tlsdate2
usr(tlsdate): move to /usr/share/tlsdate
2014-01-31 13:06:11 -08:00
Michael Marineau
736d4bbae8 Merge pull request #82 from marineam/nfs
bump(net-fs/nfs-utils): sync with upstream
2014-01-31 10:10:54 -08:00
Michael Marineau
70c16725d7 bump(net-fs/nfs-utils): sync with upstream
This bumps to nfs-utils-1.2.9 which has the useful property of actually
declaring that it depends on util-linux. This fixes build failures that
parallel_emerge's automatic retry logic was papering over.

Packages updated:
  net-fs/nfs-utils
  net-libs/libnfsidmap
  net-libs/libtirpc
  net-nds/rpcbind
  sys-apps/keyutils
2014-01-30 18:23:52 -08:00
Michael Marineau
0a9e74d331 Merge pull request #329 from marineam/coreinit
fix(app-admin/coreinit): Switch to new 'stable' ebuild.
2014-01-30 14:37:57 -08:00
Michael Marineau
8e86082bff fix(app-admin/coreinit): Switch to new 'stable' ebuild.
Depending on live ebuilds is potentially flaky, time to start bumping
manually. Also fix the build, the path to the built binaries changed.
2014-01-30 14:25:30 -08:00
Michael Marineau
6eab81061b Merge pull request #328 from marineam/fix-docker
fix(coreos-base/coreos-init): Sync up stable and live ebuilds.
2014-01-30 14:13:41 -08:00
Michael Marineau
fad6a267c7 Merge pull request #326 from gregkh/kernel_update
bump(sys-kernel/coreos-kernel) Bump to 3.13.0
2014-01-30 14:09:33 -08:00
Michael Marineau
fa7742c46c fix(coreos-base/coreos-init): Sync up stable and live ebuilds.
Trying on a new scheme to use an if statement so we can share the same
ebuild between live and stable ebuilds. This should help avoid letting
the two get out of sync.
2014-01-30 14:01:09 -08:00
Michael Marineau
53ba1def9d Merge pull request #163 from marineam/digest-fix
fix(vm_image_util): If DIGESTS wasn't generated don't copy it.
2014-01-30 13:36:13 -08:00
Michael Marineau
bf6ee33244 fix(vm_image_util): If DIGESTS wasn't generated don't copy it.
Failed to test my last change with uploads disabled :(

Also, it needs to be return 0, not return.
2014-01-30 13:31:36 -08:00
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