Skip to content

Commit

Permalink
Mend build for missing requires files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Murray authored and amercader committed Oct 19, 2012
1 parent 339f366 commit b074d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Expand Up @@ -42,6 +42,12 @@ rm -rf ${CKAN_PATH}/build/env/src
mkdir -p ${CKAN_PATH}/dist/buildkit
echo "done."

# In lieu of a requires directory, copy the pip-requirements into
# requires/lucid_conflict. This ensures that all requirements
# are installed as src.
mkdir "${CKAN_PATH}/requires"
cp "${CKAN_PATH}/pip-requirements.txt" "${CKAN_PATH}/requires/lucid_conflict.txt"

echo "Building the packages ..."
# Create the python-ckan debian package
buildkit pkg python -p $CKAN_PACKAGE_VERSION \
Expand Down

0 comments on commit b074d38

Please sign in to comment.