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

repo-create: fix error messages "...newly repo verification:..." #91

Open
salewski opened this issue Apr 22, 2024 · 1 comment
Open

Comments

@salewski
Copy link
Owner

This issue pertains the ads-github-repo-create(1) tool, as included with ads-github-tools-0.3.5 (released 2022-10-26), and (probably) all versions since that tool was introduced in ads-github-tools-0.3.1 (released 2020-10-12).

    $ ads-github-repo-create --version
    ads-github-repo-create 0.3.5  (built: 2022-10-26 03:00:35)

    Copyright (C) 2020, 2022 Alan D. Salewski <[email protected]>
    License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.

    Written by Alan D. Salewski.

After successfully creating a new Git repo on GitHub, the ads-github-repo-create tool performs a number of validation steps to help ensure that the repository was created as intended. When there are errors, some of the error messages are incorrectly prefixed thus:

    ads-github-repo-create (error): newly repo verification:...

That should read instead:

    ads-github-repo-create (error): newly created repo verification:...
@salewski salewski self-assigned this Apr 22, 2024
salewski added a commit that referenced this issue Apr 23, 2024
…n:..."

Correct a bunch of typos in error messages of the
'ads-github-repo-create' program. They formerly read:

    ads-github-repo-create (error): newly repo verification:...

and have now been corrected to read:

    ads-github-repo-create (error): newly created repo verification:...

Signed-off-by: Alan D. Salewski <[email protected]>
salewski added a commit that referenced this issue Apr 23, 2024
…n:..."

Correct a bunch of typos in error messages of the
'ads-github-repo-create' program. They formerly read:

    ads-github-repo-create (error): 'foo' attribute on newly create repo...

and have now been corrected to read:

    ads-github-repo-create (error): 'foo' attribute on newly created repo...

Also:
    * update copyright years list to add the current year (2024)

    * use multi-line format for 'SPDX-FileCopyrightText' tag

Signed-off-by: Alan D. Salewski <[email protected]>
@salewski
Copy link
Owner Author

salewski commented Apr 23, 2024

The fix for this issue has been merged to the master branch, and will be part of the ads-github-tools-0.3.6 release.

@salewski salewski added status:fix-comitted resolution:fixed Read as "fixed OR done OR implemented OR answered" and removed status:in-progress resolution:fixed Read as "fixed OR done OR implemented OR answered" labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@salewski and others