yes, beside that message. Do I need to manually upgrade Django or that is 
done automatically when I upgrade Reviewboard vias easy_install?

On Wednesday, June 21, 2017 at 9:29:22 AM UTC+10, Christian Hammond wrote:
>
> Did the upgrade succeed? There is a bug in Django Evolution that's causing 
> a harmless warning for the webapi, which I'm trying to track down.
>
> Christian
>
> On Tue, Jun 20, 2017 at 4:28 PM, MoonWalker <[email protected] 
> <javascript:>> wrote:
>
>> I got this message when I upgrade reviewboard "There are unapplied 
>> evolutions for webapi.". What am I missing?
>>
>> On Wednesday, June 21, 2017 at 9:26:56 AM UTC+10, MoonWalker wrote:
>>>
>>> Awesome! it works :-) thx
>>>
>>> On Tuesday, June 20, 2017 at 5:12:57 PM UTC+10, Christian Hammond wrote:
>>>>
>>>> Hey,
>>>>
>>>> Can you try upgrading again? This should now be fixed.
>>>>
>>>> Christian
>>>>
>>>> On Mon, Jun 19, 2017 at 11:45 PM, Christian Hammond <
>>>> [email protected]> wrote:
>>>>
>>>>> Alright, I screwed up. There was an accidental paste before a fix got 
>>>>> committed, it appears. I'll have to do a couple quick fix-up releases. My 
>>>>> apologies :(
>>>>>
>>>>> Christian
>>>>>
>>>>> On Mon, Jun 19, 2017 at 11:15 PM, MoonWalker <[email protected]> 
>>>>> wrote:
>>>>>
>>>>>> I tried to update using the standard way, but not sure what is going 
>>>>>> on
>>>>>> *1) easy_install -U ReviewBoard  *
>>>>>>
>>>>>>
>>>>>> Searching for ReviewBoard
>>>>>> Reading https://pypi.python.org/simple/ReviewBoard/
>>>>>> Best match: ReviewBoard 2.5.13
>>>>>> Downloading 
>>>>>> https://pypi.python.org/packages/83/06/bb8c3a6c81415723da8278b5f2f95 
>>>>>>                         
>>>>>> aeeba5e82f5daa20ac5a7e8c0a84fb4/ReviewBoard-2.5.13-py2.7.egg#md5=5f465278f7d4549
>>>>>>  
>>>>>>                         e884f6c572edd11b9
>>>>>> Processing ReviewBoard-2.5.13-py2.7.egg
>>>>>> creating 
>>>>>> /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.13-py2.7.egg
>>>>>> Extracting ReviewBoard-2.5.13-py2.7.egg to 
>>>>>> /usr/local/lib/python2.7/dist-package                         s
>>>>>> Removing ReviewBoard 2.5.12 from easy-install.pth file
>>>>>> Adding ReviewBoard 2.5.13 to easy-install.pth file
>>>>>> Installing rbext script to /usr/local/bin
>>>>>> Installing rbssh script to /usr/local/bin
>>>>>> Installing rb-site script to /usr/local/bin
>>>>>>
>>>>>> Installed 
>>>>>> /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.13-py2.7.egg
>>>>>> Processing dependencies for ReviewBoard
>>>>>> Searching for Djblets>=0.9.8,<=0.9.999
>>>>>> Reading https://pypi.python.org/simple/Djblets/
>>>>>> Best match: Djblets 0.9.8
>>>>>> Downloading 
>>>>>> https://pypi.python.org/packages/f9/cd/bf376970e1befcc8314e99e68a203 
>>>>>>                         
>>>>>> cd172a00b9857672bfe6f67fe34bfe1/Djblets-0.9.8-py2.7.egg#md5=063e88b4955259a3a3a9
>>>>>>  
>>>>>>                         1b17d2bedae6
>>>>>> Processing Djblets-0.9.8-py2.7.egg
>>>>>> creating 
>>>>>> /usr/local/lib/python2.7/dist-packages/Djblets-0.9.8-py2.7.egg
>>>>>> Extracting Djblets-0.9.8-py2.7.egg to 
>>>>>> /usr/local/lib/python2.7/dist-packages
>>>>>> Removing Djblets 0.9.7 from easy-install.pth file
>>>>>> Adding Djblets 0.9.8 to easy-install.pth file
>>>>>>
>>>>>> Installed 
>>>>>> /usr/local/lib/python2.7/dist-packages/Djblets-0.9.8-py2.7.egg
>>>>>> Finished processing dependencies for ReviewBoard
>>>>>>
>>>>>> *2) rb-site upgrade /var/www/reviewboard/*
>>>>>>
>>>>>> Traceback (most recent call last):
>>>>>>   File "/usr/local/bin/rb-site", line 9, in <module>
>>>>>>     load_entry_point('ReviewBoard==2.5.13', 'console_scripts', 
>>>>>> 'rb-site')()
>>>>>>   File 
>>>>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.13-py2.7.egg/revi
>>>>>>    
>>>>>>                       ewboard/cmdline/rbsite.py", line 1941, in main
>>>>>>     command_name, site_paths = parse_options(sys.argv[1:])
>>>>>>   File 
>>>>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.13-py2.7.egg/revi
>>>>>>    
>>>>>>                       ewboard/cmdline/rbsite.py", line 1894, in 
>>>>>> parse_options
>>>>>>     % (VERSION, sys.version, os.os.path.dirname(reviewboard.__file__))
>>>>>> AttributeError: 'module' object has no attribute 'os'
>>>>>> administrator@reviewboard:~$ sudo rb-site upgrade 
>>>>>> /var/www/reviewboard/
>>>>>> Traceback (most recent call last):
>>>>>>   File "/usr/local/bin/rb-site", line 9, in <module>
>>>>>>     load_entry_point('ReviewBoard==2.5.13', 'console_scripts', 
>>>>>> 'rb-site')()
>>>>>>   File 
>>>>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.13-py2.7.egg/revi
>>>>>>    
>>>>>>                       ewboard/cmdline/rbsite.py", line 1941, in main
>>>>>>     command_name, site_paths = parse_options(sys.argv[1:])
>>>>>>   File 
>>>>>> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.5.13-py2.7.egg/revi
>>>>>>    
>>>>>>                       ewboard/cmdline/rbsite.py", line 1894, in 
>>>>>> parse_options
>>>>>>     % (VERSION, sys.version, os.os.path.dirname(reviewboard.__file__))
>>>>>> AttributeError: 'module' object has no attribute 'os'
>>>>>>
>>>>>> I attached a screenshot from reviewboard with additional information 
>>>>>> after the upgrade
>>>>>>
>>>>>>
>>>>>> <https://lh3.googleusercontent.com/-Sq79cIDhQ0M/WUi9bp6_6VI/AAAAAAAAOFQ/JCi4NhWpB0AJbA3a-BvhtP9aNS0r2olmACLcBGAs/s1600/Reviewboardupdate.PNG>
>>>>>>  
>>>>>>
>>>>>>
>>>>>> -- 
>>>>>> Supercharge your Review Board with Power Pack: 
>>>>>> https://www.reviewboard.org/powerpack/
>>>>>> Want us to host Review Board for you? Check out RBCommons: 
>>>>>> https://rbcommons.com/
>>>>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>>>>> --- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "reviewboard" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to [email protected].
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> Christian Hammond
>>>>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>>>>> Makers of Review Board <https://www.reviewboard.org/>
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>> Christian Hammond
>>>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>>>> Makers of Review Board <https://www.reviewboard.org/>
>>>>
>>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to