On Mon, 2005-10-17 at 21:56 -0400, Dan Williams wrote: > On Mon, 2005-10-17 at 14:28 -0700, Chris Wright wrote: > > * Dan Williams (dcbw@xxxxxxxxxx) wrote: > > > As I see you've figured out, it should be fixed now. Server-side issue > > > with some database fields being way too small. They are larger now :) > > > > Yes, thanks. Is > > > > [Server] > > ... > > allow_uploads = True > > > > the recommended change to config? > > > > I notice plague list once creates config with > > > > allow_uploads = no > > It's a feature that requires server-side support too, which is currently > disabled on the Extras server since we build from CVS. Therefore, for > Extras, it has no effect either way. Well, apparently it does have an effect: # make plague Enter passphrase for key '/users/xxxx/.ssh/id_dsa': /usr/bin/plague-client build perl-Business-Hours perl-Business-Hours-0_07-1_fc5 devel Traceback (most recent call last): File "/usr/bin/plague-client", line 426, in ? cli.dispatch(cmd, sys.argv[2:]) File "/usr/bin/plague-client", line 372, in dispatch func(args) File "/usr/bin/plague-client", line 172, in _cmd_build self._enqueue(is_srpm, package, source, target_alias) File "/usr/bin/plague-client", line 197, in _enqueue if self._cfg.get_bool("Server", "allow_uploads"): File "/usr/lib/python2.4/site-packages/plague/BaseConfig.py", line 51, in get_bool opt = self.get_option(section, name) File "/usr/lib/python2.4/site-packages/plague/BaseConfig.py", line 45, in get_option raise ConfigError("Config file %s does not have option: %s/%s" % (self._filename, section, name)) plague.BaseConfig.ConfigError: Config file /users/xxxx/.plague-client.cfg does not have option: Server/allow_uploads make: *** [plague] Error 1 Ralf