Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
[bug 1074276] Remove abuse classification prototype
Browse files Browse the repository at this point in the history
This removes the abuse classification infrastructure. It was temporary
code that we were using to test abuse classification with the spicedham
system. We've gathered our data. Thus we remove this infrastructure
while we plan for the next round.
  • Loading branch information
willkg committed Sep 29, 2014
1 parent 3bd2270 commit ce80c56
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 91,832 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@
[submodule "vendor/src/django-waffle"]
path = vendor/src/django-waffle
url = https://github.com/jsocol/django-waffle.git
[submodule "vendor/src/spicedham"]
path = vendor/src/spicedham
url = http://github.com/mozilla/spicedham
[submodule "vendor/src/django-product-details"]
path = vendor/src/django-product-details
url = https://github.com/mozilla/django-product-details.git
9 changes: 0 additions & 9 deletions bin/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ def update_locales(ctx):
ctx.local('bin/compile-linted-mo.sh | /usr/bin/tee -a media/postatus.txt')


@task
def update_abuse_training_data(ctx):
# NOTE: This is experimental training data loading for the
# spicedham prototype!
with ctx.lcd(settings.SRC_DIR):
ctx.local("python2.6 manage.py loaddata fjord/flags/fixtures/abuse_training.json")


@task
def update_assets(ctx):
with ctx.lcd(settings.SRC_DIR):
Expand Down Expand Up @@ -142,7 +134,6 @@ def update(ctx):
update_product_details()
update_locales()
update_db()
update_abuse_training_data()


@task
Expand Down
13 changes: 0 additions & 13 deletions fjord/flags/admin.py

This file was deleted.

Loading

0 comments on commit ce80c56

Please sign in to comment.