Skip to content

Commit

Permalink
Fix regression with unagi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal-test committed Apr 29, 2013
1 parent c9b1757 commit fc48cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions getb2g/handlers/pvtbpubtinderbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class PvtBPubTinderboxHandler(Base, UnagiBase, PandaBase, SymbolsBase, Tinderbox
Handles resources from pvtbuilds.mozilla.org
"""
_base_url = 'https://pvtbuilds.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/'
_device_names = { 'unagi': 'unagi-eng', }

def prepare_symbols(self):
url = self.get_resource_url(lambda x: x.startswith('b2g') and
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys

PACKAGE_NAME = "getb2g"
PACKAGE_VERSION = "2.7"
PACKAGE_VERSION = "2.8"

desc = """Get the latest B2G nightly builds for a specific device"""
deps = ['BeautifulSoup4',
Expand Down

0 comments on commit fc48cd8

Please sign in to comment.