FreeBSD Bugzilla – Attachment 184162 Details for
Bug 220548
Mk/Scripts/cargo-crates.awk: "make cargo-crates" doesn't strip branch name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0.1
cargo-strip-branch.diff (text/plain), 389 bytes, created by
Jan Beich
on 2017-07-07 21:58:42 UTC
(
hide
)
Description:
v0.1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2017-07-07 21:58:42 UTC
Size:
389 bytes
patch
obsolete
>Index: Mk/Scripts/cargo-crates.awk >=================================================================== >--- Mk/Scripts/cargo-crates.awk (revision 445283) >+++ Mk/Scripts/cargo-crates.awk (working copy) >@@ -18,6 +18,7 @@ BEGIN { > } > > /^source = "git\+(https|http|git):\/\/github.com\/.*#.*"/ { >+ gsub("\\?(branch|rev)=[^#\"]*", "", $3) > split($3, url, "#") > > gsub("^\"git\+", "", url[1])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220548
:
184161
|
184162
|
184169