Skip to content

Commit

Permalink
Merge pull request #68 from akintolga/master
Browse files Browse the repository at this point in the history
Update Cores for AAP Production 1.0.8 RC4
  • Loading branch information
akintolga authored Jul 29, 2016
2 parents 839932b + e45a9e2 commit d97b32c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ include/
/server/.settings/org.eclipse.core.resources.prefs
/results/
/superdesk-content-api/
/node_modules/
/node_modules/
client/index.html
client/templates-cache.js
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ script:
- cd server && nosetests && cd ..
- cd client && grunt build && cd ..
- cd server && python manage.py users:create -u test -p test -e test@localhost --admin && cd ..

after_script:
- rm .npm/*.lock
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ COPY ./server /opt/superdesk
COPY ./client /opt/superdesk/client

RUN cd ./client && grunt build

# copy git revision informations (used in "about" screen)
COPY .git/HEAD /opt/superdesk/.git/
COPY .git/refs/ /opt/superdesk/.git/refs/
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#ce3238567",
"superdesk-core": "superdesk/superdesk-client-core#89bfd3ecb",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ honcho==0.6.6
pyodbc==3.0.10
unidecode==0.04.19

git+git://github.com/superdesk/superdesk-core.git@0255d4af5#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-core.git@0a979d691#egg=Superdesk-Core
1 change: 1 addition & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def env(variable, fallback_value=None):
'superdesk.data_updates',
'superdesk.activity',
'superdesk.vocabularies',
'superdesk.backend_meta',
'apps.comments',

'superdesk.io',
Expand Down

0 comments on commit d97b32c

Please sign in to comment.