diff options
author | Jürg Billeter <j@bitron.ch> | 2017-07-20 07:29:20 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2017-07-20 07:29:20 +0200 |
commit | 4db12c367c4818321517360fdcafc273fd318a2f (patch) | |
tree | 94e980f7510a4e6ba04a1d5e8e938a794101c5ec /buildstream/data | |
parent | da2e114b051f841cd1d16bf7bb6362aa3baed002 (diff) | |
download | buildstream-4db12c367c4818321517360fdcafc273fd318a2f.tar.gz |
userconfig.yaml: Mention push-url restrictionsummary
If push-url is specified, it must point to the same repository as
pull-url as the summary file is used for pull and push operations.
Diffstat (limited to 'buildstream/data')
-rw-r--r-- | buildstream/data/userconfig.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml index 172b33937..e5dcb7820 100644 --- a/buildstream/data/userconfig.yaml +++ b/buildstream/data/userconfig.yaml @@ -57,6 +57,7 @@ artifacts: pull-url: '' # A url to upload built artifacts to + # (must point to the same repository as pull-url) push-url: '' # Specify the port number for pushing artifacts, if it's |