mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
initial commit for JFrog support
# Conflicts: # api/api_test.go # api/router.go # go.mod # go.sum # utils/config_test.go
This commit is contained in:
@@ -356,6 +356,24 @@ The legacy json configuration is still supported (and also supports comments):
|
||||
// }
|
||||
},
|
||||
|
||||
// JFrog Artifactory Endpoint Support
|
||||
// aptly could be configured to publish repository directly to JFrog Artifactory. First,
|
||||
// endpoints should be described in aptly.conf:
|
||||
//
|
||||
// In order to publish to JFrog, specify endpoint as `jfrog:endpoint-name:` before
|
||||
// publishing prefix on the command line, e.g.:
|
||||
//
|
||||
// `aptly publish snapshot wheezy-main jfrog:test:`
|
||||
//
|
||||
"JFrogPublishEndpoints": {
|
||||
"test": {
|
||||
"url": "https://artifactory.example.com/artifactory/",
|
||||
"repository": "apt-local",
|
||||
"username": "admin",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
||||
|
||||
// Swift Endpoint Support
|
||||
//
|
||||
// aptly could be configured to publish repository directly to OpenStack Swift. First,
|
||||
|
||||
Reference in New Issue
Block a user