remove devise-async.rb

This commit is contained in:
Praveen Arimbrathodiyil 2016-06-19 16:47:40 +05:30
parent 280e4a81b5
commit 17de5f1790
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ gitlab (8.9.0+dfsg~rc4-1) UNRELEASED; urgency=medium
* New upstream release candidate
* Refresh patches
* Use jquery in place of jquery2 (debian has only jquery and it has same API)
* Remove /etc/gitlab/initializers/devise_async.rb (removed upstream)
-- Pirate Praveen <praveen@debian.org> Thu, 16 Jun 2016 21:51:02 +0530

View file

@ -19,6 +19,9 @@ if ! [ -f "${gitlab_app_root}/config/secrets.yml" ]; then
fi
# Remove config files (already removed by upstream)
rm -rf /etc/gitlab/initializers/devise_async.rb
# Check if the db is already present
if [ "$(LANG=C su postgres -c "psql gitlab_production -c \"\d\"")" = \
"No relations found." ]; then