Skip to content

Commit

Permalink
internal/verion-update-path (#492)
Browse files Browse the repository at this point in the history
* Updated `build.version.file.path` because the server cannot find `VERSION_D.txt` file

* Added VERSION_D.txt info `.gitignore`

* User ${dspace.dir} instead of absolute path
  • Loading branch information
milanmajchrak authored Jan 8, 2024
1 parent 2986f5c commit 98c74d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ nb-configuration.xml
# Also ignore it under dspace/config
/dspace/config/local.cfg

# Ignore VERSION_D.txt file which is used to track the DSpace version and commit hash
/dspace/config/VERSION_D.txt
/VERSION_D.txt

##Mac noise
.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion dspace/config/clarin-dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ sync.storage.service.enabled = true


### The build version is stored in the specific file ###
build.version.file.path = dspace/config/VERSION_D.txt
build.version.file.path = ${dspace.dir}/config/VERSION_D.txt

0 comments on commit 98c74d7

Please sign in to comment.