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
David Michael
1060d9cf3b
build_torcx_store: Package /usr/share in the image
2017-11-30 16:12:44 -05:00
David Michael
daea3434c8
build_torcx_store: Update the default Docker to 17.11
2017-11-22 15:04:09 -05:00
Benjamin Gilbert
97161f4380
Merge pull request #775 from bgilbert/fat32
...
disk_util: use FAT32 on ESP
2017-11-15 15:17:27 -08:00
Benjamin Gilbert
7f058d61a1
disk_util: use FAT32 on ESP
...
mkfs.vfat was defaulting to FAT16 based on the size of the partition.
The UEFI spec (2.7 errata A, section 13.3) implies that only FAT32 is
necessarily supported on the ESP, and we've received a report of
hardware that doesn't recognize FAT16.
2017-11-13 11:27:31 -08:00
Benjamin Gilbert
3f195c7ce1
Merge pull request #774 from bgilbert/syslinux
...
disk_util: drop support for syslinux partition feature
2017-11-12 20:04:55 -08:00
Benjamin Gilbert
b091c2d0c2
disk_util: drop support for syslinux partition feature
...
It hasn't been used since 5bfa0c8d20
.
2017-11-11 14:39:02 -08:00
Benjamin Gilbert
243d565c73
Merge pull request #773 from bgilbert/kconfig
...
build_library: upload kernel config as release artifact
2017-11-09 12:34:31 -08:00
Benjamin Gilbert
b1beff7462
build_library: upload kernel config as release artifact
...
It's useful to have this information available without starting an
image or digging up a binpkg.
2017-11-09 01:28:03 -08:00
Benjamin Gilbert
89a1814ca5
Merge pull request #771 from bgilbert/prompt
...
tag_release: by default, prompt before pushing
2017-11-08 17:17:52 -08:00
Benjamin Gilbert
e71113404d
Merge pull request #772 from bgilbert/transfer
...
offline_signing: download/upload torcx manifests
2017-11-08 15:33:11 -08:00
Benjamin Gilbert
9b3305c328
offline_signing: download/upload torcx manifests
2017-11-08 15:20:54 -08:00
Benjamin Gilbert
463d191d6b
tag_release: by default, prompt before pushing
2017-11-07 16:10:10 -08:00
David Michael
7ec72c7f88
Merge pull request #768 from dm0-/docker
...
build_torcx_store: Upgrade to Docker 17.10 on disk
2017-10-27 15:46:56 -07:00
Euan Kemp
706e4d588d
Merge pull request #766 from euank/board-binhost
...
dev_image_util: hardcode correct portage binhost
2017-10-25 18:17:34 -07:00
David Michael
33a2bd6639
build_torcx_store: Upgrade to Docker 17.10 on disk
...
This still builds 17.09 as a downloadable image so that it gets
included in the manifest, and tests are run against it.
2017-10-25 12:28:50 -07:00
David Michael
a7536845a3
Merge pull request #767 from dm0-/glsa
...
build_library: Whitelist the Go 1.9 GLSA
2017-10-23 17:03:06 -07:00
David Michael
e0f6100de8
build_library: Whitelist the Go 1.9 GLSA
...
We handle Go differently than Gentoo, so our 1.8.4 package includes
the same security fixes. When all packages are built with Go 1.9,
the older Go packages shouldn't be installed anymore, so this line
can be dropped.
2017-10-23 14:35:52 -07:00
Euan Kemp
dcbc6a8686
dev_image_util: hardcode correct portage binhost
...
We already hardcode similar urls a bit below (the sync-uri).
Not hardcoding the binhost results in an incorrect value during
embargoed build uploads.
2017-10-23 14:14:58 -07:00
Andrew Jeddeloh
767072aa09
Merge pull request #765 from ajeddeloh/rm-serve
...
serve.go: remove serve.go
2017-10-20 14:38:45 -07:00
Andrew Jeddeloh
1c83274945
serve.go: remove serve.go
...
No one noticed this was here. It is not used. python -m SimpleHTTPServer
does the same thing.
2017-10-20 14:19:36 -07:00
Benjamin Gilbert
e210eaa853
Merge pull request #764 from coreos/binutils
...
Revert binutils to 2.25 again
2017-10-19 19:29:16 -07:00
David Michael
20975049b3
Revert "update_chroot: Avoid a portage crash while upgrading binutils"
...
The binutils update prevents Linux from uncompressing during boot,
so this is being put off until it's fixed.
This reverts commit 5e659964d0
.
2017-10-19 08:43:41 -07:00
David Michael
059a21701b
build_library: Whitelist the binutils GLSA
2017-10-19 08:42:57 -07:00
David Michael
f7faf7a8a3
Merge pull request #752 from dm0-/glsa
...
update_chroot: Avoid a portage crash while upgrading binutils
2017-10-16 23:27:07 -07:00
David Michael
87c9cc8ec5
Merge pull request #759 from dm0-/docker
...
Update Docker torcx images
2017-10-02 14:50:53 -07:00
David Michael
5e659964d0
update_chroot: Avoid a portage crash while upgrading binutils
...
This omits the toolchain packages' version-pinning flag for the
binutils package while it is being upgraded. It also removes older
versions installed in parallel that cause unwanted rebuilds.
When stable has the upgraded version, this can be reverted.
2017-09-29 14:10:58 -07:00
David Michael
e6acb6e0c7
build_torcx_store: Build a non-local Docker 17.03 image
2017-09-28 19:49:26 -07:00