[obs-commits] [openSUSE/open-build-service] 397afa: [webui] Fix password/account changing
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 397afab00282ef4c8ada510a24db12b7d4fbc469 https://github.com/openSUSE/open-build-service/commit/397afab00282ef4c8ada51... Author: Henne Vogelsang <hvogel@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: 2ac92487c21669b705c97369fdee5dc2fdfd6bcb https://github.com/openSUSE/open-build-service/commit/2ac92487c21669b705c973... Author: Hasan Wan <hasan.wan@intel.com> Date: 2013-04-05 (Fri, 05 Apr 2013) Changed paths: M src/backend/BSConfig.pm.template M src/backend/BSNotify.pm Log Message: ----------- [backend] Add the feature to support multiple notify plugins Signed-off-by: Hasan Wan <hasan.wan@intel.com> Commit: 8a19bba741df3b772c814c36215ead88da8706dc https://github.com/openSUSE/open-build-service/commit/8a19bba741df3b772c814c... Author: Dirk Mueller <dmueller@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/3f54800ff001...8a19bb...
participants (1)
-
Dirk Mueller