Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ddb02c3ca503a24bab1b33764ae62a00d72d02f0
https://github.com/openSUSE/open-build-service/commit/ddb02c3ca503a24bab1b3…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M src/backend/bs_sched
Log Message:
-----------
[backend] save memory by storing the meta as a single string instead of a string array
Makes things slightly slower, but the memory savings are much more
important than a few milliseconds.
Branch: refs/heads/2.4
Home: https://github.com/openSUSE/open-build-service
Commit: 4660bb7b04552a24f00dc610c54d0bc5baf611ac
https://github.com/openSUSE/open-build-service/commit/4660bb7b04552a24f00dc…
Author: Dirk Mueller <dmueller(a)suse.com>
Date: 2013-04-05 (Fri, 05 Apr 2013)
Changed paths:
M dist/obsworker
Log Message:
-----------
[dist] Clean worker dirs on startup
Ensure that there is nothing left in there. Especially
when changing worker types there can be artefacts propagating
into the build (e.g. preinstallimages picking up previous
build root images)
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: bac5c4559230c9d52cd49b11404682c45bf72b74
https://github.com/openSUSE/open-build-service/commit/bac5c4559230c9d52cd49…
Author: Dirk Mueller <dmueller(a)suse.com>
Date: 2013-04-05 (Fri, 05 Apr 2013)
Changed paths:
M dist/obsworker
Log Message:
-----------
[dist] Clean worker dirs on startup
Ensure that there is nothing left in there. Especially
when changing worker types there can be artefacts propagating
into the build (e.g. preinstallimages picking up previous
build root images)
Branch: refs/heads/2.4
Home: https://github.com/openSUSE/open-build-service
Commit: 7dd03474b659f373c14c33008c500be71aaa4247
https://github.com/openSUSE/open-build-service/commit/7dd03474b659f373c14c3…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-04-05 (Fri, 05 Apr 2013)
Changed paths:
M src/webui/app/controllers/user_controller.rb
M src/webui/app/models/person.rb
M src/webui/app/views/home/index.html.erb
M src/webui/app/views/layouts/_watch_and_search.html.erb
A src/webui/app/views/user/_password_dialog.html.erb
M src/webui/app/views/user/_save_dialog.html.erb
R src/webui/app/views/user/change_my_password.html.erb
M src/webui/app/views/user/edit.html.erb
A src/webui/app/views/user/password_dialog.js.erb
M src/webui/config/routes.rb
M src/webui/test/functional/all_routes_test.rb
M src/webui/test/functional/user_controller_test.rb
Log Message:
-----------
[webui] Fix password/account changing
Commit: 3446a03427628a6a30f6f4fc0f1f5e50afcd95ec
https://github.com/openSUSE/open-build-service/commit/3446a03427628a6a30f6f…
Author: Dirk Mueller <dmueller(a)suse.com>
Date: 2013-04-05 (Fri, 05 Apr 2013)
Changed paths:
M src/backend/bs_worker
Log Message:
-----------
[backend] Avoid endless rebuilds if qemu-linux-user is missing
A common error happening on the build.opensuse.org instance
is that buidl is enabled for armv7l, but no or not the right
qemu-linux-user is installed. In those cases the builds
are looping endlessly on the build cluster, wasting a lot of
CPU. Detect that case and end it.
Compare: https://github.com/openSUSE/open-build-service/compare/29619f78bfb8...3446a…