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

Commit

Permalink
Merge pull request #2670 from mozilla/kapow
Browse files Browse the repository at this point in the history
Kapow!
  • Loading branch information
jaredhirsch committed Nov 15, 2012
2 parents 3a4e816 + cb9bb4c commit cec83da
Show file tree
Hide file tree
Showing 112 changed files with 3,532 additions and 2,913 deletions.
9 changes: 6 additions & 3 deletions .awsbox.json
Expand Up @@ -12,9 +12,12 @@
"CONFIG_FILES": "$HOME/code/config/production.json,$HOME/code/config/aws.json,$HOME/config.json"
},
"hooks": {
"postdeploy": "scripts/awsbox/post_deploy.sh",
"poststart": "scripts/show_config.js",
"postcreate": "scripts/awsbox/post_create.sh"
"postdeploy": "scripts/awsbox_remote/post_deploy.sh",
"poststart": "scripts/awsbox_remote/post_start.sh",
"postcreate": "scripts/awsbox_remote/post_create.sh"
},
"local_hooks": {
"postcreate": "node scripts/awsbox_local/post_create.js"
},
"packages": [
"mysql-server"
Expand Down
9 changes: 2 additions & 7 deletions .gitignore
Expand Up @@ -16,11 +16,6 @@
Thumbs.db
/locale
/resources/email_templates/email-test.html
/automation-tests/bid_selenium
/automation-tests/node_modules
/automation-tests/results
/automation-tests/credentials.yaml
/automation-tests/sauce.yaml
automation-tests/persona_server/results/*
/automation-tests/chromedriver.log
/.coverage_data
/cover_html
/automation-tests/*.jar
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,7 @@ env:
- WHAT_TESTS=front MYSQL_USER=root
- WHAT_TESTS=back_mysql MYSQL_USER=root
- WHAT_TESTS=back
- WHAT_TESTS=selenium

mysql:
adapter: mysql2
Expand Down
Empty file.
22 changes: 0 additions & 22 deletions automation-tests/123done/mocks/mock_user.py

This file was deleted.

4 changes: 0 additions & 4 deletions automation-tests/123done/mozwebqa.cfg

This file was deleted.

44 changes: 0 additions & 44 deletions automation-tests/123done/page.py

This file was deleted.

Empty file.
74 changes: 0 additions & 74 deletions automation-tests/123done/pages/home.py

This file was deleted.

Empty file.
89 changes: 0 additions & 89 deletions automation-tests/123done/restmail/restmail.py

This file was deleted.

Empty file.
64 changes: 0 additions & 64 deletions automation-tests/123done/tests/test_change_password.py

This file was deleted.

22 changes: 0 additions & 22 deletions automation-tests/123done/tests/test_logout.py

This file was deleted.

33 changes: 0 additions & 33 deletions automation-tests/123done/tests/test_new_user.py

This file was deleted.

0 comments on commit cec83da

Please sign in to comment.