Skip to content

Commit

Permalink
switch from bintray to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Jul 5, 2023
1 parent 8009dcd commit cb3f9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/qt/build-qtwebkit-conan.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def create_profile(compiler, arch):

print("Path of build directory:" + build_directory)

run_command("conan remote add -f bincrafters https://api.bintray.com/conan/bincrafters/public-conan")
run_command("conan remote add -f qtproject https://api.bintray.com/conan/qtproject/conan")
run_command("conan remote add -f qtproject-testing https://api.bintray.com/conan/qtproject/conan-testing")
run_command("conan config set general.revisions_enabled=1")
run_command("conan remote add -f bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/public-conan")
run_command("conan remote add -f coin https://qtpkgtest.jfrog.io/artifactory/api/conan/coin-ci-provisioning")

if args.profile and args.compiler:
sys.exit("Error: --compiler and --profile cannot be specified at the same time")
Expand Down

1 comment on commit cb3f9d1

@annulen
Copy link

@annulen annulen commented on cb3f9d1 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page may be helpful (as well as other wiki pages): https://github.com/qtwebkit/qtwebkit/wiki/Conan

Please sign in to comment.