bugfixes. Rewrite http: github path to git:

This commit is contained in:
Alec Leamas 2010-10-30 13:18:56 +02:00
parent a3625bc399
commit 625bd428a1
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ gem 'roxml', :git => 'git://github.com/Empact/roxml.git'
gem 'addressable', :require => 'addressable/uri'
gem 'json'
gem 'mini_fb'
gem 'http_accept_language', :git => 'http://github.com/iain/http_accept_language.git'
gem 'http_accept_language', :git => git://github.com/iain/http_accept_language.git'
#Standards
gem 'pubsubhubbub'

View file

@ -30,7 +30,7 @@ ln -sf /usr/lib/diaspora-bundle/Gemfile.lock .
test -e config/app_config.yml ||
cp config/app_config.yml.example config/app_config.yml
if rake db:seed:dev; then
if bundle exec rake db:seed:dev; then
echo "Database config OK, new user tom/evankorth in place"
else
cat <<- EOF

View file

@ -278,8 +278,8 @@ function make_bundle()
make_docs "vendor/bundle/ruby/1.8/gems/" "../$bundle_name/docs"
mv vendor/cache ../$bundle_name/vendor
mv vendor/gems ../$bundle_name/vendor
mv git-repos ../$bundle_name
rm -rf vendor/gems/*
cd ..
tar czf $bundle_name.tar.gz $bundle_name
mv $bundle_name/vendor/cache diaspora/vendor/cache