Closed
Bug 1208064
Opened 10 years ago
Closed 10 years ago
Commit_projects fails for Firefox & Co. projects after bug 1201707 was fixed
Categories
(Webtools Graveyard :: Pontoon, defect)
Webtools Graveyard
Pontoon
Tracking
(firefox44 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: mathjazz, Unassigned)
Details
heroku run --app mozilla-pontoon ./manage.py commit_projects 52
Running ./manage.py commit_projects 52 on mozilla-pontoon... up, run.4131
COMMIT PROJECTS: start
Updated project Firefox for Android Aurora
Traceback (most recent call last):
File "./manage.py", line 20, in <module>
execute_from_command_line(sys.argv)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 393, in run_from_argv
self.execute(*args, **cmd_options)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 444, in execute
output = self.handle(*args, **options)
File "/app/pontoon/administration/management/commands/commit_projects.py", line 47, in handle
path = dump_from_database(project, locale)
File "/app/pontoon/administration/files.py", line 1164, in dump_from_database
globals()['dump_%s' % format](project, locale, path)
File "/app/pontoon/administration/files.py", line 899, in dump_properties
dump_silme(parser, project, locale, relative_path)
File "/app/pontoon/administration/files.py", line 848, in dump_silme
with codecs.open(path, 'r+', 'utf-8') as f:
File "/app/.heroku/python/lib/python2.7/codecs.py", line 878, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: u'/app/media/hg/firefox-for-android-aurora/el/mobile/android/chrome/sync.properties'
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/7a0b38c2c84167ae15548604089e0cf3d761cf2f
Fix bug 1208064: Use correct path for updating.
https://github.com/mozilla/pontoon/commit/52964d86a6409b82551163860d1e6873daa7ce11
Merge pull request #183 from Osmose/multi-repo-commit
Fix bug 1208064: Use correct path for updating.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/510d1f6ab9278dfc042ce61a96154968f5b50350
Bug 1208064: Another outdated path fix
https://github.com/mozilla/pontoon/commit/01f0b411bac79e7fa6a27ad365134bae4f84b043
Merge pull request #184 from mathjazz/fix-old-sync
Bug 1208064: Another outdated path fix
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•