Skip to content

Instantly share code, notes, and snippets.

@aursu
Last active July 19, 2018 00:06
Show Gist options
  • Save aursu/fc103b420e364b31938851c60c5836f5 to your computer and use it in GitHub Desktop.
Save aursu/fc103b420e364b31938851c60c5836f5 to your computer and use it in GitHub Desktop.
Bintray: Resolving RPM packages

For more information about downloading using APIs, please see the documentation.

This is what you need to do to resolve RPM artifacts from Bintray:

  1. Run the following to get a generated .repo file:

    wget https://bintray.com/aursu/custom/rpm -O bintray-aursu-custom.repo
    

    or - Copy this text into a 'bintray-aursu-custom.repo' file on your Linux machine:

    #bintraybintray-aursu-custom - packages by aursu from Bintray
    [bintraybintray-aursu-custom]
    name=bintray-aursu-custom
    baseurl=https://dl.bintray.com/aursu/custom
    gpgcheck=0
    repo_gpgcheck=0
    enabled=1
    
  2. sudo mv bintray-aursu-custom.repo /etc/yum.repos.d/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment