From Fedora Project Wiki
No edit summary
No edit summary
Line 11: Line 11:
* : I had to set the password for the builder user in the conf file, and in the database via an sql query
* : I had to set the password for the builder user in the conf file, and in the database via an sql query
* : I had to set the user and password for kojira in the conf file, and set the password for that user with sql
* : I had to set the user and password for kojira in the conf file, and set the password for that user with sql
In the cert script, this:
  cat ssl.cnf | sed 's/insert_hostname/'${user}'/'> ssl2.cnf
doesn't do anything, so I'm not sure what it is trying to do.

Revision as of 19:51, 17 July 2013

The following metadata was found in MoinMoin that could not be converted to a useful value in MediaWiki:

  • : This must be changed before deployment


Issues that I found with this documentation:

  • : No mention of having to create/posess /mnt/koji/{packages, work, repos, scratch}
  • : I had to set the password for the builder user in the conf file, and in the database via an sql query
  • : I had to set the user and password for kojira in the conf file, and set the password for that user with sql


In the cert script, this:

 cat ssl.cnf | sed 's/insert_hostname/'${user}'/'> ssl2.cnf

doesn't do anything, so I'm not sure what it is trying to do.