Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 506 Bytes

bintray-publish-p2-updatesite

Shell script which allows to upload a p2 update-site to bintray. To run, clone this repository and make the pushToBintray.sh file executable.

   chmod +x pushToBintray.sh

Afterwards switch to your p2 repository you would like to upload and run the script:

  pushToBintray.sh username apikey owner repo package version pathToP2Repo

The repository owner may be an organization, so different then the user that uploads the files.