<< | Index | >>
Got disabling UPDATER
in log file. Why?
Restartet vagrant & job. Now the documents are starting to come in.
But at the end I still have disabling UPDATER
. Is this okay?
loading testenvironment DEVELOPER_HOST = smtp.hispeed.ch DEVELOPER_MAIL = niklaus.giger@hispeed.ch disabling UPDATER /var/www/oddb.org/log/job.pid is created process: /var/www/oddb.org/jobs/import_bsv_followers init system init system: 30.717535869 setup drb-delegation /var/www/oddb.org/log/job.pid is deleted real 99m25.239s user 40m50.643s sys 7m43.549s
Message: undefined method `configure' for Savon:Module
whether we use Version 2.1.0 or 1.2.0.
Version on thinpower is 0.9.7. Savon got refactored in 0.9.8. But Savon.configure is still documented in the master branch. But you cannot find anymore the def self.configure
in lib/savon.rb. And in Version 1.x it changed the signature to def configure
.
Savon mentions in docs/version2.md that the global configure method has gone. ext/swissindex/src/swissindex.rb calls Savon.configure to change the logging. savon/docs/version2.md hast this paragraph about logging
#### Logger Was replaced with Ruby's standard Logger. The custom Logger was removed for simplicity. You can still set the global `:log_level` and `:filters` options or active `:pretty_print_xml`.
I think we should really think about creating a jenkins daily jobs which calls bundle update and tries to run test specification to catch changes in underlying gems as soon as possible.
static-modules/oddb/manifests.pp
to setup migel
This proved to be easy. See Attach:gentoo_patch.txt and https://github.com/ngiger/puppet-postgres/commits/master, but showed that even when the default setting for postgresql are under /etc/postgresql-8.4 we were running a client 9.2. Therefore decided to adapt the rest of the vagrant setup to postgresql module.