From: dpavlin Date: Tue, 29 Oct 2013 20:39:21 +0000 (+0100) Subject: commit changed configuration X-Git-Url: http://git.rot13.org/?p=koha-eprints;a=commitdiff_plain;h=c95802ba341e6d266eea99e296a2b912d1d9396d;ds=sidebyside commit changed configuration --- 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