Opened 10 years ago
Last modified 10 years ago
#44841 assigned submission
[NEW] yaragenerator
Reported by: | jul_bsd@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | yaragenerator |
Description
quick, simple, and effective yara rule creation
Attachments (1)
Change History (4)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 10 years ago by jul_bsd@…
There is no tag or release only commit in the tree. Or is there any alternative to get an individual commit from github? I have a lot of devel subport using git fetch...
comment:3 Changed 10 years ago by larryv (Lawrence Velázquez)
Replying to jul_bsd@…:
There is no tag or release only commit in the tree. Or is there any alternative to get an individual commit from github?
You can specify any commit-ish, including the 40-digit SHA1.
I have a lot of devel subport using git fetch...
Our VCS support is not particularly good right now; the fetch phase checks out the full repository every time. We prefer using GitHub tarballs if possible because we can save and mirror them like regular distfiles.
Changed 10 years ago by jul_bsd@…
Note: See
TracTickets for help on using
tickets.
Thanks. Is there a specific reason why you've set
fetch.type git
?