[Webkit-unassigned] [Bug 33378] webkit-patch: not possible to use build-and-test with local commits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 10 03:50:14 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33378





--- Comment #4 from Eric Seidel <eric at webkit.org>  2010-12-10 03:50:14 PST ---
Ahha!

the commit-queue uses "webkit-patch apply-attachment"

which uses:

class ApplyAttachment(AbstractPatchApplyingCommand, ProcessAttachmentsMixin):


class AbstractPatchApplyingCommand(AbstractPatchSequencingCommand):
    prepare_steps = [
        steps.EnsureLocalCommitIfNeeded,
        steps.CleanWorkingDirectoryWithLocalCommits,
        steps.Update,
    ]
    main_steps = [
        steps.ApplyPatchWithLocalCommit,
    ]
    long_help = """Updates the working copy.
Downloads and applies the patches, creating local commits if necessary."""

Unclear why.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list