[Bug 345420] New: build service can't deal with large files
https://bugzilla.novell.com/show_bug.cgi?id=345420 Summary: build service can't deal with large files Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: abauer@novell.com ReportedBy: hhetter@novell.com QAContact: adrian@novell.com Found By: --- Try anything in the wesnoth-* projects in games:strategy:turn-based with osc or with the webclient. I can't update/upload anything to/from the buildservice when a project involves files with some 60+ megabytes of size. This blocks my package distribution and delivery performance. Andreas, can you please assign this bug an appropriate person? hhetter@e131:~/WE/games:strategy:turn-based/wesnoth-unstable> osc update Traceback (most recent call last): File "/usr/bin/osc", line 10, in <module> sys.exit( osc.main() ) File "/usr/lib64/python2.5/site-packages/osc/cmdln.py", line 256, in main return self.cmd(args) File "/usr/lib64/python2.5/site-packages/osc/cmdln.py", line 279, in cmd retval = self.onecmd(argv) File "/usr/lib64/python2.5/site-packages/osc/cmdln.py", line 395, in onecmd return self._dispatch_cmd(handler, argv) File "/usr/lib64/python2.5/site-packages/osc/cmdln.py", line 1070, in _dispatch_cmd return handler(argv[0], opts, *args) File "/usr/lib64/python2.5/site-packages/osc/commandline.py", line 1003, in do_update p.updatefile(filename, rev) File "/usr/lib64/python2.5/site-packages/osc/core.py", line 362, in updatefile get_source_file(self.apiurl, self.prjname, self.name, n, targetfilename=filename, revision=revision) File "/usr/lib64/python2.5/site-packages/osc/core.py", line 1203, in get_source_file f = http_GET(u) File "/usr/lib64/python2.5/site-packages/osc/core.py", line 805, in http_GET def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs) File "/usr/lib64/python2.5/site-packages/osc/core.py", line 796, in http_request fd = urllib2.urlopen(req, data=data) File "/usr/lib64/python2.5/urllib2.py", line 121, in urlopen return _opener.open(url, data) File "/usr/lib64/python2.5/urllib2.py", line 380, in open response = meth(req, response) File "/usr/lib64/python2.5/urllib2.py", line 491, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python2.5/urllib2.py", line 418, in error return self._call_chain(*args) File "/usr/lib64/python2.5/urllib2.py", line 353, in _call_chain result = func(*args) File "/usr/lib64/python2.5/urllib2.py", line 499, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 502: Bad Gateway hhetter@e131:~/WE/games:strategy:turn-based/wesnoth-unstable> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com