Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix store downloading #452
Conversation
sergiusens
changed the title from
Bugfix/1569734/store download
to
Fix store downloading
Apr 14, 2016
kyrofa
reviewed
Apr 14, 2016
| @@ -33,7 +30,7 @@ def main(): | ||
| config = load_config() | ||
| with tempfile.NamedTemporaryFile() as temp: | ||
| print('Downloading') | ||
| - download('ubuntu-core', temp.name, config, 'amd64') | ||
| + download('ubuntu-core', 'edge', temp.name, config, 'amd64') |
kyrofa
reviewed
Apr 14, 2016
| + if len(pkg) != 1: | ||
| + raise EnvironmentError( | ||
| + 'Unexpected store result {!r}'.format(search_results)) | ||
| + download_url = pkg[0].get('anon_download_url', pkg[0]['download_url']) |
|
@elopio http://162.213.35.179:8080/job/github-snapcraft-autopkgtest-cloud/499/console says finished success, can we consider it a success? |
|
retest this please |
sergiusens
merged commit f5a1bf9
into
snapcore:master
Apr 15, 2016
sergiusens
deleted the
sergiusens:bugfix/1569734/store-download
branch
Apr 15, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedApr 14, 2016
No description provided.