From c95802ba341e6d266eea99e296a2b912d1d9396d Mon Sep 17 00:00:00 2001 From: dpavlin Date: Tue, 29 Oct 2013 21:39:21 +0100 Subject: [PATCH] commit changed configuration --- eprints-clone.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eprints-clone.sh b/eprints-clone.sh index b50de24..15b55f2 100755 --- a/eprints-clone.sh +++ b/eprints-clone.sh @@ -37,11 +37,14 @@ else git diff cfg.d/database.pl | patch -R -p1 + git commit -m "$from configuration changes" -a + echo "Modify databse for $from shema" $bin/epadmin update $to #$bin/epadmin erase_data $to + echo "Importing data to $to" $bin/import --verbose $to user XML $dir/$from.user.xml $bin/import_subjects --verbose --xml $to $dir/$from.subject.xml $bin/import --verbose $to eprint XML $dir/$from.archive.xml -- 2.20.1