[obs-commits] [openSUSE/open-build-service] e9341c: Use symbol instead of string to access broken_pack...

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: e9341c3313ec398493aae8b2a10b8b8ceabd32c5 https://github.com/openSUSE/open-build-service/commit/e9341c3313ec398493aae8... Author: Lukas Krause <lkrause@suse.de> Date: 2019-09-30 (Mon, 30 Sep 2019) Changed paths: M src/api/app/models/concerns/staging_project.rb Log Message: ----------- Use symbol instead of string to access broken_packages hash in staging project While migrating the old staging workflow to the new one, the broken_packages hash moved from strings to symbols for the keys. One of the checks still uses strings to access the hash, which led to wrong results. Fixes #7351 Commit: fcaa0f326792b25c45b728abdbd1b85034383043 https://github.com/openSUSE/open-build-service/commit/fcaa0f326792b25c45b728... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-09-30 (Mon, 30 Sep 2019) Changed paths: M src/api/app/models/concerns/staging_project.rb Log Message: ----------- Merge pull request #8477 from krauselukas/issue_7351 Use symbol instead of string to access broken_packages hash in staging project Compare: https://github.com/openSUSE/open-build-service/compare/4c1f6e8167f5...fcaa0f...
participants (1)
-
Henne Vogelsang