Michael Marineau
05f34b6107
Merge pull request #128 from marineam/krb5
...
bump(app-crypt/mit-krb5): sync with upstream
2014-07-28 18:58:08 -07:00
Michael Marineau
724057747c
Merge pull request #772 from marineam/krb5
...
mit-krb5: work around broken autoconf tests
2014-07-28 18:57:56 -07:00
Michael Marineau
57c632bd04
bump(app-crypt/mit-krb5): sync with upstream
...
Lots of things here, wget for example is not strictly related but
updating mit-krb5 required pulling in a multilib version of the openssl
library which in turn impacts how other dependencies work. The new libev
and libverto dependencies are the ones directly required by mit-krb5.
Packages updated:
app-crypt/mit-krb5
dev-libs/libev
dev-libs/libverto
dev-libs/openssl
net-misc/openssh
net-misc/wget
virtual/krb5
2014-07-28 18:32:54 -07:00
Michael Marineau
5ba7c83a50
mit-krb5: work around broken autoconf tests
...
The configure script attempts several tests that cannot be used when
cross compiling. Export the various autoconf vars instead.
2014-07-28 18:28:49 -07:00
Michael Marineau
127d83250d
Merge pull request #771 from marineam/gitclone
...
gmerge: add emerge-gitclone, remove unused scripts
2014-07-28 15:26:55 -07:00
Michael Marineau
8225dff7b7
gmerge: add emerge-gitclone, remove unused scripts
2014-07-28 14:54:15 -07:00
Michael Marineau
7c594a1706
Merge pull request #310 from marineam/ami
...
AMI build updates
2014-07-28 13:27:00 -07:00
Michael Marineau
a53ff2a03b
amis: run build script as normal user
...
This reduces the awkwardness of passing credentials to the build job.
Replace run.sh with assorted example scripts for prod, master, etc.
2014-07-28 13:14:36 -07:00
Michael Marineau
f6801e6b21
amis: split build/copy and publishing publicly into different steps
...
For a long time these scripts have always set images as public
regardless of whether the image was a working production image or not.
This may lead users to boot random development images if they happen to
pop up to the top of Amazon's terrible AMI search page.
2014-07-28 13:14:36 -07:00
Alex Crawford
b97318b670
Merge pull request #105 from crawford/master
...
remove(sys-apps/portage): Move sys-apps/portage to coreos-overlay
2014-07-25 11:03:32 -07:00
Michael Marineau
5202b91f07
Merge pull request #769 from marineam/portage
...
Portage 2.2.8 OMG
2014-07-24 19:39:11 -07:00
Michael Marineau
6feb1c0700
Merge pull request #127 from marineam/catalyst
...
bump(dev-util/catalyst): sync with upstream
2014-07-24 17:55:20 -07:00
Michael Marineau
ee1840fe04
Merge pull request #309 from marineam/cloudstack
...
feat(vm_image_util): CloudStack support
2014-07-24 17:50:09 -07:00
Petr Hosek
95e5912b14
feat(vm_image_util): CloudStack support
...
Provide initial support for CloudStack.
2014-07-24 17:47:57 -07:00
Michael Marineau
4bd36056b2
Merge pull request #630 from petrhosek/add-oem-cloudstack
...
add(coreos-base/oem-cloudstack): CloudStack support
2014-07-24 17:23:45 -07:00
Michael Marineau
cef3944504
chore(metadata): Regenerate cache
2014-07-24 12:12:10 -07:00
Michael Marineau
9b18163577
Merge pull request #308 from marineam/hack
...
onmetal: Replace boot_kernel's args
2014-07-24 12:01:35 -07:00
Michael Marineau
3ee48fac14
onmetal: Replace boot_kernel's args
...
The console should be on ttyS4 and just in case blacklist mei.
2014-07-24 11:57:57 -07:00
Michael Marineau
365a8bb9fe
bump(dev-util/catalyst): sync with upstream
2014-07-24 11:48:39 -07:00
Michael Marineau
b345696c4a
Merge pull request #126 from marineam/binutils
...
bump(sys-devel/binutils): sync with upstream
2014-07-24 10:09:18 -07:00
Michael Marineau
7e89879323
portage: stabalize 2.2.8
2014-07-23 16:43:39 -07:00
Michael Marineau
ffe28267e8
bump(sys-devel/binutils): sync with upstream
2014-07-23 15:59:55 -07:00
Michael Marineau
ad15dc7516
Merge pull request #768 from marineam/domain
...
systemd: re-add support for setting domain name via DHCP
2014-07-23 15:56:43 -07:00
Michael Marineau
ba83d68a6f
Merge pull request #758 from marineam/eroot
...
portage: Add patch to filter EROOT from ebuild environment
2014-07-23 15:46:37 -07:00
Michael Marineau
a648c7fdbe
Merge pull request #757 from marineam/user
...
eclass: set default portage user and group
2014-07-23 15:46:25 -07:00
Michael Marineau
4c88c69412
Merge pull request #307 from marineam/fix-loop
...
build_package: fix loop between two loop breaking steps
2014-07-23 15:46:15 -07:00
Jonathan Boulle
da559f4b9b
Merge pull request #767 from jonboulle/master
...
app-emulation/docker: bump to 1.1.2
2014-07-23 12:47:57 -07:00
Jonathan Boulle
268a1e586f
app-emulation/docker: bump to 1.1.2
2014-07-23 12:36:19 -07:00
Michael Marineau
9adde8811c
Merge pull request #766 from marineam/time
...
systemd: timesyncd is now enabled under sysinit.target
2014-07-22 20:26:33 -07:00
Michael Marineau
5246943e1c
systemd: re-add support for setting domain name via DHCP
2014-07-22 18:51:09 -07:00
Michael Marineau
d7fead7234
systemd: timesyncd is now enabled under sysinit.target
2014-07-22 15:08:22 -07:00
Michael Marineau
a518dc8df1
build_package: fix loop between two loop breaking steps
...
If util-linux has a binary package it will be used, but if that binary
package has +udev it will pull in systemd. systemd has a loop that needs
to be broken too so if the util-linux loop breaker doesn't also handle
the systemd one it all falls apart.
In short the comment above the loop breaker code noting that we can try
this until it gets wonky. Well, it is wonky and we need to re-do how
build_packages works as a result. This is just a temporary workaround
until we figure out a larger restructuring.
2014-07-22 14:49:52 -07:00
Michael Marineau
aac815e449
Merge pull request #306 from marineam/fail
...
setup_board: fix fetching binary toolchain packages
2014-07-22 14:20:54 -07:00
Michael Marineau
e19de29cda
setup_board: fix fetching binary toolchain packages
...
Fix 98684560 which in turn tried to fix 0d29e735. This time the option
to download binary packages was lost so building from scratch worked but
not the normal usage of using binary packages. *sigh*
2014-07-22 14:11:18 -07:00
Michael Marineau
4ca4b65dba
Merge pull request #303 from marineam/fixes
...
Toolchain build fixes
2014-07-22 12:44:41 -07:00
Michael Marineau
6b9d061c0a
Merge pull request #125 from marineam/eroot
...
toolchain-binutils.eclass: sync with upstream
2014-07-21 21:41:42 -07:00
Alex Crawford
ae6dd50787
Merge pull request #765 from crawford/master
...
coreos-base/coreos-cloudinit: bump to v0.9.0
2014-07-21 19:27:10 -07:00
Michael Marineau
fd8473baaa
Merge pull request #764 from marineam/bump
...
locksmith: now with less crashing
2014-07-21 19:23:18 -07:00
Alex Crawford
e2a7216a4a
coreos-base/coreos-cloudinit: bump to v0.9.0
2014-07-21 19:21:01 -07:00
Michael Marineau
fbd4b03cec
locksmith: now with less crashing
2014-07-21 19:17:58 -07:00
Alex Crawford
26092216ed
Merge pull request #763 from crawford/fillings
...
Pull teeth. Replace with onmetal.
2014-07-21 20:44:39 -05:00
Alex Crawford
abf24663a2
Merge pull request #305 from crawford/fillings
...
Pull teeth. Replace with onmetal.
2014-07-21 20:44:36 -05:00
Alex Crawford
712c1a3d9b
Pull teeth. Replace with onmetal.
2014-07-21 18:40:36 -07:00
Michael Marineau
8b8b969c6b
Merge pull request #759 from marineam/hostname
...
systemd: report errors when setting hostname from dhcp
2014-07-21 18:40:16 -07:00
Michael Marineau
4b359375d7
Merge pull request #304 from marineam/hostname
...
qemu: set DHCP hostname based on image name and version
2014-07-21 18:32:08 -07:00
Alex Crawford
e6e009bb05
Pull teeth. Replace with onmetal.
2014-07-21 18:30:26 -07:00
Alex Crawford
8b8f235541
Merge pull request #762 from crawford/teeth
...
coreos-base/oem-rackspace-teeth: Move rename-interfaces.sh into script
2014-07-21 18:29:29 -07:00
Alex Crawford
f62db5109f
coreos-base/oem-rackspace-teeth: Move rename-interfaces.sh into script
2014-07-21 18:15:58 -07:00
Michael Marineau
891c5047fd
Merge pull request #761 from marineam/lockfix
...
Fixes for locksmith
2014-07-21 18:15:56 -07:00
Michael Marineau
5e727f7dad
locksmith: featuring a much longer attention span
2014-07-21 18:06:05 -07:00