You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BuddySpike I just found some counter arguments against the idea to be taken into account.
From the scripting perspective in CI \ CD process it could be more convenient to leave the functionality as is. Just because we almost always operating with merge base commit, or previously build commit. Both of them are telling us about build start point, but should not be included into the build.
Taking it into account, maybe we should change original proposal to be:
Allow two different options to setup start point of the build:
--base for automation scenarios
--from for human interaction, where from is inclusive. Because it is not convenient to do extra work to work with just one commit for which you already have sha1.
So if you think it is reasonable, we can re-open the issue, or alternatively we can just create new one that will better capture suggestion details.
Suggestion
Make
--from
option for commandmbt build commit
to include commit into the build.Such behavior will be more git-like, plus we will be able to use same command build command when you have only one commit in your repository \ branch.
The text was updated successfully, but these errors were encountered: