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

FIX: minor, fix some typos in README. #633

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dfsp-spirit
Copy link

This tiny PR just fixes a few typos in the README file.

@@ -20,7 +20,7 @@ jobs:
#
- run: sudo sed -i 's;http://archive.debian.org/debian/;http://deb.debian.org/debian/;' /etc/apt/sources.list
- run: sudo apt-get -y update
- run: sudo apt-get -y install make autopoint texinfo libtool intltool bzip2 gettext clang-3.5 clang-4.0 g++-multilib
- run: sudo apt-get -y --force-yes install make autopoint texinfo libtool intltool bzip2 gettext clang-3.5 clang-4.0 g++-multilib
Copy link
Author

@dfsp-spirit dfsp-spirit Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the --force-yes here, because without it, this line would fail with an error message saying:

WARNING: The following packages cannot be authenticated!
...list of various packages...
E: There are problems and -y was used without --force-yes

See here for the error. The same error also comes up for other PRs, and is the reason that CI is red for them.

@dfsp-spirit
Copy link
Author

@kevina Could you have a look at this?

@kevina kevina added this to the 0.60.9 milestone Oct 3, 2023
@kevina
Copy link
Member

kevina commented Oct 19, 2023

Hi @dfsp-spirit:

Sorry for the very long delay. CircleCI should be fixed now. Can you please rebase and squash your commits on top of master. Also please reword your commit message to start with "docs: ", for example "docs: fix some typos in README"

@dfsp-spirit
Copy link
Author

Thanks for the response! I'll do it.

@kevina kevina modified the milestones: 0.60.9, 0.60.8.1 Nov 2, 2023
@kevina kevina modified the milestones: 0.60.8.1, 0.60.9 Mar 17, 2024
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