Skip to content

Commit

Permalink
Merge pull request #569 from pdowler/master
Browse files Browse the repository at this point in the history
ringhold doc and build fix
  • Loading branch information
pdowler authored Apr 5, 2024
2 parents ff0cbd2 + 019e1bf commit 5f94cb2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ storage sites.
Official docker image: `images.opencadc.org/storage-inventory/ratik:$VER`

## ringhold
This is an implementation of part of the **metadata-validate** process that cleans up after a change in
local artifact selection policy. This is used if the new fenwick policy excludes artifacts previously synced.
This is an implementation of a simplified part of the **metadata-validate** process that can be used
to remove the local copy of artifacts from a site (file cleanup is done by `tantar`).

Official docker image: `images.opencadc.org/storage-inventory/ringhold:$VER`

Expand Down
6 changes: 2 additions & 4 deletions cadc-storage-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ sourceCompatibility = 1.8

group = 'org.opencadc'

version = '0.11.2'
version = '1.0.0'

description = 'OpenCADC Storage Inventory StorageAdapter API library'
def git_url = 'https://github.com/opencadc/storage-inventory'

dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:[1.70,2.0)'

compile 'org.opencadc:cadc-util:[1.6,2.0)'
compile 'org.opencadc:cadc-util:[1.11,2.0)'
compile 'org.opencadc:cadc-inventory:[0.8,)'

testCompile 'junit:junit:[4.0,)'
Expand Down
2 changes: 1 addition & 1 deletion critwall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group = 'org.opencadc'
mainClassName = 'org.opencadc.critwall.Main'

dependencies {
compile 'org.opencadc:cadc-storage-adapter:[0.8,1.0)'
compile 'org.opencadc:cadc-storage-adapter:[1.0,)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-inventory:[1.0,2.0)'
compile 'org.opencadc:cadc-inventory-db:[1.0,2.0)'
Expand Down
2 changes: 1 addition & 1 deletion minoc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compile 'org.opencadc:cadc-inventory-db:[1.0,2.0)'
compile 'org.opencadc:cadc-inventory-server:[0.3.0,1.0)'
compile 'org.opencadc:cadc-soda-server:[1.2.0,2.0.0)'
compile 'org.opencadc:cadc-storage-adapter:[0.11.2,)'
compile 'org.opencadc:cadc-storage-adapter:[1.0,)'
compile 'org.opencadc:cadc-permissions:[0.3.1,)'
compile 'org.opencadc:cadc-permissions-client:[0.3,)'
compile 'org.opencadc:cadc-gms:[1.0,)'
Expand Down
2 changes: 1 addition & 1 deletion ringhold/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cadc-java:1
FROM images.opencadc.org/library/cadc-java:1

ADD build/distributions/ringhold.tar /

Expand Down
2 changes: 1 addition & 1 deletion tantar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile 'org.opencadc:cadc-inventory:[1.0.0,2.0)'
compile 'org.opencadc:cadc-inventory-db:[1.0.0,2.0)'
compile 'org.opencadc:cadc-inventory-util:[0.1.8,1.0)'
compile 'org.opencadc:cadc-storage-adapter:[0.11.1,1.0)'
compile 'org.opencadc:cadc-storage-adapter:[1.0,)'

runtime 'org.opencadc:cadc-storage-adapter-fs:[0.9.3,)'
runtime 'org.opencadc:cadc-storage-adapter-ad:[0.6.3,)'
Expand Down

0 comments on commit 5f94cb2

Please sign in to comment.