Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 603086 Details for
Bug 699814
dev-java/sbt-1.3.6 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sbt-1.3.6-build-system.patch
sbt-1.3.6-build-system.patch (text/plain), 509 bytes, created by
Mark Wright
on 2020-01-12 06:55:35 UTC
(
hide
)
Description:
sbt-1.3.6-build-system.patch
Filename:
MIME Type:
Creator:
Mark Wright
Created:
2020-01-12 06:55:35 UTC
Size:
509 bytes
patch
obsolete
>--- sbt-1.3.6-orig/build.sbt 2019-12-25 08:06:30.000000000 +1100 >+++ sbt-1.3.6/build.sbt 2020-01-11 20:57:58.368085773 +1100 >@@ -1153,7 +1153,7 @@ > ThisBuild / whitesourceProduct := "Lightbend Reactive Platform" > ThisBuild / whitesourceAggregateProjectName := { > // note this can get detached on tag build etc >- val b = sys.process.Process("git rev-parse --abbrev-ref HEAD").!! >+ val b = "1.3.x" > val Stable = """1\.([0-9]+)\.x""".r > b match { > case Stable(y) => "sbt-1." + y.toString + "-stable"
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 699814
:
603084
| 603086