-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accomodating v6* branches #741
Conversation
I think you've done it OK. When this PR is merged, I think the issue will get closed automatically
You don't actually need to do that - github takes care of that - check the 'Actions
But it's not a big change, so we don't need to run a full test. As you can run builds very quickly now, you should probably run a
Good spot. We do need to address that, but let's do it after we've merged this PR So, over to you to address my review comment, and maybe run a test build. |
Dockerfile
Outdated
@@ -37,7 +37,7 @@ ENV CCACHE_EXEC /usr/bin/ccache | |||
|
|||
# Environment for the IodeOS branches name | |||
# https://gitlab.iode.tech/os/public/manifests/android/-/branches for possible options | |||
ENV BRANCH_NAME 'v5-staging' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should leave this as v5-staging. Variable values set in this file are the default, used if variable is not set in the docker run
command. In practice, we always specify a branch name in the docker run
command so it's not a big deal. In the master
branch the default branch name was lineage-16.1
until I changed it last week 😄
I'm going to say 'please change this', mainly so you can find out how you modify a Pull Request (you just make and push a new commit in the branch, and it appears 'automagically' in the PR)
Also I'm going to use the Start a review button for this comment, because I've never used it before, and I want to see how it works when there's more than one person on a project 😄
I am running a |
@petefoth the |
Merged.
Agreed. except in the case of 'emergencies'. Definition of 'emergency' TBD, but we'll know when it happens 😄 |
Very minor changes here, but I have a couple questions:
new_build.sh
can accomodate all versions, I think a single branch is OK. But what about the change to theDockerfile
indicating thatv6-staging
is now the tracking branch instead ofv5-staging
? With that set tov6
is it still possible to makev5
builds?userdebug
builds, and upstream LOS handles that.pf-build-iodeOS
branch is a few commits behindmaster
do we need to apply any of those commits here?