Skip to content
Snippets Groups Projects
  • Yaroslav Lobankov's avatar
    4689c95e
    cd: use RWS instead of update_repo.sh script · 4689c95e
    Yaroslav Lobankov authored
    This patch introduces the use of RWS (repository web service) instead
    of old update_repo.sh script for uploading packages to S3 repositories.
    RWS fully replaces facilities of update_repo.sh + provides new features
    like support of uploading ARM packages. Also, it is very simple to use,
    just do `curl` to the RWS endpoint with some params and that's it.
    
    Closes #6482
    4689c95e
    History
    cd: use RWS instead of update_repo.sh script
    Yaroslav Lobankov authored
    This patch introduces the use of RWS (repository web service) instead
    of old update_repo.sh script for uploading packages to S3 repositories.
    RWS fully replaces facilities of update_repo.sh + provides new features
    like support of uploading ARM packages. Also, it is very simple to use,
    just do `curl` to the RWS endpoint with some params and that's it.
    
    Closes #6482