canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) |
||
| Line 19: | Line 19: | ||
* requests | * requests | ||
However, the script will try to install the dependencies automatically if they are missing. | However, the script will try to install the dependencies automatically if they are missing. | ||
In order to update the wiki/bugzilla, the script also requires your credentials for those services in a config file: | |||
# Needed if updating wiki - note the wiki does *not* use your LDAP credentials... | |||
export WIKI_USERNAME=XXX | |||
export WIKI_PASSWORD=XXXXXXXX | |||
# Needed if updating Bugzilla bugs to mark them as in production - *no* Persona integration - must be a native Bugzilla account.. . | |||
# Details for the 'Release Engineering SlaveAPI Service' <slaveapi@mozilla.releng.tld> Bugzilla user can be found in the RelEng | |||
# private repo, in file passwords/slaveapi-bugzilla.txt.gpg (needs decrypting with an approved gpg key). | |||
export BUGZILLA_USERNAME='XXX@mozilla.com' | |||
export BUGZILLA_PASSWORD='XXXXXXXXX' | |||
# Used for slaveapi actions | |||
export LDAP_USERNAME='XXX@mozilla.com' | |||
export LDAP_PASSWORD='XXXXXXXX' | |||
Again, the script will create a template config file (default is ''~/.reconfig/config'') if it does not exist, but you'll need to fill in your own credentials before it will work. | |||
= Help, my reconfig is stuck! = | = Help, my reconfig is stuck! = | ||