Documentation ¶
Overview ¶
Package rubberstamper contains some utilities for having the RubberStamper bot automatically submit a CL. See skbug.com/12124 for more details. These utilities are not in the gerrit package to avoid adding the heavy dependencies of that package. We choose not to use depot_tools, as that can be a pain to deploy on all the places that would need to use the rubberstamper.
Index ¶
Constants ¶
View Source
const ( // PushRequestAutoSubmit is the destination of a git push that will upload the given branch // to Gerrit and have RubberStamper +1 it and submit it. PushRequestAutoSubmit = "HEAD:refs/for/" + git.MainBranch + "%" + "ready,notify=OWNER_REVIEWERS,l=Auto-Submit+1,r=" + RubberStamperUser // See skbug.com/12124 and go/rubber-stamper-user-guide for more on this user. RubberStamperUser = "rubber-stamper@appspot.gserviceaccount.com" )
Variables ¶
This section is empty.
Functions ¶
func RandomChangeID ¶
RandomChangeID generates a probabilistically unique Gerrit ChangeId from the default rand source
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.