-
|
I am running APSIM via CLI on Linux. I am now trying to reproduce results from a specific APSIM release Version (2024.10.7605.0). However, I was not able to identify, how to find the corresponding commit to checkout, to build exactly this Version from source for Linux. Any help would be greatly appreaciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Here is the information for what you're looking for: "releaseDate": "2024-10-24T23:11:31",
"issue": 9400,
"title": "Allow a cultivar model to be dropped on an AgPasture model",
"downloadLinkDebian": "https://builds.apsim.info/api/nextgen/download/7605/Linux",
"downloadLinkWindows": "https://builds.apsim.info/api/nextgen/download/7605/Windows",
"downloadLinkMacOS": "https://builds.apsim.info/api/nextgen/download/7605/MacOS",
"infoUrl": "https://github.com/APSIMInitiative/ApsimX/issues/9400",
"version": "2024.10.7605.0",
"revision": 7605If you go to that issue, you'll be able to get the exact commit. |
Beta Was this translation helpful? Give feedback.
-
|
@ric394 When I issue Ah. The problem seems to have been the quotes around the URL. Works OK when I remove them. |
Beta Was this translation helpful? Give feedback.


Here is the information for what you're looking for:
If you go to that issue, you'll be able to get the exact commit.