Michael Marineau
af38bc6df4
Merge pull request #536 from marineam/assert-keys
...
prod_image_util: do not check update keys on arm64
2016-05-05 17:56:37 -07:00
Michael Marineau
20541226bf
prod_image_util: do not check update keys on arm64
...
arm64-usr doesn't have update_engine yet so this isn't valid.
2016-05-05 17:33:11 -07:00
Michael Marineau
3d851911c5
Merge pull request #535 from marineam/static
...
setup_board: fix running build_image with an empty board root
2016-05-04 17:50:38 -07:00
Michael Marineau
6c7c063474
setup_board: fix running build_image with an empty board root
2016-05-04 17:13:29 -07:00
Geoff Levand
c053521e37
build_image: Fix image type conditional
...
PROD_IMAGE is a flag that indicates a production image should be
built, and will be set for dev builds if the user specifies that
both dev and prod images should be built. build_image was
incorrectly using the PROD_IMAGE variable to conditionaly do some
setup depending on the image type.
Add a new variable IMAGE_BUILD_TYPE that can be tested for the type
of image currently being built and replace the PROD_IMAGE usage.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-05-03 14:06:14 -07:00
Michael Marineau
bfb5618261
Merge pull request #533 from marineam/https
...
*: convert assorted download references to https
2016-05-02 20:24:19 -07:00
Michael Marineau
3ff92f4bc3
bootstrap_sdk: use http instead of https
...
Using https gives us a bit of a dep issue, cannot download the sources
required to build ssl support when ssl hasn't been built yet!
2016-05-02 20:23:30 -07:00
Michael Marineau
582361b30c
catalyst: allow GENTOO_MIRRORS to be passed in through the environment
2016-05-02 20:12:27 -07:00
Michael Marineau
bad34243ef
*: convert assorted download references to https
2016-05-02 19:19:06 -07:00
Michael Marineau
41adf5e105
Merge pull request #532 from marineam/no-verity-on-arm
...
build_image: disable verity on arm64
2016-05-02 15:02:39 -07:00
Nick Owens
bbf737f9e6
Merge pull request #525 from mischief/grub-copy
...
build_library: copy grub.efi in pxe/cpio generation
2016-05-02 12:11:52 -07:00
Michael Marineau
678c37c3c2
build_image: disable verity on arm64
...
Our current scheme injects the verity hash into a free spot in x86
kernel images. This is a bad thing to try on other types ;-)
2016-05-02 11:35:48 -07:00
Michael Marineau
75388260a9
Merge pull request #531 from marineam/roller
...
core_roller_upload: use new download URL
2016-04-29 16:01:26 -07:00
Michael Marineau
bad4ff715c
core_roller_upload: use new download URL
2016-04-29 15:55:31 -07:00
Nick Owens
bdd0226ec2
Merge pull request #530 from mischief/generate-au-zip
...
build_library: core_promote is gone, do not copy it
2016-04-28 16:55:31 -07:00
Nick Owens
8c76ea6ea4
build_library: core_promote is gone, do not copy it
2016-04-28 16:46:22 -07:00
Michael Marineau
a27c2eb70d
Merge pull request #529 from marineam/promote
...
core_promote: remove, replaced by plume release
2016-04-28 14:46:16 -07:00
Michael Marineau
66eace5b7f
core_promote: remove, replaced by plume release
2016-04-28 14:04:55 -07:00
Michael Marineau
6f6e101775
Merge pull request #528 from marineam/storage
...
core_roller_upload: use new update storage bucket
2016-04-27 17:14:02 -07:00
Michael Marineau
21017632e4
core_roller_upload: use new update storage bucket
...
The google domain name is still used for downloads, that will be
switched as soon as the appropriate certificates are set up.
2016-04-27 16:58:56 -07:00
Nick Owens
a03cef558e
build_library: copy grub.efi in pxe/cpio generation
2016-04-27 15:54:59 -07:00
Matthew Garrett
253590ab99
Merge pull request #526 from mjg59/increase_devsize
...
Increase the size of /usr on devel images
2016-04-27 13:53:48 -07:00
Matthew Garrett
9ae9ce8332
Increase the size of /usr on devel images
...
devel images contain significantly more code and we're overflowing the
filesystem. Increase this, but only for devel images.
2016-04-27 13:40:36 -07:00
Michael Marineau
ce461819b4
Merge pull request #527 from marineam/distfiles
...
update_distfiles: upload to both old and new buckets
2016-04-27 13:03:09 -07:00
Michael Marineau
125872788e
update_distfiles: upload to both old and new buckets
2016-04-27 12:48:20 -07:00
Alex Crawford
069ae5644f
Merge pull request #524 from crawford/azure
...
oem/azure: add new regions
2016-04-26 10:43:39 -07:00
Alex Crawford
ba3d0135ed
oem/azure: add new regions
2016-04-25 13:50:01 -07:00
Nick Owens
b84a12ee65
Merge pull request #523 from mischief/arm64-bios
...
build_library: generate pflash files for qemu_uefi from edk2-armvirt
2016-04-22 14:52:11 -07:00
Nick Owens
e0524264b9
build_library: generate pflash files for qemu_uefi from edk2-armvirt
2016-04-21 10:45:15 -07:00
Nick Owens
4ec33c5495
Merge pull request #519 from mischief/lib-path
...
build_library: use lib for tmpfiles rather than lib64
2016-04-14 15:47:44 -07:00
Nick Owens
25bb8eeab7
Merge pull request #520 from mischief/grub-arm64-efi
...
build_library: enable extra modules for arm64-efi
2016-04-14 15:13:16 -07:00
Nick Owens
12a9d94922
build_library: enable extra modules for arm64-efi
2016-04-14 14:46:01 -07:00
Nick Owens
704a480379
build_library: use lib for tmpfiles rather than lib64
...
in arm64-usr, lib is not yet a symlink to arm64, so trying to access
tmpfiles.d in lib64 will not work.
2016-04-14 13:26:02 -07:00
Matthew Garrett
a71bdcc03c
Merge pull request #516 from mjg59/master
...
Move PAM configuration to /usr at build time
2016-04-11 15:53:04 -07:00
Matthew Garrett
24037ac393
Merge pull request #518 from mjg59/pcrs
...
Upload PCRs to the correct location
2016-04-11 15:52:59 -07:00
Matthew Garrett
d41e28efa1
Upload PCRs to the correct location
2016-04-11 15:49:17 -07:00
Michael Marineau
07681aa8bb
Merge pull request #517 from marineam/pkg-config
...
setup_board: remove bad pkg-config wrapper
2016-04-11 13:18:40 -07:00
Michael Marineau
da27e7e51b
setup_board: remove bad pkg-config wrapper
...
See https://github.com/coreos/coreos-overlay/pull/1883
Builds should be usring /usr/bin/$CHOST-pkg-config instead.
2016-04-11 12:07:27 -07:00
Matthew Garrett
0bd89d3381
Move PAM configuration to /usr at build time
...
A bunch of packages install PAM configuration fragments in /etc. Rather than
modify them all to install into /usr/lib, just move the entire directory at
image build time.
2016-04-11 11:34:57 -07:00
mjg59
391368c100
Merge pull request #515 from mjg59/master
...
Add support for generating PCR configuration at image build time
2016-04-05 11:10:55 -07:00
Matthew Garrett
56aa7e5a17
Add support for generating PCR configuration at image build time
...
We need to ship some PCR measurements alongside images in order to make it
easier for admins to provide an appropriate policy. Add some tooling to
generate the appropriate hashes during build, pack those into a zip file
and upload it.
2016-04-04 14:47:06 -07:00
Alex Crawford
c75583f2b8
Merge pull request #512 from crawford/name
...
set_lsb_release: a new name
2016-03-26 20:45:51 -07:00
Alex Crawford
833cc82afa
Merge pull request #513 from crawford/ami_copy
...
oem/ami: reduce parallelism
2016-03-26 20:31:29 -07:00
Alex Crawford
0f6d4f2f79
Merge pull request #511 from crawford/shebang
...
check_root: add test for missing interpreters
2016-03-26 19:49:30 -07:00
Alex Crawford
e778acd713
oem/ami: reduce parallelism
...
The EC2 builder doesn't have enough resources to run all of these in parallel.
Instead, copy the PV images and then copy the HVM images.
2016-03-26 10:12:40 -07:00
Alex Crawford
d4103b08a6
set_lsb_release: a new name
2016-03-25 19:39:05 -07:00
Michael Marineau
9c529bb6fc
check_root: add test for missing interpreters
2016-03-16 11:43:20 -07:00
Michael Marineau
4744e3f96c
Merge pull request #510 from marineam/dist
...
Properly report errors from update_distfiles and other cleanups
2016-03-09 20:25:41 -08:00
Michael Marineau
441ced7498
update_distfiles: report errors properly
...
If files cannot be mirrored due to problems fetching or missing digests
report that loudly so we are actually aware of it and can fix it.
2016-03-09 17:05:16 -08:00
Michael Marineau
accd254c85
update_distfiles: remove deletion options
...
We have never actually deleted anything from our mirror since gsutil cp
didn't really have a way to do that and the for some unknown reason
emirrordist never tried to delete anything anyway. Additionally we
actually don't want to delete anything from our mirror to ensure that
the source remains available for old releases.
2016-03-09 16:27:29 -08:00