Git operations while building source release #4799
-
I'm on some rebuild of Ubuntu LTS,and want junit for something unrelated. When we're done here, I'll download the source with git, like everyone else, and see how far I get. If there's a table of which versions of junit are supported with which versions of java, tht could be useful. I have downloaded the .tar.gz source release of junit-framework-r5.13.4. Following these build instructions: So the question is: is there a supported way to build from the source release? As regards preferences, I am from an earlier generation of computing, and would like to be able to build software so that, when it needs more tools, it stops to give me instructions, rather than silently |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Information from Git is used in the build. So ostensibly you'd have to use Git and clone the repository to build it. But what is the reason you want to build from the released Github sources rather than by cloning with Git?
|
Beta Was this translation helpful? Give feedback.
Information from Git is used in the build. So ostensibly you'd have to use Git and clone the repository to build it. But what is the reason you want to build from the released Github sources rather than by cloning with Git?
If you are working a hermetic environment with strict requirements on software provenance then a feature request to allow the build scripts to work from the released Github sources would be the most productive route to go.
If you want to verify authenticity of the artifacts you download from Maven central, the artifacts are signed with a private key. See: https://github.com/junit-team/…