30045 Commits

Author SHA1 Message Date
Michael Marineau
bb3130578d bump(dev-libs/libusb): Sync libusb packages from upstream.
coreos/coreos-overlay@2b3dd492af removed
libusb-0.* but we need that version in addition to libusb-1.*
2013-07-14 01:25:15 -04:00
Michael Marineau
b83d04877e Merge pull request #72 from marineam/sdk-version
Sdk version
2013-07-13 18:36:20 -07:00
Michael Marineau
e03e9dbfdc Merge pull request #32 from marineam/sdk-version
fix(catalyst): Use new COREOS_SDK_VERSION var from version.txt
2013-07-13 18:35:35 -07:00
Michael Marineau
f731726aff clean(binhost): All references to these files have been removed. 2013-07-13 21:12:47 -04:00
Michael Marineau
f24a02e034 fix(catalyst): Use new COREOS_SDK_VERSION var from version.txt
The current SDK version is now provided by the manifest's version.txt
file which is already sourced by common.sh.
2013-07-13 21:06:29 -04:00
Michael Marineau
481f9f7901 fix(config): Include binary packages from current SDK version.
Currently building new releases can fail during the 'update_chroot' step
because the release it is building doesn't have any binary packages yet.
To avoid this add the current built SDK version as a second source for
chroot binary packages.
2013-07-13 20:55:28 -04:00
Brandon Philips
742af4433c Merge pull request #71 from gregkh/remove_deps
Remove a bunch of packages that have newer versions in portage-stable
2013-07-12 11:57:44 -07:00
Brandon Philips
c8870575a8 Merge pull request #17 from gregkh/remove_deps
feat(sys-libs) remove zlib files that should not be here
2013-07-12 08:28:24 -07:00
Greg Kroah-Hartman
c3077b6a19 feat(sys-libs) remove zlib files that should not be here
Somehow they got checked into this directory, and not sys-libs/zlib,
which is where they really exist, and belong.
2013-07-11 22:27:49 -07:00
Greg Kroah-Hartman
f639711cdd feat(net-misc/curl) remove as portage-stable has newer version 2013-07-11 22:27:24 -07:00
Greg Kroah-Hartman
b04112adcd feat(net-libs/neon) remove as portage-stable has newer versions 2013-07-11 22:27:05 -07:00
Greg Kroah-Hartman
519a0e0512 feat(net-firewall/iptables) remove as portage-stable has newer version 2013-07-11 22:26:41 -07:00
Greg Kroah-Hartman
8087daaa3e feat(sys-apps/pv) remove as portage-stable has newer version 2013-07-11 22:26:21 -07:00
Greg Kroah-Hartman
e130f9eea7 feat(media-libs/libpng) remove as portage-stable has new version 2013-07-11 22:25:54 -07:00
Greg Kroah-Hartman
881cc03569 feat(sys-fs/udev) remove package as portage-stable has newer version 2013-07-11 22:25:17 -07:00
Greg Kroah-Hartman
07066716ba feat(dev-libs/protobuf) remove as newer versions are in portage-stable 2013-07-11 21:42:43 -07:00
Greg Kroah-Hartman
b0e075a09a feat(dev-libs/libffi) remove as newer versions are in portage-stable 2013-07-11 21:42:18 -07:00
Greg Kroah-Hartman
a89d45253d feat(dev-libs/libusb) remove as portage-stable has newer versions 2013-07-11 21:41:14 -07:00
Greg Kroah-Hartman
52b4d3e02c feat(dev-python/pygobject) remove as portage-stable has newer versions 2013-07-11 21:40:23 -07:00
Greg Kroah-Hartman
5d960bbbc4 feat(app-editors/vim) remove package as portage-stable has newer versions 2013-07-11 21:38:26 -07:00
Greg Kroah-Hartman
7af9d70a2c feat(dev-vcs/subversion) remove packages as portage-stable has newer versions 2013-07-11 21:37:20 -07:00
Greg Kroah-Hartman
8a6295db5e feat(dev-vcs/git) remove, as portage-stable has a newer version 2013-07-11 21:36:35 -07:00
Michael Marineau
a84de1b277 Merge pull request #70 from marineam/gcc46
fix(coreos-base/verity): Fix use of gcc flag not available in 4.6
2013-07-11 12:32:58 -07:00
Michael Marineau
54dd7da6fe fix(coreos-base/verity): Fix use of gcc flag not available in 4.6
Verity uses -fstack-protector-strong which was added in 4.7, use -all
instead which is available in 4.6. Dunno what impact this has but we
don't actually use it yet so *shrug*. Only a temporary fix since we
would probably want to fork verity if we use it or drop support entirely
if we decide we never will.
2013-07-11 10:55:35 -07:00
Greg Kroah-Hartman
e8b1eaf864 Merge pull request #16 from gregkh/remove_deps
Remove unneeded ebuilds from sys-apps/
2013-07-11 09:43:20 -07:00
Greg Kroah-Hartman
5e3df11447 Merge pull request #69 from marineam/eclass-fixes
fix(app-editors/qemacs): Fix malformed patch.
2013-07-11 09:42:47 -07:00
Greg Kroah-Hartman
3bce59c522 Merge pull request #68 from gregkh/remove_deps
Remove some sys-apps/ ebuilds that are not needed.
2013-07-11 09:41:23 -07:00
Greg Kroah-Hartman
e9d3422bb5 Merge pull request #67 from gregkh/baselayout
baselayout changes to update etc/os-release
2013-07-11 09:41:00 -07:00
Michael Marineau
326e9bb802 fix(app-editors/qemacs): Fix malformed patch.
This patch uses relative paths that are rejected by newer and stricter
eclass versions. Pulled from current portage but I'm purposefully *not*
updating the ebuild as the latest texi2html which in turn pulls in a lot
of new perl dependencies and we don't even care about texi2html or the
html docs it is used to produce in the first place so bleh.
2013-07-11 08:51:36 -07:00
Greg Kroah-Hartman
9edddf13ed feat(sys-apps/debianutils) delete
The ebuilds in portage-stable are newer, if we are even still using this
package (I wasn't able to tell for some odd reason...)
2013-07-10 23:14:29 -07:00
Greg Kroah-Hartman
b6cf6aa395 feat(sys-apps/module-init-tools) delete
We are using kmod instead, so just delete module-init-tools entirely,
it's not needed.
2013-07-10 23:13:29 -07:00
Greg Kroah-Hartman
d60806c465 feat(sys-apps/shadow) delete ebuilds
We are using the newer one in portage-overlay, these are here for no
reason, so delete them.
2013-07-10 23:12:54 -07:00
Greg Kroah-Hartman
23f9640417 feat(sys-apps/busybox) delete ebuilds
We are using the ebuilds in coreos-overlay/sys-apps/busybox instead
already, so this one is just duplicated for no reason.
2013-07-10 23:11:00 -07:00
Greg Kroah-Hartman
20ecb6b6b4 feat(sys-apps/module-init-tools) delete the ebuilds as kmod is being used
No more need for this ebuild to even hang around anymore, kmod handles
it all now.
2013-07-10 23:10:00 -07:00
Greg Kroah-Hartman
35a6c85f5b feat(sys-apps/baselayout) remove old baselayout ebuild
It wasn't being used, portage-stable was more up to date anyway.
2013-07-10 22:47:36 -07:00
Greg Kroah-Hartman
dbca7fb617 feat(sys-apps/baselayout) CoreOS deserves it's own etc/os-release
Also modifies /etc/gentoo-release because python hasn't been updated to
use os-release, it still wants the old distro-specific files.
2013-07-10 22:45:43 -07:00
Brandon Philips
766454a3b6 Merge pull request #66 from philips/etcd-c10n
feat(dev-db): coordinate with the c10n service
2013-07-10 17:41:00 -07:00
Brandon Philips
b293cd63d6 feat(dev-db): coordinate with the c10n service
this is an experiment to coordinate etcd with c10n.
2013-07-10 17:39:22 -07:00
Michael Marineau
3b2c247612 Merge pull request #64 from marineam/toolchain
clean(toolchain): Remove overlay toolchain, moved to portage-stable
2013-07-10 17:21:14 -07:00
Michael Marineau
ae5b8d940e Merge pull request #15 from marineam/toolchain
Toolchain updates
2013-07-10 17:21:00 -07:00
Michael Marineau
c707f8ed92 Merge pull request #31 from marineam/toolchain
Script updates
2013-07-10 17:08:17 -07:00
Michael Marineau
0ec409f7ec Merge pull request #63 from marineam/ourpkgs
fix(config): Remove URL for old Google toolchain packages.
2013-07-10 16:50:22 -07:00
Michael Marineau
ddb92a0887 feat(build_library): Add --upload_path option to override default
This will be used to upload the latest images built from master, we
don't need every build so we just want to upload to a 'master'
directory, not one named for the current version.
2013-07-10 19:44:40 -04:00
polvi
8f6f96b212 Merge pull request #62 from philips/new-etcd
feat(dev-db/etcd): add new raft based etcd
2013-07-10 16:24:27 -07:00
Michael Marineau
e3ff01d7a3 fix(config): Remove URL for old Google toolchain packages.
As of v9.1.0 we have our own binary toolchain packages so this is no
longer needed.
2013-07-10 16:23:27 -07:00
Brandon Philips
f2640f0d8f feat(dev-db/etcd): add new raft based etcd 2013-07-10 16:07:08 -07:00
Michael Marineau
01b830e31b bump(eclass): Update eclasses used by toolchain ebuilds.
Sync with upstream, but only a small set of eclasses just to reduce the
chance of surprises. A full sync of all eclasses will come later.
2013-07-10 17:46:21 -04:00
Michael Marineau
15b637aa78 fix(catalyst): Take advantage of binary packages for cross toolchains.
The previous logic here only skipped the bootstrap if the toolchain
packages were already installed (which won't happen on the build host)
but we can also skip the bootstrap if binary packages are available
(which will happen on the build host). This will help avoid needless gcc
rebuilds :)
2013-07-10 17:31:22 -04:00
Michael Marineau
32b17f5039 clean(toolchain): Remove overlay toolchain, moved to portage-stable
We have to actually remove these as opposed to ~keywording them because
crossdev will always use packages from overlays if they exist.

This won't actually impact anyone's SDK just yet as update_chroot will
only use binary packages for the toolchains. It will keep checking for
updates but not do anything until those updates are available from the
binhost. So the next release will switch to the new toolchain.
2013-07-10 15:13:01 -04:00
Michael Marineau
a53048e9f4 bump(toolchain): sync with upstream
Packages updated:
  sys-devel/binutils
  sys-devel/gcc
  sys-devel/gdb
  sys-kernel/linux-headers
  sys-libs/glibc
2013-07-10 14:50:24 -04:00