Commit Graph

4258 Commits

Author SHA1 Message Date
Benjamin Gilbert
72bd0b175b build_library: attach virtio-rng-pci device to QEMU VMs
Pass /dev/urandom through to QEMU VMs. (Not /dev/random, to avoid
draining the host's entropy.) This speeds initialization of VM entropy.
2018-05-15 17:22:24 -04:00
Stephen Demos
72780d8347
Merge pull request #810 from sdemos/updateservicectl
transfer.sh: use update-percent in updateservicectl calls
2018-05-01 14:09:43 -07:00
Benjamin Gilbert
4ad12621ca
Merge pull request #811 from bgilbert/oci
build_library: drop oracle_oci_qcow image format
2018-04-25 23:32:05 -04:00
Benjamin Gilbert
e752c40b90 oem/oracle: drop utility scripts 2018-04-25 22:44:20 -04:00
Benjamin Gilbert
0e83301d8c build_library: drop oracle_oci_qcow image format
Images have been published to the release buckets, but never to OCI.
2018-04-25 22:40:29 -04:00
Andrew Jeddeloh
9fb032deaf
Merge pull request #769 from ajeddeloh/out-of-date
Check_out_of_date: add script
2018-04-24 11:48:06 -07:00
Stephen Demos
fd4fce0e7b
transfer.sh: use update-percent in updateservicectl calls 2018-04-23 15:27:15 -07:00
David Michael
bca1b0caa9
Merge pull request #807 from dm0-/glsa
build_library: Whitelist the new Go 1.10 GLSA
2018-04-16 14:09:08 -04:00
David Michael
a9f4311f86 build_library: Whitelist the new Go 1.10 GLSA
This is the same story as the others: our images will fail the GLSA
checks as long as we build old Go versions.  However, this one will
fail for any version less than 1.10.1 now.
2018-04-16 13:21:21 -04:00
Benjamin Gilbert
2ea6fc0e02
Merge pull request #806 from bgilbert/fat32
Revert "Revert "disk_util: use FAT32 on ESP""
2018-04-13 13:17:47 -04:00
Benjamin Gilbert
fdf8cc2cda Revert "Revert "disk_util: use FAT32 on ESP""
FAT32 seemed to aggravate https://github.com/coreos/bugs/issues/2284, but
now that that issue has been addressed, we can return to the correct
filesystem type.

This reverts commit 299f8fb3d1.
2018-04-12 17:00:28 -04:00
David Michael
7c3e545769
Merge pull request #805 from dm0-/docker
build_torcx_store: Bump the default to 18.04 and LTS to 18.03
2018-04-12 11:52:17 -04:00
David Michael
ea20b0d859 build_torcx_store: Bump the default to 18.04 and LTS to 18.03 2018-04-11 08:17:51 -04:00
David Michael
31e5eb34b8
Merge pull request #789 from dm0-/glibc
enter_chroot: Drop special locale-gen handling
2018-04-11 00:06:37 -04:00
David Michael
d2f2e11225 update_chroot: Allow upgrading glibc 2018-04-06 18:30:38 -04:00
David Michael
45ef8cea91 enter_chroot: Drop special locale-gen handling
The glibc ebuild runs locale-gen itself while installing.
2018-04-04 12:53:20 -04:00
David Michael
24b8644bc1
Merge pull request #801 from dm0-/docker
build_torcx_store: Bump the default Docker version to 18.03
2018-03-23 17:33:00 -04:00
David Michael
352b6cc54d build_torcx_store: Bump the default Docker version to 18.03 2018-03-23 08:10:59 -04:00
Benjamin Gilbert
9665a5e6fb
Merge pull request #799 from dongsupark/dongsu/fix-qemu-template
Fix a bug when setting VM_CDROM in qemu template
2018-03-12 17:01:05 -04:00
Dongsu Park
52214f533b build_library: fix a bug when setting a CDROM image
Setting `$VM_CDROM` in the qemu script does not work as expected when
installing Container Linux from the given bootable CDROM image. That's
probably because qemu-system-x86_64 expects another boot option `-boot
order=d` to be able to boot from the given CDROM drive. Let's specify
specify a `-boot` as well as `-drive` option for the given CDROM drive.
2018-03-12 21:38:42 +01:00
David Michael
3d121608d2
Merge pull request #798 from dm0-/glsa
build_library: Whitelist the new Go 1.9 GLSA
2018-03-07 19:43:01 -05:00
David Michael
3383790d28 build_library: Whitelist the new Go 1.9 GLSA
This is the same case as the previous one.  Our Go 1.8 package has
the fix, but none of the older unsupported versions do.  Since we
have multiple installed versions and this says anything less than
Go 1.9 is vulnerable, we have to whitelist it until all older
versions of Go are removed from the OS.
2018-03-07 18:54:15 -05:00
Andrew Jeddeloh
28e81cab37 *: add script to check for duplicate pkgs
Add a script to check for packages defined in both coreos-overlay and
portage-stable.
2018-03-07 14:25:45 -08:00
Andrew Jeddeloh
8cd71da123 check_out_of_date: add script
Add a script to check where portage-stable or an image package list is
out of date with regards to gentoo upstream.
2018-03-07 14:23:30 -08:00
David Michael
51dc749038
Merge pull request #795 from dm0-/ccache
catalyst: Disable ccache
2018-03-06 13:20:01 -05:00
David Michael
09e3c49811 catalyst: Disable ccache
It provides no value when it works, and it's randomly causing
failures to build toolchains due to permissions problems after
certain releases.  This also requires taking it out of FEATURES in
the portage profile (which is the SDK profile by default).

Test Jenkins runs of SDK and toolchains jobs both ran in the same
time as with ccache enabled.
2018-03-05 17:58:25 -05:00
David Michael
575f7cdf63
Merge pull request #791 from dm0-/gcc
update_chroot: Drop obsolete GCC versions, older than 7.3.0
2018-02-11 10:44:05 -05:00
David Michael
2880de9a89 update_chroot: Drop obsolete GCC versions, older than 7.3.0 2018-02-08 20:45:57 -05:00
David Michael
72bef6c986
Merge pull request #790 from dm0-/docker
build_torcx_store: Upgrade the default Docker to 18.02
2018-02-08 17:44:10 -05:00
David Michael
025b776017 build_torcx_store: Upgrade the default Docker to 18.02 2018-02-08 13:00:39 -05:00
Benjamin Gilbert
e0b2e7e043
Merge pull request #788 from bgilbert/patch-1
tag_release: fix version validation when bumping patch on branch
2018-02-03 10:34:08 -08:00
Benjamin Gilbert
7751296fda tag_release: fix version validation when bumping patch on branch
1632.2.0 -> 1632.2.1 was being rejected.
2018-02-03 01:56:14 -08:00
Benjamin Gilbert
9c6af18cfb
Merge pull request #786 from bgilbert/codename
set_lsb_release: update codename
2018-01-31 13:45:43 -08:00
Benjamin Gilbert
086b708c2f set_lsb_release: update codename 2018-01-31 09:37:02 -08:00
David Michael
6604bbd0cf
Merge pull request #784 from dm0-/docker
build_torcx_store: Update Docker's default and LTS images
2018-01-17 20:49:25 -05:00
David Michael
f911528e66 build_torcx_store: Update Docker's default and LTS images
The default version is updated from 17.12 to 18.01, and the LTS
version is updated from 17.09 to 17.12.
2018-01-11 17:52:37 -05:00
David Michael
1208816f7a
Merge pull request #781 from dm0-/docker
build_torcx_store: Upgrade the default Docker to 17.12
2018-01-08 20:04:09 -05:00
David Michael
e9a61e9333
Merge pull request #783 from dm0-/gcc
Upgrade to GCC 6.4.0
2018-01-08 19:35:37 -05:00
Andrew Jeddeloh
5dfe3897b9
Merge pull request #778 from ajeddeloh/prod-default
*: make prod images default
2018-01-05 12:50:39 -08:00
David Michael
73dc0c971c build_library: Drop the binutils GLSA from the whitelist 2018-01-04 17:41:13 -05:00
David Michael
553ca46eed
Merge pull request #782 from ericchiang/coc
automated PR: update CoC
2018-01-04 15:52:13 -05:00
Eric Chiang
ee5f88a8bd update CoC 2018-01-04 12:20:11 -08:00
David Michael
ac8402c1aa update_chroot: Allow upgrading binutils and GCC
Normally toolchains packages are prevented from upgrading.  This
drops that restriction and explicitly removes old versions so that
conflicting tool profiles are not accidentally used.

This reverts commit 20975049b3.
2018-01-04 14:27:47 -05:00
David Michael
b3938a27a1 build_torcx_store: Upgrade the default Docker to 17.12 2018-01-02 12:12:52 -05:00
Andrew Jeddeloh
be16e7ce3f *: remove --prod_image in other scripts 2017-12-21 14:44:23 -08:00
Andrew Jeddeloh
f22d5bed00
Merge pull request #779 from ajeddeloh/revert-fat32
Revert "disk_util: use FAT32 on ESP"
2017-12-18 13:40:36 -08:00
Andrew Jeddeloh
299f8fb3d1 Revert "disk_util: use FAT32 on ESP"
This reverts commit 7f058d61a1.

Reverting because of bug 2284 [1] where grub will sometimes fail due to
memory corruption. This is _not_ the cause of the bug, and the bug can
even be reproduced with this reversion, but it seems to occur less when
not using fat32.

[1] https://github.com/coreos/bugs/issues/2284
2017-12-18 13:36:56 -08:00
Andrew Jeddeloh
370b7d9fdc *: make prod images default
Make prod images default instead of dev images. Additionally, clean up
some of the flag logic around the --dev_image flag in image_to_vm.sh
2017-12-18 13:26:39 -08:00
David Michael
7ab2b63f09
Merge pull request #776 from dm0-/docker
build_torcx_store: Update the default Docker to 17.11
2017-11-30 22:44:18 -05:00
David Michael
654d8d5ad9 build_torcx_store: Pass the image's unpack subdirectory to services 2017-11-30 16:14:49 -05:00