aboutsummaryrefslogtreecommitdiffstats
path: root/build-one.bash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build-one.bash: override user's default branch name for temporary manifest repoNathan Chancellor2020-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | If a user has specified init.defaultBranch via git config, repo will fail to properly init the temporary manifest repo. $ ./build-one.bash ... ... + repo init -u ./manifest Downloading Repo source from https://gerrit.googlesource.com/git-repo repo: Updating release signing keys to keyset ver 2.3 Downloading manifest from ./manifest fatal: couldn't find remote ref refs/heads/master manifests: fatal: couldn't find remote ref refs/heads/master fatal: couldn't find remote ref refs/heads/master manifests: fatal: couldn't find remote ref refs/heads/master fatal: cannot obtain manifest ./manifest To fix this, force the branch to be named master, which aligns with current repo expectations. Link: https://gerrit.googlesource.com/git-repo/+/50a81de2bc9f2074d56c368f651cf9f50c8d8a87 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* build: do not skip incomplete kernel specificationsJason A. Donenfeld2019-10-151-1/+0
| | | | This reverts commit 7bec6ec69c804dd62486f153cd75693b015cf502.
* build: skip incomplete kernel specificationsJason A. Donenfeld2019-10-141-0/+1
| | | | | This should be reverted once "kernels: add version hashes for remaining pixels" is completed.
* Initial commitJason A. Donenfeld2019-10-141-0/+62