diff --git a/.gitignore b/.gitignore index 8c7ffd62..4107f6a2 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ t.json t.keys t.txt man/* +sandbox/* diff --git a/CITATION.cff b/CITATION.cff index 096f235b..12bd488b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: repository-code: "https://github.com/caltechlibrary/irdmtools" -version: 0.0.76 +version: 0.0.78 license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE" keywords: [ "institutional repository", "data management", "Invenio", "Invenio-RDM" ] diff --git a/Makefile b/Makefile index ce6b8251..bec6dad9 100644 --- a/Makefile +++ b/Makefile @@ -78,9 +78,9 @@ installer.sh: .FORCE test: $(PACKAGE) #go test -timeout 120h go test -test.v -run Test01Config - go test -test.v -run Test01Query - go test -timeout 2h -ids testdata/test_record_ids.json -run Test02GetRecord - go test -timeout 2h -ids testdata/test_record_ids.json -run Test03Harvest + #go test -test.v -run Test01Query + #go test -timeout 2h -ids testdata/test_record_ids.json -run Test02GetRecord + #go test -timeout 2h -ids testdata/test_record_ids.json -run Test03Harvest go test -timeout 2h -run Test01GetRecordIds go test -timeout 2h -run Test01GetModifiedIds @@ -117,6 +117,7 @@ install: build @echo "" @echo "Make sure $(PREFIX)/bin is in your PATH" @echo "Installing man page in $(PREFIX)/man" + @mkdir -p $(PREFIX)/man/man1 @for FNAME in $(MAN_PAGES); do if [ -f "./man/man1/$${FNAME}" ]; then cp -v "./man/man1/$${FNAME}" "$(PREFIX)/man/man1/$${FNAME}"; fi; done @echo "" @echo "Make sure $(PREFIX)/man is in your MANPATH" diff --git a/README.md b/README.md index 2c988380..82e1434c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This tools take an EPrint record in a dataset collection and returns an abbrevia - An Invenio RDM deployment - To building the Go based software and documentation - git - - Go >= 1.20.7 + - Go >= 1.22.1 - Make (e.g. GNU Make) - Pandoc >= 3 - For harvesting content diff --git a/about.html b/about.html index 1a1c1fcf..e662565b 100644 --- a/about.html +++ b/about.html @@ -24,7 +24,7 @@

About this software

-

irdmtools 0.0.76

+

irdmtools 0.0.78

Authors

Software Requiremets