Leave a note that args depend on various components

This commit is contained in:
Girish Ramakrishnan
2015-01-23 14:40:08 -08:00
parent 367b088193
commit 9f5a7cc1c2
+2 -1
View File
@@ -142,11 +142,12 @@ function update(callback) {
return;
}
// NOTE: the args here are tied to the installer revision, box code and appstore provisioning logic
var args = {
version: gBoxUpdateInfo.version,
boxVersionsUrl: config.get('boxVersionsUrl'),
// this data is opaque to the installer and will be passed to postinstall.sh
// this data is opaque to the installer
data: {
appServerUrl: config.appServerUrl(),
fqdn: config.fqdn(),