Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: f0e7d37c811dbde49fcd5b9c8779063f4e87cb74
https://github.com/openSUSE/obs-build/commit/f0e7d37c811dbde49fcd5b9c877906…
Author: Kai Liu <kai.liu(a)suse.com>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Changed paths:
M init_buildsystem
Log Message:
-----------
init_buildsystem: make /etc/mtab a symlink
/etc/mtab of the build root should be a symlink of /proc/self/mounts,
like on a real root, to reflect the actual mount status instead of the
static (outdated) information of when the build root is started. One
Known failure due to outdated mount inforamtion is when executing the
tests of ostree package, which calls fusermount command, which checks
/etc/mtab. This is also reported in isseu #535.
Signed-off-by: Kai Liu <kai.liu(a)suse.com>
Commit: 6fb3be880497f4eb2acccd5e3bed61880b8643c8
https://github.com/openSUSE/obs-build/commit/6fb3be880497f4eb2acccd5e3bed61…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M init_buildsystem
Log Message:
-----------
Merge pull request #726 from kailiu42/fix-mtab
init_buildsystem: make /etc/mtab a symlink
Compare: https://github.com/openSUSE/obs-build/compare/1e24a247b963...6fb3be880497
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ccf91d182840248bb39a4a2385b66a1ba2548f49
https://github.com/openSUSE/open-build-service/commit/ccf91d182840248bb39a4…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M src/api/public/apidocs-new/OBS-v2.10.50.yaml
M src/api/public/apidocs-new/paths/request.yaml
M src/api/public/apidocs-new/paths/request_id.yaml
M src/api/public/apidocs-new/paths/request_id_cmd_diff.yaml
M src/api/public/apidocs-new/paths/request_view_collection.yaml
Log Message:
-----------
Pluralize request tag name in API docs
We are using plural tags when possible, so we pluralize the request tag
for consistency.
Commit: 3d1ce2984d4c0d77dc6dc8cb945052bf5bb6f146
https://github.com/openSUSE/open-build-service/commit/3d1ce2984d4c0d77dc6dc…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M src/api/public/apidocs-new/OBS-v2.10.50.yaml
M src/api/public/apidocs-new/paths/request.yaml
M src/api/public/apidocs-new/paths/request_id.yaml
M src/api/public/apidocs-new/paths/request_id_cmd_diff.yaml
M src/api/public/apidocs-new/paths/request_view_collection.yaml
Log Message:
-----------
Merge pull request #11911 from saraycp/apidocs_pluralize_request_tag
Pluralize request tag name in API docs
Compare: https://github.com/openSUSE/open-build-service/compare/9471a9f88011...3d1ce…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d7ffda9a3cecb5425d96a0cb730ae2d511a5d771
https://github.com/openSUSE/open-build-service/commit/d7ffda9a3cecb5425d96a…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M src/api/spec/features/beta/webui/users/user_contributions_spec.rb
R src/api/spec/features/webui/users/user_contributions_spec.rb
Log Message:
-----------
Remove duplicated Contribution Graph spec
We have the spec duplicated for both beta and non-beta version of the
code.
The non-beta one is causing flickering tests in our CI. Since nobody
sees the non-beta version of the UI anymore and the feature flag is
going to be removed in a few days, we decide to remove the non-beta spec.
Commit: e8d56ffac50d9f4179886605799f958a2b108e8b
https://github.com/openSUSE/open-build-service/commit/e8d56ffac50d9f4179886…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M src/api/spec/features/beta/webui/users/user_contributions_spec.rb
R src/api/spec/features/webui/users/user_contributions_spec.rb
Log Message:
-----------
Merge pull request #11907 from saraycp/remove-duplicated-spec
Remove duplicated Contribution Graph spec
Compare: https://github.com/openSUSE/open-build-service/compare/dea728c42bc3...e8d56…