Skip to content

Commit d495b28

Browse files
committed
sipstore: create SIPs on record create/update
Signed-off-by: Pamfilos Fokianos <pamfilosf@gmail.com>
1 parent 49e5b81 commit d495b28

17 files changed

+1089
-391
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ target/
6464

6565
# Jetbrains editor project folder
6666
.idea/
67+
68+
# SIPStore
69+
archive/

cernopendata/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,5 @@
435435
**params
436436
)
437437
]
438+
439+
SIPSTORE_CHECKSUM_ALGORITHM = 'adler32'

0 commit comments

Comments
 (0)