Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation: fix invenio_base imports #34

Merged
merged 1 commit into from
Sep 14, 2015
Merged

installation: fix invenio_base imports #34

merged 1 commit into from
Sep 14, 2015

Conversation

SamiHiltunen
Copy link
Member

  • FIX Adds missing invenio_base dependency and amends past
    upgrade recipes following its separation into standalone package.

Signed-off-by: Sami Hiltunen sami.mikael.hiltunen@cern.ch

@jirikuncar jirikuncar added this to the v0.3.3 milestone Sep 11, 2015
@jirikuncar jirikuncar self-assigned this Sep 11, 2015
@@ -48,8 +48,8 @@ before_install:
- "python requirements.py --extras=$REXTRAS --level=min > .travis-lowest-requirements.txt"
- "python requirements.py --extras=$REXTRAS --level=pypi > .travis-release-requirements.txt"
- "python requirements.py --extras=$REXTRAS --level=dev > .travis-devel-requirements.txt"
- "mkdir -p ${VIRTUAL_ENV}/var/invenio.base-instance/"
- "cp .travis.invenio.cfg ${VIRTUAL_ENV}/var/invenio.base-instance/invenio.cfg"
- "mkdir -p ${VIRTUAL_ENV}/var/invenio_base-instance/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this stays untouched for compatibility reasons

* FIX Adds missing `invenio_base` dependency.

Signed-off-by: Sami Hiltunen <sami.mikael.hiltunen@cern.ch>
@jirikuncar jirikuncar merged commit 5abf7dc into inveniosoftware:master Sep 14, 2015
@SamiHiltunen SamiHiltunen deleted the amend-base-imports branch September 14, 2015 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants