Ignore junk os-config-applier templates.

Moustache can't render binary files, and open editor sessions can
create such things which were being copied into the built tree.

Change-Id: Ie1c5861e89af5f6aa2202800accd7e2099c953ec
Closes-Bug: #1224728
This commit is contained in:
Robert Collins 2013-09-18 03:20:47 +12:00
parent 0d1bd25d7d
commit 3a869ae083
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
set -eux
TEMPLATE_ROOT=$(os-apply-config --print-templates)
TEMPLATE_SOURCE=$(dirname $0)/../os-config-applier
rsync -r $TEMPLATE_SOURCE/ $TEMPLATE_ROOT/
rsync --exclude='.*.swp' -Cr $TEMPLATE_SOURCE/ $TEMPLATE_ROOT/
TEMPLATE_SOURCE=$(dirname $0)/../os-apply-config
rsync -r $TEMPLATE_SOURCE/ $TEMPLATE_ROOT/
rsync --exclude='.*.swp' -Cr $TEMPLATE_SOURCE/ $TEMPLATE_ROOT/