Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. halfak@ores-staging-01:/srv/ores/config$ sudo -u www-data ../venv/bin/python
  2. Python 3.4.2 (default, Oct 8 2014, 10:45:20)
  3. [GCC 4.9.1] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import ores
  6. >>> ores.__file__
  7. '/srv/ores/config/ores/__init__.py'
  8. >>> import revscoring
  9. >>> revscoring.__file__
  10. '/srv/ores/config/revscoring/__init__.py'
  11.  
  12. -----
  13.  
  14. halfak@ores-staging-01:/srv/ores/config/submodules/ores$ git log | head
  15. commit 398c33d51a00ec6de9622c46d5c3275599c2457b
  16. Author: halfak <aaron.halfaker@gmail.com>
  17. Date: Sat Oct 3 14:33:19 2015 -0500
  18.  
  19. Increments version to 0.5.4
  20.  
  21. commit abfb01d375cb86c3decaf853ac3f0bc6a3fd533e
  22. Merge: dc446e0 dd8bfba
  23. Author: Aaron Halfaker <aaron.halfaker@gmail.com>
  24. Date: Sat Oct 3 14:31:58 2015 -0500
  25. halfak@ores-staging-01:/srv/ores/config/submodules/ores$ cd submodules/revscoring/
  26. halfak@ores-staging-01:/srv/ores/config/submodules/ores/submodules/revscoring$ git log | head
  27. commit a91bbadb5f1d41255caf4a6ef24999b284bc93af
  28. Author: halfak <aaron.halfaker@gmail.com>
  29. Date: Sat Oct 3 13:08:36 2015 -0500
  30.  
  31. Increments version to 0.6.5
  32.  
  33. commit 858343305f9f7a07d0f226527398f464145f152d
  34. Merge: 71b7a68 a199d01
  35. Author: Aaron Halfaker <aaron.halfaker@gmail.com>
  36. Date: Sat Oct 3 13:07:54 2015 -0500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement