mason: notify server after uploading docs so that docs.factorcode.org can update immediately

db4
Slava Pestov 2010-09-06 19:00:10 -07:00
parent e395a8fb60
commit 9c87687b7f
2 changed files with 11 additions and 6 deletions

View File

@ -47,18 +47,23 @@ status-url [ "http://builds.factorcode.org/status-update" ] initialize
! Password for status notifications.
SYMBOL: status-secret
SYMBOL: upload-help?
SYMBOL: upload-docs?
! The below are only needed if upload-help is true.
! The below are only needed if upload-docs? is true.
! Host with HTML help
SYMBOL: help-host
! Host to upload docs to
SYMBOL: docs-host
! Username to log in.
SYMBOL: help-username
SYMBOL: docs-username
! Directory to upload docs to.
SYMBOL: help-directory
SYMBOL: docs-directory
! URL to notify server about new docs
SYMBOL: docs-update-url
docs-update-url [ "http://builds.factorcode.org/docs-update" ] initialize
! Boolean. Do we release binaries and update the clean branch?
SYMBOL: upload-to-factorcode?