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:
Vendored
+23
@@ -196,6 +196,29 @@ filesystem_publish_endpoints:
|
||||
#
|
||||
# `aptly publish snapshot wheezy-main s3:test:`
|
||||
#
|
||||
|
||||
# JFrog Artifactory Endpoint Support
|
||||
#
|
||||
# aptly can be configured to publish repositories directly to JFrog Artifactory. First,
|
||||
# publishing endpoints should be described in the aptly configuration file.
|
||||
#
|
||||
# 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:`
|
||||
#
|
||||
jfrog_publish_endpoints:
|
||||
# # Endpoint Name
|
||||
# test:
|
||||
# # JFrog URL
|
||||
# url: "https://artifactory.example.com/artifactory/"
|
||||
# # Repository
|
||||
# repository: apt-local
|
||||
# # Username
|
||||
# username: admin
|
||||
# # Password
|
||||
# password: password
|
||||
|
||||
s3_publish_endpoints:
|
||||
# # Endpoint Name
|
||||
# test:
|
||||
|
||||
Reference in New Issue
Block a user