mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
🧹 Remove page_downgrade_to_2018
This commit is contained in:
parent
423d9c2ed6
commit
135489eaeb
1 changed files with 0 additions and 10 deletions
|
@ -109,16 +109,6 @@ page_validate_xml() {
|
|||
done
|
||||
}
|
||||
|
||||
page_downgrade_to_2018() {
|
||||
# Not used anymore, but kept if needed in the future
|
||||
filegrp=$1
|
||||
|
||||
local file
|
||||
for file in `ocrd workspace find -G $filegrp`; do
|
||||
sed -i 's#pagecontent/[0-9-]*#pagecontent/2018-07-15#g' $file
|
||||
done
|
||||
}
|
||||
|
||||
page_upgrade_to_2019() {
|
||||
filegrp=$1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue