Updating datacatalog module to 1.1.7

1.1.4 was accidentally upgraded and the old binary does not seem to be available,
so I have removed the 1.1.4 version
This commit is contained in:
2019-04-29 16:58:21 +02:00
parent 1e3fe58b61
commit c2e92eca63
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Tools'
pbuild::prep() {
:
}
@@ -15,6 +17,8 @@ pbuild::compile() {
pbuild::install() {
mkdir -p "$PREFIX/bin"
/usr/bin/curl -o "$PREFIX/bin/datasetIngestor" https://intranet.psi.ch/pub/Daas/WebHome/datasetIngestor
/usr/bin/curl -o "$PREFIX/bin/datasetRetriever" https://intranet.psi.ch/pub/Daas/WebHome/datasetRetriever
chmod +x "$PREFIX/bin/datasetIngestor"
}

View File

@@ -1,3 +1,4 @@
datacatalog/1.1.15 removed
datacatalog/1.1.3 deprecated
datacatalog/1.1.4 stable
datacatalog/1.1.3 removed
datacatalog/1.1.4 removed
datacatalog/1.1.7 stable