Johannes Kristan

Results 20 comments of Johannes Kristan

We are considering integrating Eclipse Hawkbit into the Arrowhead Framework. This issue seems also important for us.

We are considering integrating Eclipse Hawkbit into the Arrowhead Framework. This issue seems also important for us.

_From @maxhbr on December 12, 2016 15:40_ e.g.: https://www.sonatype.com/products-sonatype

This should work for - Sonatype Nexus Repo and - Artifactory

https://www.jfrog.com/confluence/display/RTF/Installing+on+Linux+Solaris+or+Mac+OS https://books.sonatype.com/nexus-book/reference/installing.html

UC1 link release to artifact in repo 1. create release 2.a. click add attachments 2.b. select artifact in external repo 2.b.1 give warning that artifact must be accessible by public...

_From @maxhbr on January 25, 2017 15:50_ **Idea:** add metadata for each repository and save `url`, and `isPasswordRequired`

_From @maxhbr on January 30, 2017 12:38_ # Nexus Sonatype: rest API: https://oss.sonatype.org/nexus-restlet1x-plugin/default/docs/index.html See: ![tmp](https://cloud.githubusercontent.com/assets/1187050/22423400/c821b05e-e6f1-11e6-90ad-7f3507e8fa96.png) To test for existence: - `curl http://localhost:8081/nexus/service/local/status` - `curl -u admin:admin123 http://localhost:8081/service/metrics/ping` Docker: https://hub.docker.com/r/sonatype/nexus/ Nexus3...

_From @maxhbr on January 30, 2017 14:11_ # Artifactory: AQL: https://www.jfrog.com/confluence/display/RTF/Artifactory+Query+Language Advanced REST: https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API ## test setup ### docker ``` $ docker pull docker.bintray.io/jfrog/artifactory-oss:latest $ docker run --name artifactory -d...

_From @maxhbr on February 7, 2017 10:8_ # Generic aproach allow attachments do be stored in external repository and prevent syncing to SW360-couchdb. This implies that an Attachment has essentially...