This repository was archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
refactoring and changes to how customizations work #182
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
dan-v
commented
Mar 1, 2021
- new: add support for custom config repos and deprecate old customization methods (custom-patches, custom-manifest-remotes, custom-manifest-projects, custom-prebuilts)
- new: also add support for core config repos that can be used to build an OS with plain AOSP rather than using the default RattlesnakeOS core. closes Allow custom build manifests #129.
- new: add support for Pixel 4a 5G. closes Support for Pixel 4a 5G Bramble #180.
- deprecate: encrypted-keys option (for now) to reduce build script complexity
- deprecate: hosts-file (can be added in custom config repo)
- move version checking to lambda function and base everything on a 'release' now rather than individual components, and add version pinning of core components. closes Move update checks into Lambda function #47.
- move templates out into individual files with new go embed functionality and move rendering of these to it's own function
- start breaking apart shell script into generic raw shell script (that can be shellchecked) and the more dynamic pieces that would change across clouds
- have lambda function poll and wait for a spot instance to launch rather than immediately returning success
- change from building fdroid to using prebuilt and use the default privileged extensions without any changes
- add an option to disable building Chromium (should provide your own webview with customizations in this case)
- add option to disable cron by setting schedule to empty string
- for deploy command add --skip-deploy flag that will just render the files to disk
- automatically backup config file to s3 bucket
- move to using gp3 storage for build instances and bump to 300gb of storage
- cleanup makefile, add shellcheck, add tests
- update readme, add new config config methods, removed deprecated options
- upgrade to ubuntu 20.04 AMI
- move to go 1.16
- move to aws go v2 sdk
* move check for update logic into lambda function * rename AOSP_BUILD->AOSP_BUILD_ID * rename AOSP_BRANCH->AOSP_TAG * remove AOSP_BUILD_VENDOR for now
…nfig file to s3 bucket, deprecation warnings, add back save config, update readme
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.