26840 Commits

Author SHA1 Message Date
Michael Marineau
f471b4a709 Merge pull request #496 from marineam/usepkgonly
New build script flag --usepkgonly
2016-02-03 22:12:24 -08:00
Michael Marineau
d327840ce8 *: add --usepkgonly flag to avoid building from source 2016-02-03 18:29:16 -08:00
Michael Marineau
a3fceb1957 update_chroot: cleanup flags, include all in usage 2016-02-03 18:29:16 -08:00
Michael Marineau
81ee5389c0 build_packages: accept package names as an argument 2016-02-03 18:29:16 -08:00
Michael Marineau
a42ffcddbb build_packages: include all flags in usage message 2016-02-03 17:37:38 -08:00
Michael Marineau
bf104d415e build_packages: remove old --reuse_pkgs_from_local_boards flag
Removed from setup_board in ancient times e6b3c608.
2016-02-03 17:30:10 -08:00
Michael Marineau
10a7864ff0 build_packages: flip weird inverted boolean flag
Use `--workon` and `--noworkon` instead of `--nonoworkon` and `--noworkon`
2016-02-03 17:26:24 -08:00
Michael Marineau
602412fd2a build_packages: remove unused --accept_licenses
This flag was dropped from setup_board way back in commit 7d6619df8.
2016-02-03 17:23:20 -08:00
Michael Marineau
5a42bd8565 setup_board: cleanup flags section
Move most flags into the usage message and use a more consistent style.
2016-02-03 17:22:15 -08:00
Nick Owens
ec1cca932c app-emulation/rkt: fix up tpm USE flag 2016-02-03 15:58:41 -08:00
Nick Owens
372e3a8090 app-emulation/rkt: install rkt tmpfiles snippet 2016-02-03 15:58:00 -08:00
Nick Owens
0833d0eb2c dev-db/etcd: bump to v2.2.5 2016-02-03 15:54:34 -08:00
Alex Crawford
98d9d832ec Merge pull request #1760 from crawford/init
coreos-base/coreos-init: bump coreos-install
2016-02-03 18:40:54 -05:00
Alex Crawford
47575ddca7 coreos-base/coreos-init: bump coreos-install
This pulls in support for Ignition.
2016-02-03 18:36:28 -05:00
Nick Owens
a66a897f28 Merge pull request #1759 from mischief/baselayout-rkt
sys-apps/baselayout: include change to remove rkt group
2016-02-03 15:19:53 -08:00
Nick Owens
1332556f52 sys-apps/baselayout: include change to remove rkt group 2016-02-03 15:14:02 -08:00
Nick Owens
efd883b75f app-emulation/rkt: break 0.16.0-r1 -> 9999 symlink 2016-02-03 15:07:28 -08:00
Nick Owens
bf6db751bd Merge pull request #1758 from mischief/rkt-sysusers
app-emulation/rkt: install rkt sysusers.d snippet
2016-02-03 15:02:14 -08:00
Nick Owens
91a129214c app-emulation/rkt: install rkt sysusers.d snippet 2016-02-03 15:01:37 -08:00
Nick Owens
f8ab5dd961 Merge pull request #1756 from mischief/go-tspi-keywords
app-crypt/go-tspi: fix keywords for live ebuild and bump to master
2016-02-02 21:22:32 -08:00
Nick Owens
b645219ff8 app-crypt/go-tspi: fix keywords for live ebuild and bump to master 2016-02-02 21:17:31 -08:00
Nick Owens
94dae75a2d Merge pull request #1755 from mischief/mantle-release
coreos-devel/mantle: bump to 0.0.9
2016-02-02 20:05:03 -08:00
Nick Owens
a7828331c2 coreos-devel/mantle: bump to 0.0.9 2016-02-02 19:42:49 -08:00
Nick Owens
02d9959c02 Merge pull request #1754 from mischief/coreos-semver-eclass
eclass: add get_semver() to cros-workon eclass
2016-02-02 19:41:38 -08:00
Nick Owens
09ffbde166 eclass: add get_semver() to cros-workon eclass 2016-02-02 19:37:29 -08:00
Nick Owens
1bf8684127 Merge pull request #376 from mischief/bison
bump(sys-devel/bison): sync with upstream
2016-02-02 19:26:45 -08:00
Nick Owens
7508f29ffa Merge pull request #1743 from mischief/acbuild
put acbuild in sdk
2016-02-02 15:02:56 -08:00
Nick Owens
271329da24 coreos-devel/sdk-depends: pull app-emulation/acbuild into sdk 2016-02-02 13:36:37 -08:00
Nick Owens
42067e50e8 app-emulation: add acbuild v0.2.2 2016-02-02 13:36:37 -08:00
Nick Owens
0f3efa0013 bump(sys-devel/bison): sync with upstream 2016-02-02 12:30:36 -08:00
Michael Marineau
b3a64cc7c4 Merge pull request #495 from marineam/date
core_date: dumb little script so I can stop doing math
2016-02-01 14:53:06 -08:00
Michael Marineau
867ccc06c6 core_date: dumb little script so I can stop doing math
Compute coreos version for a date or the date of a coreos version.
Arguments are passed to `date` except for `-v` which takes an optional
version value and converts it to a date. `-v` must be the first arg.

    $ ./core_date
    945
    $ ./core_date -d wed
    947
    $ ./core_date -v
    Fri Jan 29 00:00:00 UTC 2016
    $ ./core_date -v +%D
    01/29/16
    $ ./core_date -v 1000
    Sun Mar 27 00:00:00 UTC 2016
    $ ./core_date -v 1000 +%D
    03/27/16
