[open-ils-commits] r791 - conifer/branches/rel_1_6_0/tools (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Feb 22 16:57:46 EST 2010
Author: dbs
Date: 2010-02-22 16:57:41 -0500 (Mon, 22 Feb 2010)
New Revision: 791
Modified:
conifer/branches/rel_1_6_0/tools/patch_conifer.sh
Log:
Learn from our migration mistakes; we need MARC templates and a custom call number
Modified: conifer/branches/rel_1_6_0/tools/patch_conifer.sh
===================================================================
--- conifer/branches/rel_1_6_0/tools/patch_conifer.sh 2010-02-22 03:49:57 UTC (rev 790)
+++ conifer/branches/rel_1_6_0/tools/patch_conifer.sh 2010-02-22 21:57:41 UTC (rev 791)
@@ -100,10 +100,12 @@
}
# We need the Canuck patch in place. Save us, Canuck patch!
+# This also gives us Arial 12 bold call numbers. w00t.
copy_xul()
{
cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/cat/* "$INSTALL_DIR"/var/web/xul/server/cat/.
cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/patron/* "$INSTALL_DIR"/var/web/xul/server/patron/.
+ cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/skin/* "$INSTALL_DIR"/var/web/xul/server/skin/.
}
# Update our circ rules
@@ -120,6 +122,12 @@
done
}
+# Bring our custom templates for MARC editor and such into play
+copy_templates()
+{
+ cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/templates/marc/* "$INSTALL_DIR"/var/templates/marc/.
+}
+
# Corresponding with some configuration changes, we also have to customize some Perl modules
# And similarly, we might want to only trigger these manually
copy_perl_modules()
More information about the open-ils-commits
mailing list