radvd-project / radvd

radvd | Official repository: https://github.com/radvd-project/radvd
https://radvd.litech.org/
Other
203 stars 107 forks source link

Improve the automation to upload proper dist tarballs #213

Closed stappersg closed 12 months ago

stappersg commented 1 year ago

... Separately, we need to improve the automation to upload proper dist tarballs, since the GitHub release system automatically used the tip of the tree, rather than the files I wanted to upload.

Originally posted by @robbat2 in https://github.com/radvd-project/radvd/issues/185#issuecomment-1819487578

stappersg commented 1 year ago

Time will tell what advice was provided.

In others words: Those with ideas about this, are welcome to provide their two cents.

RICCIARDI-Adrien commented 1 year ago

Can you provide more information about what you want to do ? What kind of files do you want to generate ? Maybe the same files than in the 2.19 release https://github.com/radvd-project/radvd/releases/tag/v2.19 ?

robbat2 commented 1 year ago

make dist && make sign -> GitHub Release automation.

stappersg commented 1 year ago

make dist -> GitHub Release automation.

Acknowledge

make sign -> GitHub Release automation.

Please, pretty please, prevent that private key material is needed on GitHub servers.

robbat2 commented 1 year ago

See the PR, that's pretty much all I had in mind, gh release covers it.

stappersg commented 12 months ago

See the PR, that's pretty much all I had in mind, gh release covers it.

And with MR #215 there is no need to keep this issue open.