Skip to content

Commit

Permalink
bug 1153799 - Stop using SSH symbol upload when using Socorro API. r=gps
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 8b677c63be70664e4c4e96417ae1908502222eaa
  • Loading branch information
luser committed Apr 24, 2015
1 parent aa50589 commit 482ca6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,10 @@ uploadsymbols:
ifdef MOZ_CRASHREPORTER
ifdef SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE
$(PYTHON) $(topsrcdir)/toolkit/crashreporter/tools/upload_symbols.py '$(DIST)/$(PKG_PATH)$(SYMBOL_FULL_ARCHIVE_BASENAME).zip'
endif
else
$(SHELL) $(topsrcdir)/toolkit/crashreporter/tools/upload_symbols.sh $(SYMBOL_INDEX_NAME) '$(DIST)/$(PKG_PATH)$(SYMBOL_FULL_ARCHIVE_BASENAME).zip'
endif
endif

# MOZ_SOURCE_STAMP is defined in package-name.mk with a deferred assignment.
# exporting it makes make run its $(shell) command for each invoked submake,
Expand Down

0 comments on commit 482ca6f

Please sign in to comment.