Skip to content

Commit

Permalink
Merge pull request #384 from grischa/byebye-buildout
Browse files Browse the repository at this point in the history
Publication form and byebye buildout
  • Loading branch information
grischa committed Feb 9, 2015
2 parents 4ca7a02 + 1c30578 commit b42592d
Show file tree
Hide file tree
Showing 89 changed files with 4,335 additions and 1,003 deletions.
2 changes: 0 additions & 2 deletions .foreman

This file was deleted.

33 changes: 17 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
*.calltree
*.conf
*.wsgi
tardis/settings.py
*.pyc
*.egg-info/
*.log
*.sqlite
*.prof
*.calltree
eggs/
parts/
*.pyc
*.sqlite
*.wsgi
.idea/
.installed.cfg
.noseids
.project
.pydevproject
.settings/
/static/
bin/
celerybeat-schedule
*.egg-info/
develop-eggs/
docs/Makefile
docs/doctrees/
docs/html/
docs/make.bat
docs/Makefile
.noseids
.project
.settings/
.pydevproject
/static/
var/
versions.cfg
docs/pydoc
eggs/
parts/
tardis/settings.py
tardis/tardis_portal/tests/rifcs/MyTARDIS-1.xml
var/
versions.cfg
1 change: 1 addition & 0 deletions .pylintrc
1 change: 1 addition & 0 deletions .pylintrc.travis
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ disable=C0103,
W0703,
W1001,
W1201,
W1202,
W1401

[REPORTS]
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- curl -s "http://git.fedorahosted.org/cgit/mailcap.git/plain/mime.types" > mime.types
Expand All @@ -14,4 +14,6 @@ script: "bin/django test && bin/pylint --rcfile=.pylintrc.travis tardis"
after_failure: "cat tardis-test.log"
branches:
except:
- develop
- byebye-buildout
- doc-cleanup
3 changes: 0 additions & 3 deletions Procfile

This file was deleted.

5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ New contributors are welcome, however all developers should review the
Code Health Status
------------------

.. image:: https://travis-ci.org/mytardis/mytardis.png?branch=master
:target: https://travis-ci.org/mytardis/mytardis
.. image:: https://semaphoreapp.com/api/v1/projects/5d21cc89-645b-4793-bd78-cf525a0dcce2/345561/shields_badge.svg
:target: https://semaphoreapp.com/mytardis/mytardis
:alt: Semaphore build status
40 changes: 0 additions & 40 deletions apache/apache_django_wsgi.conf_changeme

This file was deleted.

7 changes: 0 additions & 7 deletions apache/django.wsgi_changeme

This file was deleted.

0 comments on commit b42592d

Please sign in to comment.