Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify branch and directory for github reference files #56

Merged
merged 9 commits into from Feb 7, 2024

Conversation

AnHeuermann
Copy link
Member

@AnHeuermann AnHeuermann commented Feb 4, 2024

Related Issues

Fixes #54.

Changes

Added git reference (branch, tag, hash) and sub-directory inside the git repository to set reference files.

  {
    "library": "PNlib",
    "libraryVersion": "2.2.0",
    "referenceFileExtension":"mat",
    "referenceFileNameDelimiter":".",
    "referenceFiles":{
      "giturl":"https://github.com/AMIT-HSBI/PNlib",
      "destination":"ReferenceFiles/PNlib",
      "git-ref": "v2.2",                                             <- new
      "git-directory": "ReferenceFiles"                              <- new
    }
  }

  - New referenceFiles.git-ref setting to specify a git
    reference, e.g. a branch name, tag or commit hash.
@AnHeuermann AnHeuermann self-assigned this Feb 4, 2024
@AnHeuermann
Copy link
Member Author

AnHeuermann commented Feb 4, 2024

TODO:

  • Add Check for CI so that verification is always done.

@AnHeuermann AnHeuermann marked this pull request as ready for review February 6, 2024 16:28
@AnHeuermann AnHeuermann enabled auto-merge (squash) February 7, 2024 08:20
@AnHeuermann AnHeuermann merged commit 304f2a7 into OpenModelica:master Feb 7, 2024
3 checks passed
@AnHeuermann AnHeuermann deleted the non-master-ref branch February 7, 2024 08:26
@AnHeuermann AnHeuermann mentioned this pull request Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reference files loaded on a GIT repo can only be on the root directory master branch
1 participant