Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply project settings to o.e.osgi.services #326

Conversation

Torbjorn-Svensson
Copy link
Contributor

@Torbjorn-Svensson Torbjorn-Svensson commented Oct 1, 2023

  1. Convert to LF and ensure LF at EOF:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e && \
  git checkout src/org/osgi

@github-actions
Copy link

github-actions bot commented Oct 1, 2023

Test Results

     24 files  ±0       24 suites  ±0   12m 0s ⏱️ +29s
2 150 tests ±0  2 104 ✔️ ±0  45 💤 ±0  1 ±0 
2 194 runs  ±0  2 148 ✔️ ±0  45 💤 ±0  1 ±0 

For more details on these failures, see this check.

Results for commit c65aa14. ± Comparison against base commit ad90b69.

♻️ This comment has been updated with latest results.

@Torbjorn-Svensson Torbjorn-Svensson force-pushed the pr/cleanup-o.e.osgi.services branch from 04895a8 to c65aa14 Compare October 5, 2023 17:58
@Torbjorn-Svensson
Copy link
Contributor Author

Updated PR in accordance with #324 (comment).

This was achieved by running:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e && \
  git checkout src/org/osgi

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
@Torbjorn-Svensson Torbjorn-Svensson force-pushed the pr/cleanup-o.e.osgi.services branch from c65aa14 to d209caa Compare November 3, 2023 18:08
@akurtakov akurtakov merged commit 49b8e24 into eclipse-equinox:master Nov 6, 2023
12 checks passed
@Torbjorn-Svensson Torbjorn-Svensson deleted the pr/cleanup-o.e.osgi.services branch November 6, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants