Mailinglist Archive: opensuse-bugs (5637 mails)

< Previous Next >
[Bug 347628] New: osc should ignore dot files, because they connot be checked in
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 11 Dec 2007 08:41:54 -0700 (MST)
  • Message-id: <bug-347628-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=347628


Summary: osc should ignore dot files, because they connot be
checked in
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: ASSIGNED
Severity: Normal
Priority: P5 - None
Component: BuildService
AssignedTo: poeml@xxxxxxxxxx
ReportedBy: poeml@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---


poeml@batavia510 ~/bs/home:poeml/test5
% osc st .setup
A .setup
poeml@batavia510 ~/bs/home:poeml/test5
% osc ci -m '' .setup
Sending .setup
Sending .foo
Transmitting file data .Traceback (most recent call last):
File "/suse/poeml/bin/osc", line 10, in ?
sys.exit( osc.main() )
File "/suse/poeml/osc-package-tracking/osc/cmdln.py", line 256, in main
return self.cmd(args)
File "/suse/poeml/osc-package-tracking/osc/cmdln.py", line 279, in cmd
retval = self.onecmd(argv)
File "/suse/poeml/osc-package-tracking/osc/cmdln.py", line 395, in onecmd
return self._dispatch_cmd(handler, argv)
File "/suse/poeml/osc-package-tracking/osc/cmdln.py", line 1070, in
_dispatch_cmd
return handler(argv[0], opts, *args)
File "/suse/poeml/osc-package-tracking/osc/commandline.py", line 937, in
do_commit
Project(path).commit(pacs, msg)
File "/suse/poeml/osc-package-tracking/osc/core.py", line 381, in commit
Package('.').commit(msg)
File "/suse/poeml/osc-package-tracking/osc/core.py", line 606, in commit
self.put_source_file(filename)
File "/suse/poeml/osc-package-tracking/osc/core.py", line 564, in
put_source_file
http_PUT(u, file = os.path.join(self.dir, n))
File "/suse/poeml/osc-package-tracking/osc/core.py", line 1146, in http_PUT
def http_PUT(*args, **kwargs): return http_request('PUT', *args,
**kwargs)
File "/suse/poeml/osc-package-tracking/osc/core.py", line 1135, in
http_request
fd = urllib2.urlopen(req, data=data)
File "/usr/lib64/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "/usr/lib64/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib64/python2.4/urllib2.py", line 402, in error
return self._call_chain(*args)
File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib64/python2.4/urllib2.py", line 480, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
[1] 13724 exit 1 osc ci -m '' .setup


--
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.

< Previous Next >
This Thread
  • No further messages