Created
December 18, 2011 23:04
-
-
Save pazz/1494756 to your computer and use it in GitHub Desktop.
alot testing setup log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pazz@brick:~/alot$ python --version | |
| Python 2.7.1+ | |
| pazz@brick:~$ rm -r /home/pazz/.local/lib/python2.7/site-packages/alot* | |
| pazz@brick:~$ git clone -b testing git://github.com/pazz/alot.git alot | |
| Cloning into alot... | |
| remote: Counting objects: 4720, done. | |
| remote: Compressing objects: 100% (1196/1196), done. | |
| remote: Total 4720 (delta 3543), reused 4686 (delta 3512) | |
| Receiving objects: 100% (4720/4720), 1.47 MiB | 672 KiB/s, done. | |
| Resolving deltas: 100% (3543/3543), done. | |
| pazz@brick:~$ cd alot | |
| pazz@brick:~/alot$ git branch | |
| * testing | |
| nzz@brick:~/alot$ python setup.py install --user | |
| running install | |
| running build | |
| running build_py | |
| creating build | |
| creating build/lib.linux-x86_64-2.7 | |
| creating build/lib.linux-x86_64-2.7/alot | |
| copying alot/account.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/__init__.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/db.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/version.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/walker.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/widgets.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/message.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/helper.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/completion.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/ui.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/buffers.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/settings.py -> build/lib.linux-x86_64-2.7/alot | |
| copying alot/init.py -> build/lib.linux-x86_64-2.7/alot | |
| creating build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/search.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/__init__.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/envelope.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/globals.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/taglist.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/bufferlist.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| copying alot/commands/thread.py -> build/lib.linux-x86_64-2.7/alot/commands | |
| creating build/lib.linux-x86_64-2.7/alot/defaults | |
| copying alot/defaults/alot.rc -> build/lib.linux-x86_64-2.7/alot/defaults | |
| copying alot/defaults/notmuch.rc -> build/lib.linux-x86_64-2.7/alot/defaults | |
| copying alot/VERSION -> build/lib.linux-x86_64-2.7/alot | |
| running build_scripts | |
| creating build/scripts-2.7 | |
| copying and adjusting bin/alot -> build/scripts-2.7 | |
| changing mode of build/scripts-2.7/alot from 644 to 755 | |
| running install_lib | |
| creating /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/account.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/__init__.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/db.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/version.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/walker.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/widgets.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/message.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/helper.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/completion.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| creating /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/search.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/__init__.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/envelope.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/globals.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/taglist.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/bufferlist.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| copying build/lib.linux-x86_64-2.7/alot/commands/thread.py -> /home/pazz/.local/lib/python2.7/site-packages/alot/commands | |
| creating /home/pazz/.local/lib/python2.7/site-packages/alot/defaults | |
| copying build/lib.linux-x86_64-2.7/alot/defaults/notmuch.rc -> /home/pazz/.local/lib/python2.7/site-packages/alot/defaults | |
| copying build/lib.linux-x86_64-2.7/alot/defaults/alot.rc -> /home/pazz/.local/lib/python2.7/site-packages/alot/defaults | |
| copying build/lib.linux-x86_64-2.7/alot/ui.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/buffers.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/settings.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/init.py -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| copying build/lib.linux-x86_64-2.7/alot/VERSION -> /home/pazz/.local/lib/python2.7/site-packages/alot | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/account.py to account.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/__init__.py to __init__.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/db.py to db.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/version.py to version.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/walker.py to walker.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/widgets.py to widgets.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/message.py to message.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/helper.py to helper.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/completion.py to completion.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/search.py to search.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/__init__.py to __init__.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/envelope.py to envelope.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/globals.py to globals.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/taglist.py to taglist.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/bufferlist.py to bufferlist.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/commands/thread.py to thread.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/ui.py to ui.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/buffers.py to buffers.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/settings.py to settings.pyc | |
| byte-compiling /home/pazz/.local/lib/python2.7/site-packages/alot/init.py to init.pyc | |
| running install_scripts | |
| copying build/scripts-2.7/alot -> /home/pazz/.local/bin | |
| changing mode of /home/pazz/.local/bin/alot to 755 | |
| running install_egg_info | |
| Writing /home/pazz/.local/lib/python2.7/site-packages/alot-0.2_27_g7247.egg-info | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment