Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
remove temp osc bc dataroot patch
Browse files Browse the repository at this point in the history
Fixes #200
  • Loading branch information
Jeremy Nicklas committed Aug 16, 2017
1 parent 7a1051c commit f840d1c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -43,7 +43,6 @@ tags
/public/assets
.env.local
/config/initializers/ood.rb
/config/initializers/fix_batch_connect_dataroot.rb

# Ignore staged app
/vendor/my_app
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -42,6 +42,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Removed the ability to build a Rails app from a template as it copies from an
outdated template. [#215](https://github.com/OSC/ood-dashboard/issues/215)
- (Batch Connect) Removed temporary OSC patch that migrated Batch Connect app
data to a namespaced data root.
[#200](https://github.com/OSC/ood-dashboard/issues/200)

## [1.15.2] - 2017-07-24

Expand Down
9 changes: 0 additions & 9 deletions bin/setup
Expand Up @@ -108,15 +108,6 @@ chdir APP_ROOT do
source_file = "config/initializers/ood.rb.#{APP.site}.#{APP.portal}"
cat source_file, target_file
end

# config/initializers/fix_batch_connect_dataroot.rb
target_file = "config/initializers/fix_batch_connect_dataroot.rb"
if APP.site == "" # user wants to unset site settings
rm_f target_file
else
source_file = "config/initializers/fix_batch_connect_dataroot.rb.#{APP.site}"
cat source_file, target_file
end
end

if APP.production?
Expand Down
66 changes: 0 additions & 66 deletions config/initializers/fix_batch_connect_dataroot.rb.osc

This file was deleted.

0 comments on commit f840d1c

Please sign in to comment.