Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. nexus:/home/system/www2/openhatch.org/milestone-a# git pull
  2. Updating 880128d..81af1ab
  3. Fast-forward
  4. README.mkd | 18 +-
  5. buildout.cfg | 2 +
  6. .../0002_timestamp_column_not_auto_add.py | 32 ++
  7. mysite/base/models.py | 2 +-
  8. mysite/base/templates/base/base.html | 1 +
  9. mysite/customs/bugtrackers/bugzilla.py | 140 ++++++-
  10. mysite/customs/bugtrackers/google.py | 210 +++-------
  11. mysite/customs/bugtrackers/trac.py | 10 +-
  12. mysite/customs/forms.py | 29 ++
  13. .../management/commands/customs_daily_tasks.py | 22 +-
  14. .../management/commands/dump_public_user_data.py | 84 +++-
  15. .../migrations/0012_add_bugzilla_tracker_models.py | 100 +++++
  16. .../0013_fix_fieldname_in_bugzillaurl.py | 66 +++
  17. .../0014_add_description_to_bugzillaurl.py | 61 +++
  18. .../migrations/0015_add_google_tracker_models.py | 97 ++++
  19. .../migrations/0016_lengthen_bugzilla_url_field.py | 84 ++++
  20. mysite/customs/models.py | 98 ++++-
  21. mysite/customs/templates/customs/add_tracker.html | 34 ++
  22. .../customs/templates/customs/add_tracker_url.html | 38 ++
  23. .../customs/templates/customs/delete_tracker.html | 26 ++
  24. .../templates/customs/delete_tracker_url.html | 27 ++
  25. mysite/customs/templates/customs/edit_tracker.html | 48 ++
  26. .../templates/customs/edit_tracker_url.html | 31 ++
  27. .../customs/templates/customs/list_trackers.html | 45 ++
  28. mysite/customs/templates/customs/main.html | 42 ++
  29. .../customs/templates/customs/tracker_history.html | 30 ++
  30. mysite/customs/tests.py | 463 +++++++++++++++++++-
  31. mysite/customs/views.py | 301 +++++++++++++-
  32. .../commands/email_address_from_session_id.py | 16 +
  33. mysite/profile/tests.py | 8 +
  34. mysite/search/models.py | 12 +
  35. mysite/settings.py | 4 +-
  36. mysite/static/css/project/project.css | 2 +
  37. mysite/static/images/the-logo-sans-text.png | Bin 0 -> 43110 bytes
  38. mysite/urls.py | 15 +
  39. run_importer.sh | 5 +
  40. 36 files changed, 1987 insertions(+), 216 deletions(-)
  41. create mode 100644 mysite/base/migrations/0002_timestamp_column_not_auto_add.py
  42. create mode 100644 mysite/customs/forms.py
  43. create mode 100644 mysite/customs/migrations/0012_add_bugzilla_tracker_models.py
  44. create mode 100644 mysite/customs/migrations/0013_fix_fieldname_in_bugzillaurl.py
  45. create mode 100644 mysite/customs/migrations/0014_add_description_to_bugzillaurl.py
  46. create mode 100644 mysite/customs/migrations/0015_add_google_tracker_models.py
  47. create mode 100644 mysite/customs/migrations/0016_lengthen_bugzilla_url_field.py
  48. create mode 100644 mysite/customs/templates/customs/add_tracker.html
  49. create mode 100644 mysite/customs/templates/customs/add_tracker_url.html
  50. create mode 100644 mysite/customs/templates/customs/delete_tracker.html
  51. create mode 100644 mysite/customs/templates/customs/delete_tracker_url.html
  52. create mode 100644 mysite/customs/templates/customs/edit_tracker.html
  53. create mode 100644 mysite/customs/templates/customs/edit_tracker_url.html
  54. create mode 100644 mysite/customs/templates/customs/list_trackers.html
  55. create mode 100644 mysite/customs/templates/customs/main.html
  56. create mode 100644 mysite/customs/templates/customs/tracker_history.html
  57. create mode 100644 mysite/profile/management/commands/email_address_from_session_id.py
  58. create mode 100644 mysite/static/images/the-logo-sans-text.png
  59. create mode 100755 run_importer.sh
  60. nexus:/home/system/www2/openhatch.org/milestone-a# python2.6 bootstrap.py
  61. install_dir /tmp/tmpCveNud
  62. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/buildout'.
  63. nexus:/home/system/www2/openhatch.org/milestone-a# bin/buildout
  64. Develop: '/home/system/www2/openhatch.org/milestone-a/.'
  65. install_dir /home/system/www2/openhatch.org/milestone-a/develop-eggs/tmpaf3ueCbuild
  66. Uninstalling gunzip_geocoding_db.
  67. Uninstalling download_geocoding_db.
  68. Uninstalling download_solr.
  69. Uninstalling sqlite_mysite.
  70. Uninstalling production.
  71. Uninstalling mysite.
  72. Uninstalling scripts.
  73. Installing scripts.
  74. Generated interpreter '/home/system/www2/openhatch.org/milestone-a/bin/python'.
  75. Installing mysite.
  76. install_dir /home/system/www2/openhatch.org/milestone-a/develop-eggs/tmpTiyEzVbuild
  77. Getting distribution for 'django-reversion==1.2.1'.
  78. install_dir /home/system/www2/openhatch.org/milestone-a/eggs/tmpVagl_Y
  79. zip_safe flag not set; analyzing archive contents...
  80. Got django-reversion 1.2.1.
  81. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/mysite'.
  82. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/test_sans_customs'.
  83. Installing production.
  84. install_dir /home/system/www2/openhatch.org/milestone-a/develop-eggs/tmpdjNiVvbuild
  85. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/production'.
  86. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/test_production'.
  87. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/production.wsgi'.
  88. Installing sqlite_mysite.
  89. install_dir /home/system/www2/openhatch.org/milestone-a/develop-eggs/tmpTr0hyZbuild
  90. Generated script '/home/system/www2/openhatch.org/milestone-a/bin/sqlite_mysite'.
  91. Installing download_solr.
  92. download_solr: Extracting package to /home/system/www2/openhatch.org/milestone-a/parts/download_solr
  93. download_solr: Ignoring existing target: /home/system/www2/openhatch.org/milestone-a/parts/download_solr/example
  94. While:
  95. Installing download_solr.
  96.  
  97. An internal error occurred due to a bug in either zc.buildout or in a
  98. recipe being used:
  99. Traceback (most recent call last):
  100. File "/home/system/www2/openhatch.org/milestone-a/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1805, in main
  101. getattr(buildout, command)(args)
  102. File "/home/system/www2/openhatch.org/milestone-a/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 584, in install
  103. installed_files = self[part]._call(recipe.install)
  104. File "/home/system/www2/openhatch.org/milestone-a/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1297, in _call
  105. return f()
  106. File "/home/system/www2/openhatch.org/milestone-a/eggs/hexagonit.recipe.download-1.4.1-py2.6.egg/hexagonit/recipe/download/__init__.py", line 124, in install
  107. shutil.move(os.path.join(base, filename), dest)
  108. File "/usr/lib/python2.6/shutil.py", line 250, in move
  109. raise Error, "Destination path '%s' already exists" % real_dst
  110. Error: Destination path '/home/system/www2/openhatch.org/milestone-a/parts/download_solr/example/example' already exists
  111. nexus:/home/system/www2/openhatch.org/milestone-a#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement