radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.67k stars 3k forks source link

Setup a GitHub Action for release multiple repositories #16126

Open XVilka opened 4 years ago

XVilka commented 4 years ago

Currently all releases are done manually. But it's possible to run the release action on multiple repositories, so all related projects will be released simultaneously:

See also https://github.com/radareorg/radare2/pull/17192

radare commented 4 years ago

-webui

On 4 Mar 2020, at 04:04, Anton Kochkov notifications@github.com wrote:

Currently all releases are done manually. But it's possible to run the release action on multiple repositories, so all related projects will be released simultaneously:

radare2 itself radare2-lang radare2-bindings r2pipe repositories? radare2-extras something else? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/radareorg/radare2/issues/16126?email_source=notifications&email_token=AAG75FTRQ42HOK7GRPOFDT3RFXALTA5CNFSM4LAZUQ72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ISHMZ3Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG75FV5WKWXKSI54RQQTVTRFXALTANCNFSM4LAZUQ7Q.

ret2libc commented 4 years ago

Is webui still a thing?

trufae commented 4 years ago

If thing means something that works even if unmaintained for years. Yes. But i dont think it shohld follow the same version as r2. And even less after my pr supporting tags in r2pm. Also all the webuis in that repo are shipped in r2 in shlr/www

ret2libc commented 4 years ago

If thing means something that works even if unmaintained for years. Yes. But i dont think it shohld follow the same version as r2. And even less after my pr supporting tags in r2pm. Also all the webuis in that repo are shipped in r2 in shlr/www

Is it used? Do you use it? I'm trying to understand whether it makes sense to take additional effort to release that.

XVilka commented 4 years ago

With the existence of Cutter as the de facto default UI, I think it's time to move shlr/www outside of the default distribution and be installable with r2pm instead.