-
-
Notifications
You must be signed in to change notification settings - Fork 16
feat: clarify File derivatives and add illegal char guideline #281
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Owen-sz <owen@fyralabs.com>
Deploying devdocs with
|
| Latest commit: |
f7bc35a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ad11f11d.devdocs-next.pages.dev |
| Branch Preview URL: | https://owen-guidelines-and-stuff.devdocs-next.pages.dev |
|
|
||
| ```rpmspec | ||
| %global ver UPSTREAM-VERSION | ||
| %global sanitized_ver %(echo %{ver} | sed 's/-//g') |
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.
maybe replace to . instead?
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.
In what part?
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.
Oh like adding a . instead of a /? I copied this from how most our current specs do it... but the . does make more sense
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.
Personally, I would change UPSTREAM-VERSION to an example involving a date for something more real world.
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.
actually why do we need this section? even if so this should be in fedora not us?
Signed-off-by: Owen-sz <owen@fyralabs.com>
| # ╰─ mado: personally never seen this used | ||
| %config(…) … | ||
| # ╰─ exhaustive list: | ||
| # - config(missingok) |
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.
now where is this
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.
Oh wow this did not show up as missing on mobile LMAO
| # ╰─ store the file into %{_docdir} | ||
| %docdir | ||
| # ╰─ mado: personally never seen this used | ||
| # ╰─ Define a directory as a documentation-only directory. Can be used when a package defines its own documentation folder and contains a large number of doc files. |
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.
case
|
|
||
| ```rpmspec | ||
| %global ver UPSTREAM-VERSION | ||
| %global sanitized_ver %(echo %{ver} | sed 's/-//g') |
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.
actually why do we need this section? even if so this should be in fedora not us?
No description provided.