mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +02:00
⬆️ Update qurator_data_lib.sh
This commit is contained in:
parent
0f8b2d82d5
commit
3af3c6dd00
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@ check_data_subdir() {
|
||||||
if ! [ -e $DATA_SUBDIR/.git/annex ]; then
|
if ! [ -e $DATA_SUBDIR/.git/annex ]; then
|
||||||
echo "$DATA_SUBDIR/ is not a git annex repository"; result=1
|
echo "$DATA_SUBDIR/ is not a git annex repository"; result=1
|
||||||
fi
|
fi
|
||||||
if ! (cd $DATA_SUBDIR && git annex version | grep -q 'local repository version: 7'); then
|
if ! (cd $DATA_SUBDIR && git annex version | egrep -q 'local repository version: (7|8)'); then
|
||||||
echo "$DATA_SUBDIR/ is not a git annex repository version 7"; result=1
|
echo "$DATA_SUBDIR/ is not a git annex repository version 7 or 8"; result=1
|
||||||
fi
|
fi
|
||||||
if ! (cd $DATA_SUBDIR && git remote | grep -q '^nfs$'); then
|
if ! (cd $DATA_SUBDIR && git remote | grep -q '^nfs$'); then
|
||||||
echo "$DATA_SUBDIR/ has no git remote 'nfs'"; result=1
|
echo "$DATA_SUBDIR/ has no git remote 'nfs'"; result=1
|
||||||
|
@ -82,7 +82,7 @@ suggest_commands() {
|
||||||
echo
|
echo
|
||||||
echo "git submodule update --init"
|
echo "git submodule update --init"
|
||||||
echo "(cd $DATA_SUBDIR && git annex init --version=7)"
|
echo "(cd $DATA_SUBDIR && git annex init --version=7)"
|
||||||
echo "(cd $DATA_SUBDIR && git remote add nfs /<... path to ...>/GitNX-Repository/qurator/qurator-data)"
|
echo "(cd $DATA_SUBDIR && git remote add nfs annex@b-lx0053.sbb.spk-berlin.de:/var/lib/annex/qurator-data.git)"
|
||||||
}
|
}
|
||||||
|
|
||||||
handle_data() {
|
handle_data() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue