Skip to content

Commit

Permalink
Merge pull request #624 from cyberman54/development
Browse files Browse the repository at this point in the history
hint on bintray usage added
  • Loading branch information
cyberman54 authored Aug 16, 2020
2 parents 4c2aad8 + 8f054ea commit b2922b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
key, value = line.partition("=")[::2]
mykeys[key.strip()] = str(value).strip()

# usage of bintray: see https://github.com/r0oland/bintray-secure-ota

# get bintray user credentials from ota key file
user = mykeys["BINTRAY_USER"]
repository = mykeys["BINTRAY_REPO"]
Expand Down
1 change: 1 addition & 0 deletions src/ota.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
using namespace std;

const BintrayClient bintray(BINTRAY_USER, BINTRAY_REPO, BINTRAY_PACKAGE);
// usage of bintray: see https://github.com/r0oland/bintray-secure-ota

// Connection port (HTTPS)
const int port = 443;
Expand Down

0 comments on commit b2922b1

Please sign in to comment.