-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add section on modifying source archives to "Creating releases" page #12837
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: master
Are you sure you want to change the base?
Conversation
0.52.0 is from 2019 and no longer relevant (even Debian stable is at >1.0 by now), so no need to still document `ninja dist`. And it's especially unhelpful since `ninja dist` doesn't support all the options discussed on this page for `meson dist`.
| meson.add_dist_script('gen_somefile.py') | ||
| ``` | ||
|
|
||
| Dist scripts work for any supported VCS. In addition, if Git is used as the |
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.
Note that this is not yet true (see #12829 (comment)). However, this should indeed be the case because the dist script mechanism is orthogonal to the specific VCS program.
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.
It will be true when gh-12840 lands, right? I left the text unchanged, counting on that. If not, I'm not sure what to change it too - there's also some amount of Subversion and Bazaar support, and I'm not sure about the status there. I imagine at least simple dist scripts (like rm a-file) work?
0b74bb4 to
b1a5a9e
Compare
|
@eli-schwartz is this good to merge as is? I think we'd like to link to this doc page in mesonbuild/meson-python#587 or a follow-up docs PR, so it would be nice to get this in. |
|
I've pinged Eli on Matrix. |
Closes gh-12796
In addition, some minor maintenance on this page: clean up a duplicate sentence and an outdated
ninjadistmention (mentioningninjadistis unhelpful since it doesn't support all the options discussed on this page formeson dist).