-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add warning message and try to fix the directory set time issue #163
Add warning message and try to fix the directory set time issue #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see it was merged without the comments. No problem.
@@ -7,6 +7,8 @@ | |||
|
|||
To use this repository, first add the key to your system: | |||
|
|||
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. | |
<strong>WARNING</strong>: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
@@ -4,6 +4,8 @@ | |||
|
|||
To use this repository, run the following command: | |||
|
|||
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. | |
<strong>WARNING</strong>: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
<p> | ||
To use this repository, run the following command: | ||
|
||
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. | |
<strong>WARNING</strong>: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
@@ -5,6 +5,8 @@ | |||
<p> | |||
This is the WAR package repository of {{ product_name }} for installation. | |||
|
|||
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. | |
<strong>WARNING</strong>: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. |
Add warning message and try to fix the directory set time issue