From 843f37ead2edafdd6fa0ec7cf268441c540689b6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 11 Mar 2014 12:58:21 +0000 Subject: trove-setup: Do subsitutions in /etc at deploy-time, not at first boot We do not support deploying Trove in any way other than using `morph deploy`. The trove-setup.sed.example file is a remnant of the days before `morph deploy` existed. The 'hostname-not-baserock' test has been removed. --- etc/trove-setup.sed.example | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 etc/trove-setup.sed.example (limited to 'etc') diff --git a/etc/trove-setup.sed.example b/etc/trove-setup.sed.example deleted file mode 100644 index 7d10ec2..0000000 --- a/etc/trove-setup.sed.example +++ /dev/null @@ -1,38 +0,0 @@ -# Sed rules for configuring trove. - -# Hostnames - -## This is the hostname for the Trove instance itself -s/##TROVE_HOSTNAME##/trove-host/g - -## This is the hostname for the Mason which Trove is linking to -s/##MASON_HOST##/mason-host/g - -# Ports in use - -## This is the port for Mason. Normally it'll be 18755 -s/##MASON_PORT##/18755/g - -# Configuration for the CGit instance and Gitano setup - -## The title for this trove. '##TROVE_TITLE## Git Repositories' in -## the CGit root page. Also '##TROVE_TITLE## for ##TROVE_COMPANY##' in -## the Gitano site description field -s/##TROVE_TITLE##/FooCorp Embedded Projects/g -s/##TROVE_COMPANY##/FooCorp International Plc/g - -## The log prefix for the Gitano instance on this trove. -## This is shown as [##TROVE_LOG_PREFIX##] whenever Gitano needs to say -## something to the user. Commonly this will be short form of the -## title or company -s/##TROVE_LOG_PREFIX##/foocorp-trove/g - -## The prefix used for personal repositories. Default is 'people' -## Note, since this is ESC_ it should be lua-pattern escaped. -s/##ESC_PERSONAL_PREFIX##/people/g - -## The prefix used for branches and repositories for this Trove -s/##PREFIX##/trove-prefix/g -## The same prefix as above, only lua-pattern-escaped -s/##ESC_PREFIX##/trove%-prefix/g - -- cgit v1.2.1