You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:26:02 UTC

[jira] [Issue Comment Deleted] (MESOS-8447) Incomplete output of apply-reviews.py --dry-run

     [ https://issues.apache.org/jira/browse/MESOS-8447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-8447:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> Incomplete output of apply-reviews.py --dry-run
> -----------------------------------------------
>
>                 Key: MESOS-8447
>                 URL: https://issues.apache.org/jira/browse/MESOS-8447
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>            Reporter: Benjamin Bannier
>            Assignee: Benjamin Bannier
>            Priority: Major
>             Fix For: 1.6.0
>
>
> The script {{support/apply-reviews.py}} has a flag {{--dry-run}} which should dump the commands which would be performed. This flag is useful to e.g., reorder patch chains or to manually resolve intermediate conflicts while still being able to pull a full chain.
> The output looks like this
> {noformat}
> % ./support/apply-reviews.py -r 62447 -c -n -3 --dry-run
> wget --no-check-certificate --no-verbose -O 62160.patch https://reviews.apache.org/r/62160/diff/raw/
> git apply --index 62160.patch --3way
> git commit --author "Benno Evers <be...@mesosphere.com>" -aF "62160.message"
> wget --no-check-certificate --no-verbose -O 62161.patch https://reviews.apache.org/r/62161/diff/raw/
> git apply --index 62161.patch --3way
> git commit --author "Benno Evers <be...@mesosphere.com>" -aF "62161.message"
> wget --no-check-certificate --no-verbose -O 62444.patch https://reviews.apache.org/r/62444/diff/raw/
> git apply --index 62444.patch --3way
> git commit --author "Benno Evers <be...@mesosphere.com>" -aF "62444.message"
> wget --no-check-certificate --no-verbose -O 62445.patch https://reviews.apache.org/r/62445/diff/raw/
> git apply --index 62445.patch --3way
> git commit --author "Benno Evers <be...@mesosphere.com>" -aF "62445.message"
> wget --no-check-certificate --no-verbose -O 62447.patch https://reviews.apache.org/r/62447/diff/raw/
> git apply --index 62447.patch --3way
> git commit --author "Benno Evers <be...@mesosphere.com>" -aF "62447.message"{noformat}
> Trying to replay that dry run leads to an error since the commands to create the commit message files are not printed.
> We should add these commands to the output.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)