[openSUSE/open-build-service] c6f74f: Make xargs to ignore commands if stdin is empty
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: c6f74ff8539330dd912de35c4e384f4cecab8a1b https://github.com/openSUSE/open-build-service/commit/c6f74ff8539330dd912de3... Author: Dani Donisa <dani.doni@gmail.com> Date: 2024-10-28 (Mon, 28 Oct 2024) Changed paths: M .github/workflows/create_diffend_io_links.yml Log Message: ----------- Make xargs to ignore commands if stdin is empty When we added a new gem, REMOVED_GEMS was empty, and the `basename` command crashed. Not anymore. When there is nothing coming from ADDED_GEMS (because we remove the gem) or REMOVED_GEMS (because we add a new gem) `xargs` will not crash anymore. Commit: b57c53ccf202701e86ecaf3ad164ee23b9e54d82 https://github.com/openSUSE/open-build-service/commit/b57c53ccf202701e86ecaf... Author: Dani Donisa <dani.doni@gmail.com> Date: 2024-11-04 (Mon, 04 Nov 2024) Changed paths: M .github/workflows/create_diffend_io_links.yml Log Message: ----------- Merge pull request #17027 from danidoni/make-diffend-handle-new-gems-instead-of-only-changes Make xargs to ignore commands if stdin is empty Compare: https://github.com/openSUSE/open-build-service/compare/ddc08260e148...b57c53... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Dani Donisa