Michael Marineau
8be325f406
Merge pull request #317 from marineam/sudo
...
toolchain_util: fix bash syntax when running as root
2014-08-18 14:48:58 -07:00
Michael Marineau
b3ecb2c550
toolchain_util: fix bash syntax when running as root
...
Apparently expanding an empty string before a variable assignment forces
that assignment to be interpreted as a command instead. Instead of an
empty string use env as our sudo alternative when running as root.
2014-08-18 14:41:53 -07:00
Michael Marineau
149ac84bb3
Merge pull request #799 from marineam/updates
...
Fix portage ebuild
2014-08-18 14:17:15 -07:00
Michael Marineau
48b92fcea3
chore(metadata): Regenerate cache
2014-08-18 13:11:50 -07:00
Michael Marineau
15bdfe9bae
portage: fix build, had some lingering python2_6 references
2014-08-18 13:11:16 -07:00
Michael Marineau
b5fdbd288f
Merge pull request #796 from marineam/debug
...
baselayout: create proper symlinks under /usr/lib/debug
2014-08-18 13:05:29 -07:00
Michael Marineau
9f79898507
Merge pull request #315 from marineam/gdb
...
Setup GDB in the SDK
2014-08-18 13:00:39 -07:00
Michael Marineau
ee3eec893f
Merge pull request #797 from marineam/updates
...
Updates for compatibility w/ upstream portage tree
2014-08-18 12:03:35 -07:00
Michael Marineau
38e9489e1e
Merge pull request #316 from marineam/git
...
make_chroot: don't enable git-prompt via bashcomp
2014-08-18 12:00:36 -07:00
Michael Marineau
4a7e03c954
chore(metadata): Regenerate cache
2014-08-18 11:54:29 -07:00
Michael Marineau
fd91ddcf23
update_engine: remove coredumping code, fix glib compatibility
2014-08-18 11:54:20 -07:00
Michael Marineau
63eecc79d8
portage: fix stage1 builds involving new slot dependencies
...
Really screwy crud going on here, see the upstream bug for details:
https://bugs.gentoo.org/show_bug.cgi?id=520112
2014-08-18 11:54:20 -07:00
Michael Marineau
0adce60061
vim: fix cross-compiling, newer ebuilds rely on broken auto-detection
2014-08-18 11:54:20 -07:00
Brian Waldon
7c3d2136a6
bump: fleet v0.7.0
2014-08-18 11:17:37 -07:00
Michael Marineau
70760aaf9b
bump(eclass): sync with upstream
...
Update eclasses and profiles. Since python2.6 has been dropped from the
allowed list in the python eclass all ebuilds must stop referring to it
so a extra ebuilds have to get pulled in with this change.
Packages removed:
dev-python/argparse
virtual/python-argparse
virtual/python-unittest2
Packages updated:
app-portage/gentoolkit
dev-lang/python-exec
dev-libs/boost
dev-libs/libxml2
dev-libs/libxslt
dev-python/dbus-python
dev-python/logilab-common
dev-python/lxml
dev-python/mock
dev-python/pygobject
dev-util/cmake
dev-vcs/git
eclass
licenses
profiles
scripts
sys-devel/automake
sys-devel/automake-wrapper
sys-fs/cryptsetup
2014-08-16 14:14:54 -07:00
Michael Marineau
c8a62a12ee
make_chroot: don't enable git-prompt via bashcomp
...
Newer git ebuilds have decided that the "git-prompt" script isn't really
bash completion so stopped installing it via that mechanism. Instead it
installed it started installing it in /usr/share/docs which gets
compressed by default and the path is based on ebuild version. The path
changed again in 1.9.3 to /usr/share/git and didn't compress it so that
makes it actually possibly usable but 1.9.3 or later isn't stable yet.
We can re-enable it the next time git gets updated but not worth fussing
over the current brokenness right now.
2014-08-16 13:36:57 -07:00
Michael Marineau
399ad853a9
profiles: break dependency loop between glib and pkg-config
2014-08-16 11:57:48 -07:00
Michael Marineau
816c95c815
bump(dev-libs/glib): sync with upstream
...
Update glib and assorted dependencies, our version is so out of date it
prevents updating other ebuilds.
Packages updated:
app-text/yelp-tools
dev-libs/dbus-glib
dev-libs/expat
dev-libs/glib
dev-libs/gobject-introspection
dev-libs/gobject-introspection-common
dev-libs/libffi
dev-util/gdbus-codegen
dev-util/gtk-doc
dev-util/gtk-doc-am
dev-util/itstool
gnome-extra/yelp-xsl
virtual/libffi
virtual/libiconv
2014-08-16 00:02:35 -07:00
Michael Marineau
f08b0d81aa
profiles: disable dependency on x11-misc/shared-mime-info
...
Newer versions of glib pull in this package simply because lots of
glib/gtk apps need it. This isn't applicable to us.
2014-08-15 23:07:57 -07:00
Michael Marineau
8185054b6f
python: remove 2.6 as a supported version
...
2.6 is no longer an allowed value by the upstream python eclass.
2014-08-15 22:42:01 -07:00
Michael Marineau
03e8d451bf
setup_board: setup gdb wrapper and debug symbol path
2014-08-15 16:36:35 -07:00
Michael Marineau
319879609e
toolchain_util: build stable cross gdb, misc cleanups
2014-08-15 16:17:04 -07:00
Michael Marineau
3edb015c1c
baselayout: create proper symlinks under /usr/lib/debug
...
Without these symlinks the path to many things changes and thus gdb
cannot find any symbols.
2014-08-15 15:03:14 -07:00
Alex Crawford
55a8b89103
Merge pull request #795 from marineam/crash
...
systemd: fix udev crash when network devices lack a hwaddr
2014-08-15 12:33:50 -07:00
Michael Marineau
373bd1807b
systemd: fix udev crash when network devices lack a hwaddr
...
This refreshes the full set of 215 patches from my v215-coreos branch.
2014-08-15 12:16:26 -07:00
Alex Crawford
e43d825c82
Merge pull request #794 from crawford/bump
...
coreos-base/coreos-cloudinit: bump to v0.9.3
2014-08-15 10:56:38 -07:00
Alex Crawford
a815ee22b0
coreos-base/coreos-cloudinit: bump to v0.9.3
2014-08-15 10:52:06 -07:00
Michael Marineau
48cb8a1c74
Merge pull request #792 from petrhosek/oem-cloudstack-networkd-leases-fix
...
fix(coreos-base/oem-cloudstack): fix DHCP server resolution
2014-08-15 10:34:10 -07:00
Jonathan Boulle
943939ec62
Merge pull request #793 from jonboulle/bump
...
coreos-base/coreos-cloudinit: bump to v0.9.2
2014-08-12 11:54:44 -07:00
Jonathan Boulle
4e05f8dcaf
coreos-base/coreos-cloudinit: bump to v0.9.2
2014-08-12 11:48:35 -07:00
Petr Hosek
63e3e7c7a0
fix(coreos-base/oem-cloudstack): fix DHCP server resolution
...
The path for network leases has been change in recent versions
of systemd. This fix modified the DHCP server resolution script
used by CloudStack to reflect this change.
2014-08-11 14:12:26 +01:00
Alex Crawford
78459d3b6b
Merge pull request #790 from crawford/cloudinit
...
Revert "coreos-base/coreos-cloudinit: bump to v0.9.1"
2014-08-07 11:09:14 -07:00
Alex Crawford
c28898951c
Revert "coreos-base/coreos-cloudinit: bump to v0.9.1"
...
This reverts commit ab350a7e7ed5d1819fe406b4a0a73cb220cff8db.
2014-08-07 11:02:20 -07:00
Alex Crawford
4c29e4de80
Merge pull request #788 from crawford/ssl
...
profiles: Update to openssl-1.0.1i
2014-08-07 01:02:10 -07:00
Alex Crawford
e7cd6ee007
Merge pull request #130 from crawford/ssl
...
bump(dev-libs/openssl): sync with upstream
2014-08-07 01:02:04 -07:00
Alex Crawford
b5588960d0
profiles: Update to openssl-1.0.1i
...
https://bugs.gentoo.org/show_bug.cgi?id=519264
2014-08-06 23:02:13 -07:00
Alex Crawford
c73c23a62f
bump(dev-libs/openssl): sync with upstream
2014-08-06 22:54:35 -07:00
Alex Crawford
47982596b5
Merge pull request #314 from crawford/timeout
...
onmetal: Up the TOTALTIMEOUT setting
2014-08-06 19:26:49 -07:00
Alex Crawford
5d13999fbb
onmetal: Up the TOTALTIMEOUT setting
...
Bump TOTALTIMEOUT to 5 minutes
2014-08-06 19:22:15 -07:00
Alex Crawford
891c47819b
Merge pull request #313 from crawford/timeout
...
onmetal: Up the TIMEOUT and TOTALTIMEOUT settings
2014-08-06 18:56:27 -07:00
Alex Crawford
3740cc0504
onmetal: Up the TIMEOUT and TOTALTIMEOUT settings
...
Bump TIMEOUT to 15 seconds and TOTALTIMEOUT to 2 minutes
2014-08-06 18:45:05 -07:00
Brian Waldon
8896b57d9b
Merge pull request #787 from bcwaldon/bump-fleet
...
bump: fleet v0.6.2
2014-08-05 17:26:01 -07:00
Brian Waldon
a3c396213f
bump: fleet v0.6.2
2014-08-05 16:23:31 -07:00
Alex Crawford
cea7a996fc
Merge pull request #786 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to v0.9.1
2014-08-04 14:24:16 -07:00
Alex Crawford
cd205fdf91
coreos-base/coreos-cloudinit: bump to v0.9.1
2014-08-04 14:19:50 -07:00
Michael Marineau
9c857b72f3
Merge pull request #785 from marineam/ldconfig
...
systemd: fix ordering between tmpfiles and ldconfig
2014-08-04 12:34:06 -07:00
Michael Marineau
42337d0053
systemd: fix ordering between tmpfiles and ldconfig
2014-08-03 18:42:26 -07:00
Michael Marineau
05fb6ae8b9
Merge pull request #783 from marineam/updates
...
Prepare for updating portage-stable and some cleanups
2014-08-02 20:49:16 -07:00
Michael Marineau
5282f537c9
systemd: work around broken configure test for -Wl,-fuse-ld=gold
2014-08-02 20:37:24 -07:00
Michael Marineau
f3217852ed
docker: sync ebuild with latest version in Gentoo
...
Most of the change here isn't significant except for the compilation
fixes for compiling with a hardened compiler. This was not an issue
previously because the SDK's cross compiler wasn't hardened.
2014-08-02 16:30:24 -07:00