Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2011-01-12 01:18:25 +0300
committerRaphael <raphael@joindiaspora.com>2011-01-12 01:18:25 +0300
commit6bb132b25e9dc926c9e63467e1e6d39ef73ed5fd (patch)
tree0f09353de26aae26c9de138a09ccb31bfc784143 /script
parent1e3d70f98bba357c9b38968dfb39309dc275f6b2 (diff)
Revert 'Create a separate webfinger service.' We'll come back to it when we figure out the error.
Diffstat (limited to 'script')
-rwxr-xr-xscript/server9
1 files changed, 0 insertions, 9 deletions
diff --git a/script/server b/script/server
index bfc4b5380..b20e0d59c 100755
--- a/script/server
+++ b/script/server
@@ -128,15 +128,6 @@ if [ ! -e public/source.tar.gz ]; then
exit 65
fi
-# create static public/well-known/host-meta if required
-if [[ -w public &&
- (! -e public/well-known/host-meta ||
- public/well-known/host-meta -ot config/app_config.yml) ]]
-then
- bundle exec erb -r config/environment.rb app/views/publics/host_meta.erb \
- 2>/dev/null >public/well-known/host-meta
-fi
-
# Precache jammit assets
if [[ -w public && ! -e 'public/stylesheets/application.css' ]]; then
if [ "$INIT_PUBLIC" != 'no' ]; then