summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-03-25 13:13:19 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-03-25 13:13:19 +0000
commite2df3705a9ba294ece7612b697aad51ea7eac744 (patch)
tree7ed82dfff3966200242a61235c73927c064edbe4
parent0ed129b7644d080ddab8447b183e666623563e6b (diff)
downloaddefinitions-baserock/adamcoldrick/binary-delivery.tar.gz
Make trove.configure perform required substitutionsbaserock/adamcoldrick/binary-delivery
Since we added releases-repo-migration.sh and a systemd unit to call it, and both of these need to know the Trove ID, add them to the command that performs substitutions in trove.configure.
-rwxr-xr-xtrove.configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/trove.configure b/trove.configure
index a1abae97..a902fc0a 100755
--- a/trove.configure
+++ b/trove.configure
@@ -80,7 +80,9 @@ sed -f "$ROOT"/etc/trove-setup.sed -i \
"$ROOT"/etc/lorry.conf \
"$ROOT"/usr/share/gitano/skel/gitano-admin/*/*.lace \
"$ROOT"/usr/share/gitano/skel/gitano-admin/*/*.lua \
- "$ROOT"/usr/share/gitano/skel/gitano-admin/users/*/user.conf
+ "$ROOT"/usr/share/gitano/skel/gitano-admin/users/*/user.conf \
+ "$ROOT"/usr/share/trove/releases-repo-migration.sh \
+ "$ROOT"/usr/lib/systemd/system/releases-repo-migration.service
##########################################################################