>   
> On 14/10/14 05:30 , "Chanho Park" <[email protected]> wrote:
> 
> >Hi,
> >
> >I found gerrit was upgraded to 2.9.1. Maintainer want to rebase the patch
> >sometimes if the patch is not on top of the latest commit. In this case, I
> >cannot review or submit the patch. Is this intended or bug?
> >
> >One more question:
> >When I reverted the old screen in my preference, I can't find 'review and
> >submit' button. Where is gone the button?
> 
> Chanho,
> 
> do you have example of change that you can’t review ? it would help to
> understand what doesn’t work as expected.

Chanho,

if you want to rebase pending gerrit (not merged), there have been two common 
methods, Did those two stop working recently?
1. (gerrit web interface) go to the pending gerrit (e.g., 
https://review.tizen.org/gerrit/#/c/26368/), click "rebase"
or
2. (cloned git, shell) pull the recently rebased tree. (e.g., git checkout 
tizen; git pull) then, fetch the pending gerrit. (e.g., git fetch 
https://review.tizen.org/gerrit/platform/upstream/pacrunner 
refs/changes/68/26368/2 && git checkout FETCH_HEAD ). rebase that patch; (e.g., 
git rebase tizen) and resubmit to gerrit making another "Patch Set #". (e.g., 
git push origin HEAD:refs/for/tizen)

As Alenxander mentioned, an example, log, screenshot will be helpful.

Cheers,
MyungJoo.

> 
> >
> >Best Regards,
> >Chanho Park
> >
> >_______________________________________________
> >Dev mailing list
> >[email protected]
> >https://lists.tizen.org/listinfo/dev
> >
> 
> 
> -- 
> Best regards, Alexander Kanevskiy.
> 
> 
> 
> ---------------------------------------------------------------------
> Intel Finland Oy
> Registered Address: PL 281, 00181 Helsinki 
> Business Identity Code: 0357606 - 4 
> Domiciled in Helsinki 
> 
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
> _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.tizen.org/listinfo/dev
> 
>  
> 
>   
>        
> 
>   
> 
>          
>   
>  
> 
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to