Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 49eeda0a1743167a3de76d0c4754f4242c80a446
https://github.com/openSUSE/osc/commit/49eeda0a1743167a3de76d0c4754f4242c80…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
M osc/core.py
Log Message:
-----------
- core.edit_message: changed message file opening (only affects vim/vi users)
With the current implementation it's possible to detect if the user saved
the message file or if he/she just quits the editor (e.g. to abort the commit).
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 6d32154c2520a312691d96715bc7ca5be527c414
https://github.com/openSUSE/open-build-service/commit/6d32154c2520a312691d9…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
M src/api/test/functional/interconnect_test.rb
M src/backend/bs_srcserver
Log Message:
-----------
[backend] strip also invalid person and group data from remote project meta (fixes webui crashes)
Branch: refs/heads/2.4
Home: https://github.com/openSUSE/open-build-service
Commit: 165066e3bb09df34869a4b1a7763084843262a14
https://github.com/openSUSE/open-build-service/commit/165066e3bb09df34869a4…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-08 (Fri, 08 Mar 2013)
Changed paths:
M src/api/test/functional/interconnect_test.rb
M src/backend/bs_srcserver
Log Message:
-----------
[backend] strip also invalid person and group data from remote project meta (fixes webui crashes)
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 93df86678721e1c74c75ad190636a87d3cf9ba1b
https://github.com/openSUSE/osc/commit/93df86678721e1c74c75ad190636a87d3cf9…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M osc/babysitter.py
M osc/build.py
M osc/commandline.py
M osc/core.py
Log Message:
-----------
- added new function core.run_external which can be used to execute an external program
Basically it's just a wrapper around subprocess.call which raises an ExtRuntimeError
exception if subprocess.call raised an OSError with errno set to ENOENT (unfortunately
the OSError's filename attribute is set to None therefore we cannot print a meaningful
error message (that's why an ExtRuntimeError is raised)).
Replaced all occurrences of subprocess.call with a corresponding run_external call.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: bd0cd8856353e6de3e983dbf15febf67209c525e
https://github.com/openSUSE/open-build-service/commit/bd0cd8856353e6de3e983…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/api/test/functional/interconnect_test.rb
M src/backend/bs_srcserver
Log Message:
-----------
[backend] do not deliver not matching user and group elements in package meta from remote instances