remove devise-async.rb
This commit is contained in:
parent
280e4a81b5
commit
17de5f1790
2 changed files with 4 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,6 +3,7 @@ gitlab (8.9.0+dfsg~rc4-1) UNRELEASED; urgency=medium
|
||||||
* New upstream release candidate
|
* New upstream release candidate
|
||||||
* Refresh patches
|
* Refresh patches
|
||||||
* Use jquery in place of jquery2 (debian has only jquery and it has same API)
|
* 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
|
-- Pirate Praveen <praveen@debian.org> Thu, 16 Jun 2016 21:51:02 +0530
|
||||||
|
|
||||||
|
|
3
debian/rake-tasks.sh
vendored
3
debian/rake-tasks.sh
vendored
|
@ -19,6 +19,9 @@ if ! [ -f "${gitlab_app_root}/config/secrets.yml" ]; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Remove config files (already removed by upstream)
|
||||||
|
rm -rf /etc/gitlab/initializers/devise_async.rb
|
||||||
|
|
||||||
# Check if the db is already present
|
# Check if the db is already present
|
||||||
if [ "$(LANG=C su postgres -c "psql gitlab_production -c \"\d\"")" = \
|
if [ "$(LANG=C su postgres -c "psql gitlab_production -c \"\d\"")" = \
|
||||||
"No relations found." ]; then
|
"No relations found." ]; then
|
||||||
|
|
Loading…
Reference in a new issue