2016-02-01 14:39:59 -08:00
Nick Owens
5f98a5296b Merge pull request #1751 from danderson/master
Add an [Install] section to flanneld's systemd unit.
2016-01-30 23:09:02 -08:00
David Anderson
d795e6eead Add an [Install] section to flanneld's systemd unit.
Fixes coreos/bugs#1102.
2016-01-30 23:01:35 -08:00
Nick Owens
7f38711a84 Merge pull request #1738 from mischief/rkt-0.16.0
app-emulation/rkt: bump version to 0.16.0
2016-01-28 15:14:21 -08:00
Nick Owens
d3a1e602e1 Merge pull request #1749 from mischief/openssl-1.0.2f
Openssl 1.0.2f
2016-01-28 14:46:28 -08:00
Nick Owens
59a3e1fd1d app-emulation/rkt: bump version to 0.16.0 2016-01-28 14:44:05 -08:00
Nick Owens
bd3e22f7ac Merge pull request #1748 from mischief/baselayout
sys-apps/baselayout: include change to disable LLMNR
2016-01-28 14:42:47 -08:00
Nick Owens
db9166e39a sys-apps/baselayout: include change to disable LLMNR 2016-01-28 14:42:00 -08:00
Nick Owens
402836b1c0 dev-libs/openssl: bump to 1.0.2f
fixes CVE-2016-0701 and CVE-2015-3197 and updates CVE-2015-4000 (logjam)

https://www.openssl.org/news/secadv/20160128.txt
2016-01-28 14:15:56 -08:00
Nick Owens
a8bc8f0c5b dev-libs: import openssl-1.0.2e from portage-stable 2016-01-28 14:11:10 -08:00
Michael Marineau
143c7b312e Merge pull request #494 from marineam/boto
release_util: use BOTO_PATH instead of searching for .boto
2016-01-28 13:25:57 -08:00
Michael Marineau
9332cb697e release_util: use BOTO_PATH instead of searching for .boto
This simplifies the code a little and allows BOTO_PATH or BOTO_CONFIG to
be set in the environment. Now configs may be in arbitrary locations.
2016-01-28 13:10:01 -08:00
Michael Marineau
cf3b1fdf1f Merge pull request #1747 from marineam/baselayout-proc
baselayout: tolerate /proc and friends being mounted read-only
2016-01-27 14:58:55 -08:00
Michael Marineau
cb253416ac baselayout: tolerate /proc and friends being mounted read-only 2016-01-27 14:57:46 -08:00
Geoff Levand
59b46ba9f1 Merge pull request #373 from glevand/for-merge-net
Update for net
2016-01-26 15:15:22 -08:00
Alex Crawford
58f9b027c7 Merge pull request #1746 from crawford/flannel
app-admin/flannel: expose docker path as variable
2016-01-26 15:10:57 -08:00
Nick Owens
5a065ef9e5 Merge pull request #1745 from mischief/portage
portage 2.2.26
2016-01-26 14:18:25 -08:00
Alex Crawford
a8f02e6902 app-admin/flannel: expose docker path as variable
This allows users to override the path to a local mirror.
2016-01-25 19:08:41 -08:00
Michael Marineau
95d0bdaf72 *: Fix PIPESTATUS checks for bash 4.3
The one-liner `[[ -z ${PIPESTATUS[*]#0} ]]` no longer works because the
expansion still includes spaces even if all the values are zero. Somehow
that didn't matter in bash 4.2 but it does mater in 4.3 to be consistent
with the general behavior of variables in [[ tests.
2016-01-25 18:25:53 -08:00