We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b5bc8e + c969bda commit 99c8c00Copy full SHA for 99c8c00
etc/config/base_config.yml
@@ -59,6 +59,7 @@ release_states:
59
- held
60
- uplift_done
61
- migrated
62
+ - needs_metadata
63
64
# FIXME: Should this be on a shared volume? How to handle graceful exit?
65
stop_file: /usr/local/feed/etc/STOPFEED
@@ -78,6 +79,8 @@ staging:
78
79
zipfile: $staging_root/zipfile
80
preingest: $staging_root/preingest
81
grin: $staging_root/grin
82
+ # this is where we store bibdata extracted from googlebib items
83
+ googlebib_extracted: $sip_root/googlebib_extracted
84
85
# path to gpg passphrases
86
gpg_path: /usr/local/feed/etc/gpg
0 commit comments