Skip to content

Instantly share code, notes, and snippets.

@pazz
Created December 17, 2011 16:09
Show Gist options
  • Select an option

  • Save pazz/1490611 to your computer and use it in GitHub Desktop.

Select an option

Save pazz/1490611 to your computer and use it in GitHub Desktop.
alot root setup log
root@brick:~# git clone git://github.com/pazz/alot.git
Cloning into alot...
remote: Counting objects: 4658, done.
remote: Compressing objects: 100% (1304/1304), done.
remote: Total 4658 (delta 3495), reused 4503 (delta 3342)
Receiving objects: 100% (4658/4658), 1.46 MiB | 704 KiB/s, done.
Resolving deltas: 100% (3495/3495), done.
root@brick:~# cd alot/
root@brick:~/alot# python setup.py install
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
copying build/lib.linux-x86_64-2.7/alot/account.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/__init__.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/db.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/version.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/walker.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/widgets.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/message.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/helper.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/completion.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/commands/search.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/commands/__init__.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/commands/envelope.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/commands/globals.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/commands/taglist.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/commands/bufferlist.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/commands/thread.py -> /usr/local/lib/python2.7/dist-packages/alot/commands
copying build/lib.linux-x86_64-2.7/alot/defaults/notmuch.rc -> /usr/local/lib/python2.7/dist-packages/alot/defaults
copying build/lib.linux-x86_64-2.7/alot/defaults/alot.rc -> /usr/local/lib/python2.7/dist-packages/alot/defaults
copying build/lib.linux-x86_64-2.7/alot/ui.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/buffers.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/settings.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/init.py -> /usr/local/lib/python2.7/dist-packages/alot
copying build/lib.linux-x86_64-2.7/alot/VERSION -> /usr/local/lib/python2.7/dist-packages/alot
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/account.py to account.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/db.py to db.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/version.py to version.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/walker.py to walker.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/widgets.py to widgets.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/message.py to message.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/helper.py to helper.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/completion.py to completion.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/search.py to search.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/envelope.py to envelope.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/globals.py to globals.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/taglist.py to taglist.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/bufferlist.py to bufferlist.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/commands/thread.py to thread.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/ui.py to ui.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/buffers.py to buffers.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/settings.py to settings.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/alot/init.py to init.pyc
running install_scripts
copying build/scripts-2.7/alot -> /usr/local/bin
changing mode of /usr/local/bin/alot to 755
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/alot-0.2_11_g00e5.egg-info
Writing /usr/local/lib/python2.7/dist-packages/alot-0.2_11_g00e5.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment