-
Hello. I want to specify a specific commit (not version or master) to build. For example |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, it's possible, but the mechanism should be improved. There seems to be a small bug. With the current version, it seems you have to do
The request for Note, however, that this does not check out the dependencies as they were at that time, so what you probably really want is to use the
Note that the |
Beta Was this translation helpful? Give feedback.
Yes, it's possible, but the mechanism should be improved. There seems to be a small bug. With the current version, it seems you have to do
The request for
master
ends up being ignored, but if you don't specify it, coinbrew will complain.Note, however, that this does not check out the dependencies as they were at that time, so what you probably really want is to use the
--time
option, which checks out all packages at a particular point in time. You can use the date format of the git commit log. So do something like