[obs-commits] [openSUSE/open-build-service] 70373e: [webui] Disable browser autocomplete on sign up fo...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 70373e7982a3d79a5452e56acebbe4e6eea44813 https://github.com/openSUSE/open-build-service/commit/70373e7982a3d79a5452e5... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/webui/app/views/shared/_sign_up.html.erb Log Message: ----------- [webui] Disable browser autocomplete on sign up form Commit: 45bda95b863f656e7242542e70477b4b8d46a2bf https://github.com/openSUSE/open-build-service/commit/45bda95b863f656e724254... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/webui/config/environments/production.rb Log Message: ----------- [webui] Don't reference config options in environment files... Commit: c5c70ef5d9087f2350e2900ae78406c9ea21006e https://github.com/openSUSE/open-build-service/commit/c5c70ef5d9087f2350e290... Author: Stefan Bühler <stbuehler@web.de> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/backend/bs_publish Log Message: ----------- [backend] Add Suite/Codename to Release, add SHA1+SHA256 checksums, don't add checksum of the partial Release file itself Commit: 10f68b089264a3d80eaaa83b35c183689645983a https://github.com/openSUSE/open-build-service/commit/10f68b089264a3d80eaaa8... Author: Dirk Mueller <dmueller@suse.com> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/backend/bs_worker M src/backend/build Log Message: ----------- [backend] Clean up emulator build invocation code For the emulator case, a lot of the options were not passed down to the build invocation, like for example the filesystem to create, which defaulted to the site-wide filesystem instead of the worker-defined filesystem type. The one two differences we want to have is to disable statistics (as they slow down the emulated build) and use a different way to invoke the emulator mode, otherwise the rest should be passed down as is. Commit: c821d4fb809c9d38e555a8886c0874861e81d4cd https://github.com/openSUSE/open-build-service/commit/c821d4fb809c9d38e555a8... Author: Dirk Mueller <dmueller@suse.com> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/backend/bs_worker Log Message: ----------- [backend] Avoid failing job when Build.pm cannot be imported Thats most likely a host problem (cpio not working, network conflicts), don't fail the job Commit: 29d105dd10054b71e6db75ec427cb4aac7c2f5dd https://github.com/openSUSE/open-build-service/commit/29d105dd10054b71e6db75... Author: Dirk Mueller <dmueller@suse.com> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/backend/bs_worker Log Message: ----------- [backend] Clean up vm type setting $vm awkwardly had a leading space in some cases, which caused invocations that were not passed through the shell to fail (as the leading space was then part of the argument). Also, half of the code compared the vm incorrectly, consequently also failed to detect vm type properly. Fixes killing of running jobs amongst other things for KVM and ZVM. Compare: https://github.com/openSUSE/open-build-service/compare/ec1cf3768866...29d105...
participants (1)
-
Dirk Mueller